- don't automatically select run-parts but point out that this is a system-utility...
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 19 Mar 2007 20:28:03 +0000 (20:28 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 19 Mar 2007 20:28:03 +0000 (20:28 -0000)
networking/Config.in

index 55161fe1e97820fc375ddca51534f1edf247a2a4..11e7812070e4c325faf28e94f98c870fa254651b 100644 (file)
@@ -212,7 +212,6 @@ config FEATURE_IFCONFIG_BROADCAST_PLUS
 config IFUPDOWN
        bool "ifupdown"
        default n
-       select RUN_PARTS
        help
          Activate or deactivate the specified interfaces.  This applet makes
          use of either "ifconfig" and "route" or the "ip" command to actually
@@ -223,7 +222,8 @@ config IFUPDOWN
          against my better judgement (since this will surely result in plenty
          of support questions on the mailing list), I do not force you to
          enable these additional options.  It is up to you to supply either
-         "ifconfig" and "route" or the "ip" command, either via busybox or via
+         "ifconfig", "route" and "run-parts" or the "ip" command, either
+         via busybox or via
          standalone utilities.
 
 config FEATURE_IFUPDOWN_IP