aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-11-04 01:28:43 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-11-04 01:28:43 +0000
commitdc43dfcd09b960e6c7f2324d82619ea62e364a24 (patch)
tree9e7906b707acd79d5be80eb43a40bbeb16516ff6 /usr.sbin/sade
parentd4b509bd7fb914aa7f0e4031ceb55a6afa5739de (diff)
downloadsrc-dc43dfcd09b960e6c7f2324d82619ea62e364a24.tar.gz
src-dc43dfcd09b960e6c7f2324d82619ea62e364a24.zip
Stop listening to bug reports with wrong solutions and commit a fix to the '
problem I know will work.
Notes
Notes: svn path=/head/; revision=137177
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c
index 5eaaf24b9651..2a5e345a0dc6 100644
--- a/usr.sbin/sade/config.c
+++ b/usr.sbin/sade/config.c
@@ -876,7 +876,7 @@ configNFSServer(dialogMenuItem *self)
vsystem("echo '#/a -maproot=0 -network 10.0.1.0 -mask 255.255.248.0' >> /etc/exports");
vsystem("echo '#' >> /etc/exports");
vsystem("echo '# You should replace these lines with your actual exported filesystems.' >> /etc/exports");
- vsystem("echo '# Note that BSD\'s export syntax is \"host-centric\" vs. Sun\'s \"FS-centric\" one.' >> /etc/exports");
+ vsystem("echo \"# Note that BSD's export syntax is 'host-centric' vs. Sun's 'FS-centric' one.\" >> /tmp/exports");
vsystem("echo >> /etc/exports");
sprintf(cmd, "%s /etc/exports", variable_get(VAR_EDITOR));
dialog_clear();