summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/install.c
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2001-09-05 00:45:13 +0000
committermurray <murray@FreeBSD.org>2001-09-05 00:45:13 +0000
commite9b73edf31a55a2b0bd50a85249525c3464ce225 (patch)
tree591d24197af807518abdd90e400b5de9ff820d7b /usr.sbin/sade/install.c
parent5fd76aaf00672dbc2343d1a3d9845e7b08f94d35 (diff)
downloadFreeBSD-src-e9b73edf31a55a2b0bd50a85249525c3464ce225.zip
FreeBSD-src-e9b73edf31a55a2b0bd50a85249525c3464ce225.tar.gz
Update the inetd configuration prompt for clarity.
Submitted by: chern Committed from: "Make sysinstall suck less party", D1031 WRS campus, Alameda
Diffstat (limited to 'usr.sbin/sade/install.c')
-rw-r--r--usr.sbin/sade/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index bef7eab..bd75f61 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();
OpenPOWER on IntegriCloud