Changeset d0796d0 in freewrt for package/l2tpd/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/l2tpd/Makefile

    r2f3f542 rd0796d0  
    1010PKG_VERSION:=           0.70pre
    1111PKG_UPSTREAM_VERSION:=  0.70-pre20031121
    12 PKG_RELEASE:=           1
     12PKG_RELEASE:=           2
    1313PKG_MD5SUM:=            3f2707b6e16a8cb72e7bf64f574202fa
     14PKG_INIT:=              60
    1415
    1516PKG_SOURCE_URL:=        http://ftp.debian.org/debian/pool/main/l/l2tpd
     
    3839        install -m0644 ./files/options.l2tpd $(IDIR_L2TPD)/etc/ppp/
    3940        install -d -m0755 $(IDIR_L2TPD)/etc/init.d
    40         install -m0755 ./files/l2tpd.init $(IDIR_L2TPD)/etc/init.d/l2tpd
     41        install -m0755 ./files/l2tpd.init \
     42                $(IDIR_L2TPD)/etc/init.d/S$(PKG_INIT)l2tpd
    4143        install -d -m0755 $(IDIR_L2TPD)/usr/sbin
    4244        install -m0755 $(WRKBUILD)/$(PKG_NAME) $(IDIR_L2TPD)/usr/sbin/
Note: See TracChangeset for help on using the changeset viewer.