From b68a780943e38566e053e93b653ab132dec66bd7 Mon Sep 17 00:00:00 2001 From: "Michael K. Johnson" Date: Mon, 12 Jan 1998 17:23:38 +0000 Subject: /sbin/ isn't always in $PATH --- sysconfig/network-scripts/ifup-routes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysconfig/network-scripts/ifup-routes') diff --git a/sysconfig/network-scripts/ifup-routes b/sysconfig/network-scripts/ifup-routes index 0733eea5..f8006b8b 100755 --- a/sysconfig/network-scripts/ifup-routes +++ b/sysconfig/network-scripts/ifup-routes @@ -13,5 +13,5 @@ fi #note the trailing space in the grep gets rid of aliases grep "^$1 " /etc/sysconfig/static-routes | while read device args; do - route add -$args $device + /sbin/route add -$args $device done -- cgit v1.2.1