summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-11-04 15:46:59 +0000
committerobrien <obrien@FreeBSD.org>2004-11-04 15:46:59 +0000
commit3823a528e6d19dc1f874743bc7032ba33a5ceba6 (patch)
treef7679064582153df16d301c0b7ee592f0f6bc271 /usr.sbin/sysinstall
parenta3b57c4923c9c94f7b7d139e4ee5f51007ea95b2 (diff)
downloadFreeBSD-src-3823a528e6d19dc1f874743bc7032ba33a5ceba6.zip
FreeBSD-src-3823a528e6d19dc1f874743bc7032ba33a5ceba6.tar.gz
Fix braino where I didn't fix the file path from when the line was
copied from the test program.
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 2a5e345..cfb705a 100644
--- a/usr.sbin/sysinstall/config.c
+++ b/usr.sbin/sysinstall/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.\" >> /tmp/exports");
+ vsystem("echo \"# Note that BSD's export syntax is 'host-centric' vs. Sun's 'FS-centric' one.\" >> /etc/exports");
vsystem("echo >> /etc/exports");
sprintf(cmd, "%s /etc/exports", variable_get(VAR_EDITOR));
dialog_clear();
OpenPOWER on IntegriCloud