Date: Thu, 18 Dec 2008 06:38:11 +0000 (UTC) From: Maxim Konovalov <maxim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r186274 - head/usr.sbin/sysinstall Message-ID: <200812180638.mBI6cBie029964@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812180638.mBI6cBie029964>