diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1995-02-03 01:11:57 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1995-02-03 01:11:57 +0000 |
| commit | 3e03108763b6084d38595fdcac5b827b02ef20f8 (patch) | |
| tree | bf3711a7f174efd2d63830131aee48c3c638328e /gnu/usr.sbin | |
| parent | a393cc06f5d6e2eb8d13c587b2359bc445baf14e (diff) | |
Notes
Diffstat (limited to 'gnu/usr.sbin')
| -rw-r--r-- | gnu/usr.sbin/ypserv/Makefile.yp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/ypserv/Makefile.yp b/gnu/usr.sbin/ypserv/Makefile.yp index 347d93b7a168..68a09452b62e 100644 --- a/gnu/usr.sbin/ypserv/Makefile.yp +++ b/gnu/usr.sbin/ypserv/Makefile.yp @@ -1,7 +1,7 @@ # # Makefile for the NIS database # -# $Id$ +# $Id: Makefile.yp,v 1.2 1995/02/01 23:05:36 wpaul Exp $ # # This Makefile should only be run on the NIS master server of a domain. # All updated maps will be pushed to all NIS slave servers listed in the @@ -55,7 +55,7 @@ DOMAINNAME = `/bin/domainname` # the real /etc/passwd and /etc/master.passwd files by: # # - editing this Makefile -# - invoking yppasswdd without the -m and -o options (yppasswdd will +# - invoking yppasswdd without the -m option (yppasswdd will # automagically update the master.passwd, passwd, spwd.db and pwd.db # files as needed) # |
