~ubuntu-branches/ubuntu/oneiric/nis/oneiric-proposed

« back to all changes in this revision

Viewing changes to ypserv-2.17/scripts/ypxfr_1perday.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2005-11-16 23:42:06 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20051116234206-p00omaw5ji5q0qhr
Tags: 3.15-3ubuntu1
Resynchronise with Debian.  (me)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
#
3
 
# ypxfr_1perday - Do daily NIS map check/updates, to see, if we
4
 
#                 have missed one update.
5
 
#
6
 
 
7
 
YPBINDIR=@YPBINDIR@
8
 
 
9
 
MAPS_TO_GET="group.byname group.bygid protocols.byname protocols.bynumber networks.byname networks.byaddr rpc.byname rpc.bynumber services.byname ypservers"
10
 
 
11
 
for map in $MAPS_TO_GET
12
 
do
13
 
  $YPBINDIR/ypxfr $map
14
 
done