|
Lines 146-151
Link Here
|
| 146 |
IFUPFILE=$RUN_FILES_BASE/if-$INTERFACE |
146 |
IFUPFILE=$RUN_FILES_BASE/if-$INTERFACE |
| 147 |
fi |
147 |
fi |
| 148 |
if [ -e $IFUPFILE ] ; then |
148 |
if [ -e $IFUPFILE ] ; then |
|
|
149 |
if [ ! -e "ifcfg-$CONFIG" ] ; then |
| 150 |
message "`printf " %-9s config file removed: %s" \ |
| 151 |
$INTERFACE "--> restart interface!"`" |
| 152 |
exit $R_NOT_UP2DATE |
| 153 |
fi |
| 149 |
for FILE in if{cfg,route,services}-$CONFIG \ |
154 |
for FILE in if{cfg,route,services}-$CONFIG \ |
| 150 |
config dhcp wireless routes; do |
155 |
config dhcp wireless routes; do |
| 151 |
test -e $FILE || continue |
156 |
test -e $FILE || continue |