wok-4.x diff rp-pppoe/stuff/pppoe-setup @ rev 8143

aufs: aufs_type.h file will be install in aufs instead of linux-module-headers. It needed to be in /usr/include/linux folder anyways.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Jan 25 00:03:50 2011 +0000 (2011-01-25)
parents 580279b0298b
children
line diff
     1.1 --- a/rp-pppoe/stuff/pppoe-setup	Thu Dec 13 15:21:06 2007 +0100
     1.2 +++ b/rp-pppoe/stuff/pppoe-setup	Tue Jan 25 00:03:50 2011 +0000
     1.3 @@ -47,7 +47,7 @@
     1.4  $ECHO ""
     1.5  
     1.6  # Must be root
     1.7 -if [ "`/usr/bin/id -u`" != 0 ] ; then
     1.8 +if [ "`/bin/id -u`" != 0 ] ; then
     1.9      $ECHO "$0: Sorry, you must be root to run this script"
    1.10      exit 1
    1.11  fi