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

    r2f3f542 rd0796d0  
    99PKG_NAME:=              pptpd
    1010PKG_VERSION:=           1.3.0
    11 PKG_RELEASE:=           2
     11PKG_RELEASE:=           3
    1212PKG_MD5SUM:=            75d494e881f7027f4e60b114163f6b67
     13PKG_INIT:=              60
    1314
    1415PKG_SOURCE_URL:=        @SF/poptop
     
    5859        install -m0644 ./files/pptpd.conf $(IDIR_PPTPD)/etc/
    5960        install -d -m0755 $(IDIR_PPTPD)/etc/init.d
    60         install -m0755 ./files/pptpd.init $(IDIR_PPTPD)/etc/init.d/pptpd
     61        install -m0755 ./files/pptpd.init \
     62                $(IDIR_PPTPD)/etc/init.d/S$(PKG_INIT)pptpd
    6163        install -d -m0755 $(IDIR_PPTPD)/etc/ppp
    6264        install -m0644 ./files/options.pptpd $(IDIR_PPTPD)/etc/ppp/
Note: See TracChangeset for help on using the changeset viewer.