Changeset b917538 in freewrt for package/openntpd/Makefile


Ignore:
Timestamp:
Oct 1, 2006, 10:31:51 AM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
edaeca5
Parents:
2f09cbe
Message:
  • sync with changes in trunk
  • lzo2 instead of lzo
  • fix tinc/vtun build
  • security update for openssh/openssl
  • update for iproute2,openvpn,openntpd, iptables and ipp, openswan
  • disable ipv6 in busybox, autoselect this feature for all ipv6 related packages
  • add better startup scripts for openssh and openntpd

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@800 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/openntpd/Makefile

    r2f09cbe rb917538  
    88
    99PKG_NAME:=              openntpd
    10 PKG_VERSION:=           3.7p1
    11 PKG_RELEASE:=           2
    12 PKG_MD5SUM:=            10ed8eefd760e5819efcf3277b118f47
     10PKG_VERSION:=           3.9p1
     11PKG_RELEASE:=           1
     12PKG_MD5SUM:=            afc34175f38d08867c1403d9008600b3
     13PKG_INIT:=              55
    1314
    14 # space separated list or special @SF for sourceforge projects
    1515PKG_SOURCE_URL:=        ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/ \
    1616                        ftp://ftp.de.openbsd.org/pub/unix/OpenBSD/OpenNTPD/ \
    1717                        ftp://ftp.fr.openbsd.org/pub/OpenBSD/OpenNTPD/ \
    1818                        ftp://ftp.sunet.se/pub/OpenBSD/OpenNTPD/
    19 PKG_SOURCE:=            $(PKG_NAME)-$(PKG_VERSION).tar.gz
    2019
    2120include $(TOPDIR)/mk/package.mk
     
    6160        install -m0644 ./files/ntpd.conf $(IDIR_OPENNTPD)/etc/
    6261        install -d -m0755 $(IDIR_OPENNTPD)/etc/init.d
    63         install -m0755 ./files/ntpd.init $(IDIR_OPENNTPD)/etc/init.d/S55ntpd
     62        install -m0755 ./files/ntpd.init $(IDIR_OPENNTPD)/etc/init.d/S$(PKG_INIT)ntpd
    6463        install -d -m0755 $(IDIR_OPENNTPD)/usr/sbin/
    6564        install -m0755 $(WRKBUILD)/ntpd $(IDIR_OPENNTPD)/usr/sbin/
Note: See TracChangeset for help on using the changeset viewer.