Author: maxim
Date: Sun Jan 11 08:40:26 2009
New Revision: 187047
URL: http://svn.freebsd.org/changeset/base/187047

Log:
  MFC r186274: sync comment and example.

Modified:
  stable/7/usr.sbin/sysinstall/config.c

Modified: stable/7/usr.sbin/sysinstall/config.c
==============================================================================
--- stable/7/usr.sbin/sysinstall/config.c       Sun Jan 11 08:34:51 2009        
(r187046)
+++ stable/7/usr.sbin/sysinstall/config.c       Sun Jan 11 08:40:26 2009        
(r187047)
@@ -845,7 +845,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");
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to