Changeset d0796d0 in freewrt for package/rp-pppoe/Makefile


Ignore:
Timestamp:
Nov 6, 2006, 11:25:19 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Children:
350bab1
Parents:
2f3f542
Message:

sync with 1.0 branch (revisions 999-1085), still not complete

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1090 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/rp-pppoe/Makefile

    r2f3f542 rd0796d0  
    99PKG_NAME:=              rp-pppoe
    1010PKG_VERSION:=           3.5
    11 PKG_RELEASE:=           1
     11PKG_RELEASE:=           2
    1212PKG_MD5SUM:=            97972f8f8f6a3ab9b7070333a6a29c4b
     13PKG_INIT:=              50
    1314
    1415PKG_SOURCE_URL:=        http://roaringpenguin.com/penguin/pppoe/
    15 PKG_SOURCE:=            $(PKG_NAME)-$(PKG_VERSION).tar.gz
    1616
    1717include $(TOPDIR)/mk/package.mk
     
    6262$(IPKG_PPPOE_CLIENT):
    6363        install -d -m0755 $(IDIR_PPPOE_CLIENT)/etc/init.d
    64         install -m0755 ./files/pppoe-client.init $(IDIR_PPPOE_CLIENT)/etc/init.d/pppoe-client
     64        install -m0755 ./files/pppoe-client.init \
     65                $(IDIR_PPPOE_CLIENT)/etc/init.d/S$(PKG_INIT)pppoe-client
    6566        install -d -m0755 $(IDIR_PPPOE_CLIENT)/etc/ppp
    6667        install -m0644 $(WRKINST)/etc/pppoe.conf $(IDIR_PPPOE_CLIENT)/etc/
     
    7273
    7374$(IPKG_PPPOE_RELAY):
    74         install -d -m0755 $(IDIR_PPPOE_RELAY)/etc/default
    75         install -m0755 ./files/pppoe-relay.default $(IDIR_PPPOE_RELAY)/etc/default/pppoe-relay
    7675        install -d -m0755 $(IDIR_PPPOE_RELAY)/etc/init.d
    77         install -m0755 ./files/pppoe-relay.init $(IDIR_PPPOE_RELAY)/etc/init.d/pppoe-relay
     76        install -m0755 ./files/pppoe-relay.init \
     77                $(IDIR_PPPOE_RELAY)/etc/init.d/S$(PKG_INIT)pppoe-relay
    7878        install -d -m0755 $(IDIR_PPPOE_RELAY)/usr/sbin
    7979        $(CP) $(WRKINST)/usr/sbin/pppoe-relay $(IDIR_PPPOE_RELAY)/usr/sbin/
     
    8282
    8383$(IPKG_PPPOE_SERVER):
    84         install -d -m0755 $(IDIR_PPPOE_SERVER)/etc/default
    85         install -m0755 ./files/pppoe-server.default $(IDIR_PPPOE_SERVER)/etc/default/pppoe-server
    8684        install -d -m0755 $(IDIR_PPPOE_SERVER)/etc/init.d
    87         install -m0755 ./files/pppoe-server.init $(IDIR_PPPOE_SERVER)/etc/init.d/pppoe-server
     85        install -m0755 ./files/pppoe-server.init \
     86                $(IDIR_PPPOE_SERVER)/etc/init.d/S$(PKG_INIT)pppoe-server
    8887        install -d -m0755 $(IDIR_PPPOE_SERVER)/etc/ppp
    8988        install -m0644 $(WRKINST)/etc/ppp/pppoe-server-options $(IDIR_PPPOE_SERVER)/etc/ppp/
Note: See TracChangeset for help on using the changeset viewer.