svn commit: r186274 - head/usr.sbin/sysinstall
Maxim Konovalov
maxim at FreeBSD.org
Thu Dec 18 06:38:12 UTC 2008
Author: maxim
Date: Thu Dec 18 06:38:11 2008
New Revision: 186274
URL: http://svn.freebsd.org/changeset/base/186274
Log:
o Synchronize comment and example. Add missed comma.
PR: misc/129699
Submitted by: Glen Barber [1]
MFC after: 2 weeks
Modified:
head/usr.sbin/sysinstall/config.c
Modified: head/usr.sbin/sysinstall/config.c
==============================================================================
--- head/usr.sbin/sysinstall/config.c Thu Dec 18 06:10:26 2008 (r186273)
+++ head/usr.sbin/sysinstall/config.c Thu Dec 18 06:38:11 2008 (r186274)
@@ -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");
More information about the svn-src-head
mailing list