svn commit: r201051 - head/usr.sbin/ypserv

Dmitry Morozovsky marck at FreeBSD.org
Sun Dec 27 16:00:18 UTC 2009


Author: marck (doc committer)
Date: Sun Dec 27 16:00:17 2009
New Revision: 201051
URL: http://svn.freebsd.org/changeset/base/201051

Log:
  To remove a server, one should use double backslash, and half of them
  are eaten by shell.  Fix this.
  
  MFC after:	2 weeks

Modified:
  head/usr.sbin/ypserv/ypinit.sh

Modified: head/usr.sbin/ypserv/ypinit.sh
==============================================================================
--- head/usr.sbin/ypserv/ypinit.sh	Sun Dec 27 13:56:35 2009	(r201050)
+++ head/usr.sbin/ypserv/ypinit.sh	Sun Dec 27 16:00:17 2009	(r201051)
@@ -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}"


More information about the svn-src-head mailing list