summaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2009-01-11 08:40:26 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2009-01-11 08:40:26 +0000
commitf1fc59b270690e068af31fca659288ae690443f2 (patch)
treea7038d58db491e074292ddb6ae7881ed0aff3e50 /usr.sbin/sysinstall
parentc3b42e402406922315009efebdd68504bfd4b93c (diff)
Notes
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/config.c b/usr.sbin/sysinstall/config.c
index e550f051b584..0704b6a1e1cd 100644
--- a/usr.sbin/sysinstall/config.c
+++ b/usr.sbin/sysinstall/config.c
@@ -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");