aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mipl-mipv6/files/sbindir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mipl-mipv6/files/sbindir.patch')
-rw-r--r--recipes/mipl-mipv6/files/sbindir.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/mipl-mipv6/files/sbindir.patch b/recipes/mipl-mipv6/files/sbindir.patch
new file mode 100644
index 0000000000..931d0f7df4
--- /dev/null
+++ b/recipes/mipl-mipv6/files/sbindir.patch
@@ -0,0 +1,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