From 7d37b730a91e15904b4e998bec33fe50e56e14c2 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 4 Nov 2004 01:28:43 +0000 Subject: Stop listening to bug reports with wrong solutions and commit a fix to the ' problem I know will work. --- usr.sbin/sade/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/sade') diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c index 5eaaf24..2a5e345 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(); -- cgit v1.1