aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mipl-mipv6/files/sbindir.patch
blob: 931d0f7df42ba8ff7d1f69e26a9461bad325e4db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- mobile-ip6.in	2005-02-04 15:12:08.225877344 +0100
+++ mobile-ip6.in.new	2005-02-04 15:12:57.588373104 +0100
@@ -24,8 +24,8 @@
 SUBSYS=$1
 LOCKDIR=@LOCKDIR@
 
-MODPROBE=@sbindir@/modprobe
-LSMOD=@sbindir@/lsmod
+MODPROBE=`which modprobe`
+LSMOD=`which lsmod`
 
 # Test if 'functions' exists. If not, define our own 'action'
 if test -x /etc/rc.d/init.d/functions ; then