diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1999-06-24 17:20:54 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1999-06-24 17:20:54 +0000 |
commit | db6e1d6b4ac6d711c9780017f799496f2045ae02 (patch) | |
tree | 373750e1634b8deb31408ecc9ff20d760d8ed536 | |
parent | be4c63bf19ff7703c3b4299b841dc5bbc8409386 (diff) | |
download | FreeBSD-src-db6e1d6b4ac6d711c9780017f799496f2045ae02.zip FreeBSD-src-db6e1d6b4ac6d711c9780017f799496f2045ae02.tar.gz |
Fix typo (missing double quote)
-rw-r--r-- | usr.sbin/ypserv/Makefile.yp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/Makefile.yp b/usr.sbin/ypserv/Makefile.yp index 6342c29..a72f947 100644 --- a/usr.sbin/ypserv/Makefile.yp +++ b/usr.sbin/ypserv/Makefile.yp @@ -1,7 +1,7 @@ # # Makefile for the NIS databases # -# $Id: Makefile.yp,v 1.24 1998/02/21 18:14:30 wpaul Exp $ +# $Id: Makefile.yp,v 1.25 1998/07/22 06:01:13 phk 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 @@ -215,7 +215,7 @@ nopass: @echo " edit /var/yp/Makefile and set the MASTER variable to point" @echo " to the source file you wish to use for building the passwd" @echo " maps, or else invoke make(1) in the following manner:" - @echo " + @echo "" @echo " make MASTER_PASSWD=/path/to/master.passwd" @echo "" |