diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-02 22:12:07 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-02 22:12:07 +0000 |
commit | fc202427d56b2a1ce171705907485c3b6290b033 (patch) | |
tree | 6e4eb645aa80063441ebd570b6122f5ff17147de | |
parent | d2bb2d39181d8d8b5d54e83456e1e7c8b1821a8d (diff) | |
download | busybox-fc202427d56b2a1ce171705907485c3b6290b033.tar.gz |
- IFUPDOWN_IFSTATE_PATH depends on IFUPDOWN
-rw-r--r-- | networking/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 5275adc5f..d687dbed9 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -249,6 +249,7 @@ config IFUPDOWN config IFUPDOWN_IFSTATE_PATH string "Absolute path to ifstate file" default "/var/run/ifstate" + depends on IFUPDOWN help ifupdown keeps state information in a file called ifstate. Typically it is located in /var/run/ifstate, however |