mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
To remove a server, one should use double backslash, and half of them
are eaten by shell. Fix this. MFC after: 2 weeks
This commit is contained in:
parent
20c87efe63
commit
a55743484e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201051
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user