1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-25 16:13:17 +00:00

o Synchronize comment and example. Add missed comma.

PR:		misc/129699
Submitted by:	Glen Barber [1]
MFC after:	2 weeks
This commit is contained in:
Maxim Konovalov 2008-12-18 06:38:11 +00:00
parent d24c444ca0
commit 30de65f8ed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186274

View File

@ -817,7 +817,7 @@ configNFSServer(dialogMenuItem *self)
"kinds of access to your local file systems.\n"
"Press [ENTER] now to invoke an editor on /etc/exports\n");
vsystem("echo '#The following examples export /usr to 3 machines named after ducks,' > /etc/exports");
vsystem("echo '#/usr/src and /usr/ports read-only to machines named after trouble makers' >> /etc/exports");
vsystem("echo '#/usr/src and /usr/obj read-only to machines named after trouble makers,' >> /etc/exports");
vsystem("echo '#/home and all directories under it to machines named after dead rock stars' >> /etc/exports");
vsystem("echo '#and, /a to a network of privileged machines allowed to write on it as root.' >> /etc/exports");
vsystem("echo '#/usr huey louie dewie' >> /etc/exports");