diff options
| author | Murray Stokely <murray@FreeBSD.org> | 2001-09-05 00:45:13 +0000 |
|---|---|---|
| committer | Murray Stokely <murray@FreeBSD.org> | 2001-09-05 00:45:13 +0000 |
| commit | 8e212e35804fa603d98d0f93bad6c596543f9d77 (patch) | |
| tree | 591d24197af807518abdd90e400b5de9ff820d7b | |
| parent | b25687720bc2659ab3256e2ae08138aa57c57581 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/sade/install.c | 2 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/install.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index bef7eab39945..bd75f61cdcb9 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/install.c @@ -573,7 +573,7 @@ nodisks: variable_set2("gateway_enable", "YES", 1); dialog_clear_norefresh(); - if (!msgNoYes("Do you want to configure inetd and simple internet services?")) + if (!msgNoYes("Do you want to configure inetd and the network services that it provides?")) configInetd(self); dialog_clear_norefresh(); diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index bef7eab39945..bd75f61cdcb9 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -573,7 +573,7 @@ nodisks: variable_set2("gateway_enable", "YES", 1); dialog_clear_norefresh(); - if (!msgNoYes("Do you want to configure inetd and simple internet services?")) + if (!msgNoYes("Do you want to configure inetd and the network services that it provides?")) configInetd(self); dialog_clear_norefresh(); |
