pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/rp-pppoe Call pppoe-{start,stop} instead of adsl-{...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df1c1f243659
branches:  trunk
changeset: 533785:df1c1f243659
user:      bad <bad%pkgsrc.org@localhost>
date:      Sat Sep 29 21:46:33 2007 +0000

description:
Call pppoe-{start,stop} instead of adsl-{start,stop} from pppoe.sh.
The latter have been replace by the former.
Bump PKGREVISION.

diffstat:

 net/rp-pppoe/Makefile       |  4 ++--
 net/rp-pppoe/files/pppoe.sh |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r 4ad6b2a6126a -r df1c1f243659 net/rp-pppoe/Makefile
--- a/net/rp-pppoe/Makefile     Sat Sep 29 21:23:12 2007 +0000
+++ b/net/rp-pppoe/Makefile     Sat Sep 29 21:46:33 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2007/02/22 19:01:24 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2007/09/29 21:46:33 bad Exp $
 
 DISTNAME=      rp-pppoe-3.8
-# PKGREVISION= 0
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  http://www.roaringpenguin.com/files/download/
 
diff -r 4ad6b2a6126a -r df1c1f243659 net/rp-pppoe/files/pppoe.sh
--- a/net/rp-pppoe/files/pppoe.sh       Sat Sep 29 21:23:12 2007 +0000
+++ b/net/rp-pppoe/files/pppoe.sh       Sat Sep 29 21:46:33 2007 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: pppoe.sh,v 1.3 2003/01/23 01:35:51 simonb Exp $
+# $NetBSD: pppoe.sh,v 1.4 2007/09/29 21:46:33 bad Exp $
 #
 # PROVIDE: pppoe
 # REQUIRE: ipnat
@@ -12,10 +12,10 @@
 start)
        . /etc/ppp/pppoe.conf 
        ifconfig $ETH up
-       @PREFIX@/sbin/adsl-start
+       @PREFIX@/sbin/pppoe-start
        ;;
 stop)
-       @PREFIX@/sbin/adsl-stop
+       @PREFIX@/sbin/pppoe-stop
        . /etc/ppp/pppoe.conf 
        ifconfig $ETH down
        ;;



Home | Main Index | Thread Index | Old Index