]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/mipl-mipv6/files/sbindir.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / mipl-mipv6 / files / sbindir.patch
1 --- mobile-ip6.in       2005-02-04 15:12:08.225877344 +0100
2 +++ mobile-ip6.in.new   2005-02-04 15:12:57.588373104 +0100
3 @@ -24,8 +24,8 @@
4  SUBSYS=$1
5  LOCKDIR=@LOCKDIR@
6  
7 -MODPROBE=@sbindir@/modprobe
8 -LSMOD=@sbindir@/lsmod
9 +MODPROBE=`which modprobe`
10 +LSMOD=`which lsmod`
11  
12  # Test if 'functions' exists. If not, define our own 'action'
13  if test -x /etc/rc.d/init.d/functions ; then