diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2003-02-06 01:55:40 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2003-02-06 01:55:40 +0000 |
commit | c2f10e2de40c3518cd8e22e4ae0789e61c0da466 (patch) | |
tree | 2da2ce7d84789a028aa35c1190a48a35d6adea23 /usr.sbin/sysinstall/config.c | |
parent | 67c0ddef59d6567c24062f261d019b662180493d (diff) |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/config.c')
-rw-r--r-- | usr.sbin/sysinstall/config.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/config.c b/usr.sbin/sysinstall/config.c index 0edeed4de5f25..a1b50442c688f 100644 --- a/usr.sbin/sysinstall/config.c +++ b/usr.sbin/sysinstall/config.c @@ -941,7 +941,7 @@ configInetd(dialogMenuItem *self) variable_set2("inetd_enable", "NO", 1); } else { /* If inetd is enabled, we'll need an inetd.conf */ - + variable_set2("inetd_enable", "YES", 1); if (!msgYesNo("inetd(8) relies on its configuration file, /etc/inetd.conf, to determine\n" "which of its Internet services will be available. The default FreeBSD\n" "inetd.conf(5) leaves all services disabled by default, so they must be\n" @@ -953,7 +953,6 @@ configInetd(dialogMenuItem *self) sprintf(cmd, "%s /etc/inetd.conf", variable_get(VAR_EDITOR)); dialog_clear(); systemExecute(cmd); - variable_set2("inetd_enable", "YES", 1); } } restorescr(w); |