wok-6.x 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 | 9cc1cbd5e30b |
children | e30d1487cb38 |
files | ppp-dev/receipt ppp-pam/receipt ppp/receipt |
line diff
1.1 --- a/ppp-dev/receipt Mon Mar 15 14:34:31 2010 +0000 1.2 +++ b/ppp-dev/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-dev" 1.7 -VERSION="2.4.4" 1.8 +VERSION="2.4.5" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Point-to-Point Protocol (PPP) development files." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/ppp-pam/receipt Mon Mar 15 14:34:31 2010 +0000 2.2 +++ b/ppp-pam/receipt Mon Mar 15 14:00:30 2010 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="ppp-pam" 2.7 -VERSION="2.4.4" 2.8 +VERSION="2.4.5" 2.9 CATEGORY="network" 2.10 SHORT_DESC="Implements the Point-to-Point Protocol (PPP) with PAM support." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -44,4 +44,10 @@ 2.13 cp -a $src/scripts/ppp-off $fs/etc/ppp/scripts 2.14 cp -a $src/scripts/callback $fs/etc/ppp/scripts 2.15 cp -a $src/scripts/redialer $fs/etc/ppp/scripts 2.16 + 2.17 + cp -a $src/scripts/ip-up.local.add $fs/etc/ppp/scripts/ip-up 2.18 + cp -a $src/scripts/ip-down.local.add $fs/etc/ppp/scripts/ip-down 2.19 + chmod +x $fs/etc/ppp/scripts/ip* 2.20 + # insert #!/bin/sh on top line in ip* scripts 2.21 + sed -i '1i\#!/bin/sh' $fs/etc/ppp/scripts/ip* 2.22 }
3.1 --- a/ppp/receipt Mon Mar 15 14:34:31 2010 +0000 3.2 +++ b/ppp/receipt Mon Mar 15 14:00:30 2010 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="ppp" 3.7 -VERSION="2.4.4" 3.8 +VERSION="2.4.5" 3.9 CATEGORY="network" 3.10 SHORT_DESC="Implements the Point-to-Point Protocol (PPP)." 3.11 MAINTAINER="pankso@slitaz.org" 3.12 @@ -39,4 +39,10 @@ 3.13 cp -a $src/scripts/ppp-off $fs/etc/ppp/scripts 3.14 cp -a $src/scripts/callback $fs/etc/ppp/scripts 3.15 cp -a $src/scripts/redialer $fs/etc/ppp/scripts 3.16 + 3.17 + cp -a $src/scripts/ip-up.local.add $fs/etc/ppp/scripts/ip-up 3.18 + cp -a $src/scripts/ip-down.local.add $fs/etc/ppp/scripts/ip-down 3.19 + chmod +x $fs/etc/ppp/scripts/ip* 3.20 + # insert #!/bin/sh on top line in ip* scripts 3.21 + sed -i '1i\#!/bin/sh' $fs/etc/ppp/scripts/ip* 3.22 }