summaryrefslogtreecommitdiffstats
path: root/tools/2isdndb.pm
Commit message (Expand)AuthorAgeFilesLines
* better algodamien2000-09-301-2/+4
* updated net cnxdamien2000-08-241-0/+23
12998e0'>sysconfig/network-scripts/ifup-routes
+++ b/sysconfig/network-scripts/ifup-routes
@@ -10,7 +10,8 @@ if [ "$1" = "" ]; then
exit 1
fi
-if [ ! -f /etc/sysconfig/static-routes ]; then
+if [ ! -f /etc/sysconfig/networking/static-routes ] &&
+ [ ! -f /etc/sysconfig/static-routes ]; then
exit 0
fi