summaryrefslogtreecommitdiffstats
path: root/net/net-tools/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'net/net-tools/PREPARE')
-rwxr-xr-xnet/net-tools/PREPARE4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/net-tools/PREPARE b/net/net-tools/PREPARE
index a170d4abdc..f0efff2c68 100755
--- a/net/net-tools/PREPARE
+++ b/net/net-tools/PREPARE
@@ -1,6 +1,6 @@
persistent_add NETTOOLSHASTIME &&
persistent_add NETTOOLSNEW &&
-if ! spell_ok ifupdown ; then
+if ! provider_ok IFUPDOWN ; then
NETTOOLSNEW="y" &&
# Have to cheat to get a config option over into ifupdown
touch ${INSTALL_ROOT}/tmp/net-toolsNewInstall &&
@@ -13,7 +13,7 @@ if ! spell_ok ifupdown ; then
message "But if you reboot, no network connections will come up." &&
message "Because of this, you must say y to the following question, or this" &&
message "spell will not install." &&
- message "Right after casting this spell, you need to cast ifupdown.${DEFAULT_COLOR}" &&
+ message "Right after casting this spell, you need to cast the provider of IFUPDOWN.${DEFAULT_COLOR}" &&
config_query NETTOOLSHASTIME "Do you have time to configure your nifty new networking?" n &&
if [[ "$NETTOOLSHASTIME" != "y" ]]; then