Author: marck (doc committer)
Date: Fri Jan 15 12:02:22 2010
New Revision: 202348
URL: http://svn.freebsd.org/changeset/base/202348

Log:
  MFH r201051:
  
    To remove a server, one should use double backslash, and half of them
    are eaten by shell.  Fix this.

Modified:
  stable/8/usr.sbin/ypserv/ypinit.sh
Directory Properties:
  stable/8/usr.sbin/ypserv/   (props changed)

Modified: stable/8/usr.sbin/ypserv/ypinit.sh
==============================================================================
--- stable/8/usr.sbin/ypserv/ypinit.sh  Fri Jan 15 12:01:25 2010        
(r202347)
+++ stable/8/usr.sbin/ypserv/ypinit.sh  Fri Jan 15 12:02:22 2010        
(r202348)
@@ -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]"

Reply via email to