summaryrefslogtreecommitdiff
path: root/release/sysinstall/anonFTP.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-03-23 07:21:31 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-03-23 07:21:31 +0000
commitf83d520da4adb98ea62153f8de906cbab31d2354 (patch)
tree5351c9675149d497a1f0ce4a474a1093a609459a /release/sysinstall/anonFTP.c
parentbb76d58fab2ce3f7900c29ad91ca38d5082372e7 (diff)
Notes
Diffstat (limited to 'release/sysinstall/anonFTP.c')
-rw-r--r--release/sysinstall/anonFTP.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/anonFTP.c b/release/sysinstall/anonFTP.c
index beb54e681baa..0af53be9e6bb 100644
--- a/release/sysinstall/anonFTP.c
+++ b/release/sysinstall/anonFTP.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: anonFTP.c,v 1.7 1996/03/02 07:31:48 jkh Exp $
+ * $Id: anonFTP.c,v 1.8 1996/03/18 15:27:39 jkh Exp $
*
* Copyright (c) 1995
* Coranth Gryphon. All rights reserved.
@@ -472,7 +472,7 @@ configAnonFTP(char *unused)
dialog_clear();
msgNotify("Uncompressing the editor - please wait..");
vsystem("echo Your welcome message here. > %s/etc/%s", tconf.homedir, MOTD_FILE);
- sprintf(cmd, "/stand/ee %s/etc/%s", tconf.homedir, MOTD_FILE);
+ sprintf(cmd, "%s %s/etc/%s", variable_get(VAR_EDITOR), tconf.homedir, MOTD_FILE);
systemExecute(cmd);
}
}