summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/config.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-04-29 18:06:08 +0000
committerjkh <jkh@FreeBSD.org>1996-04-29 18:06:08 +0000
commit00aca5d7895fad115761779bed6adeb1543119c8 (patch)
tree41fdf3b12ffbd412ccd15f26e83f2fe89fdaa992 /usr.sbin/sysinstall/config.c
parent21b88d95499ab4d41edf0c5092b7980591bb9796 (diff)
downloadFreeBSD-src-00aca5d7895fad115761779bed6adeb1543119c8.zip
FreeBSD-src-00aca5d7895fad115761779bed6adeb1543119c8.tar.gz
Yikes - bogon crept into the NFS setup menu.
Diffstat (limited to 'usr.sbin/sysinstall/config.c')
-rw-r--r--usr.sbin/sysinstall/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/config.c b/usr.sbin/sysinstall/config.c
index f484197..d462636 100644
--- a/usr.sbin/sysinstall/config.c
+++ b/usr.sbin/sysinstall/config.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: config.c,v 1.28 1996/04/28 20:53:52 jkh Exp $
+ * $Id: config.c,v 1.29 1996/04/28 22:54:15 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -595,7 +595,7 @@ configNFSServer(dialogMenuItem *self)
vsystem("echo '#' >> /etc/exports");
vsystem("echo '# You should replace these lines with your actual exported filesystems.' >> /etc/exports");
vsystem("echo >> /etc/exports");
- vsprintf(cmd, "%s /etc/exports", variable_get(VAR_EDITOR));
+ sprintf(cmd, "%s /etc/exports", variable_get(VAR_EDITOR));
dialog_clear();
systemExecute(cmd);
restorescr(w);
OpenPOWER on IntegriCloud