Author: marck (doc committer)
Date: Fri Jan 15 12:07:00 2010
New Revision: 202349
URL: http://svn.freebsd.org/changeset/base/202349
Log:
MFH r201051:
To remove a server, one should use double backslash, and half of them
are eaten by shell. Fix this.
Modified:
stable/7/usr.sbin/ypserv/ypinit.sh
Directory Properties:
stable/7/usr.sbin/ypserv/ (props changed)
Modified: stable/7/usr.sbin/ypserv/ypinit.sh
==============================================================================
--- stable/7/usr.sbin/ypserv/ypinit.sh Fri Jan 15 12:02:22 2010
(r202348)
+++ stable/7/usr.sbin/ypserv/ypinit.sh Fri Jan 15 12:07:00 2010
(r202349)
@@ -298,7 +298,7 @@ do
echo "Update the list of hosts running YP servers in domain
${DOMAIN}."
echo "Master for this domain is ${MASTER_NAME}."
echo ""
- echo "First verify old servers, type \\ to remove a server."
+ echo "First verify old servers, type \\\\ to remove a server."
echo "Then add new servers, one per line. When done type a
<control D>."
echo ""
echo " master server : ${HOST}"
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"