wok diff ppp/receipt @ rev 5092

Up: ppp*; add missing ip-up, ip-down scripts (thanks kultex)
author Rohit Joshi <jozee@slitaz.org>
date Mon Mar 15 14:00:30 2010 +0000 (2010-03-15)
parents 4da89e6150fe
children 4736cbc67cec
line diff
     1.1 --- a/ppp/receipt	Thu Oct 23 20:35:54 2008 +0000
     1.2 +++ b/ppp/receipt	Mon Mar 15 14:00:30 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ppp"
     1.7 -VERSION="2.4.4"
     1.8 +VERSION="2.4.5"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Implements the Point-to-Point Protocol (PPP)."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -39,4 +39,10 @@
    1.13  	cp -a $src/scripts/ppp-off $fs/etc/ppp/scripts
    1.14  	cp -a $src/scripts/callback $fs/etc/ppp/scripts
    1.15  	cp -a $src/scripts/redialer $fs/etc/ppp/scripts
    1.16 +	
    1.17 +	cp -a $src/scripts/ip-up.local.add $fs/etc/ppp/scripts/ip-up
    1.18 +	cp -a $src/scripts/ip-down.local.add $fs/etc/ppp/scripts/ip-down
    1.19 +	chmod +x $fs/etc/ppp/scripts/ip*
    1.20 +	# insert #!/bin/sh  on top line in ip* scripts
    1.21 +	sed -i '1i\#!/bin/sh' $fs/etc/ppp/scripts/ip*
    1.22  }