diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2001-08-02 03:25:16 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2001-08-02 03:25:16 +0000 |
| commit | 0c09bcb0e8c4aa4decc75413ca15b7a468e7faf0 (patch) | |
| tree | 69a33c016d59b2712939bd3387495c538e03fe8c /usr.sbin/sysinstall/install.c | |
| parent | f2419a7154f99ed64507efb720aec2acd3e8f0a7 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/install.c')
| -rw-r--r-- | usr.sbin/sysinstall/install.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index b53cb48ddc73..fa9231d06e7d 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -573,6 +573,10 @@ nodisks: variable_set2("gateway_enable", "YES", 1); dialog_clear_norefresh(); + if (!msgNoYes("Do you want to configure inetd and simple internet services?")) + configInetd(self); + + dialog_clear_norefresh(); if (!msgNoYes("Do you want to have anonymous FTP access to this machine?")) configAnonFTP(self); |
