ntp: remove name assignment from rc script, bumprev.
--HG-- extra : convert_revision : 2a4d453f68158243b686fcb537cd4efec39126c3
This commit is contained in:
parent
8cdc3b696b
commit
5c88c0ca73
2 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@ command=/usr/bin/ntpd
|
||||||
required_files=$ntpd_config
|
required_files=$ntpd_config
|
||||||
pidfile=/var/run/ntpd.pid
|
pidfile=/var/run/ntpd.pid
|
||||||
command_args="$ntpd_args -c $ntpd_config -f $ntpd_drift -p $pidfile"
|
command_args="$ntpd_args -c $ntpd_config -f $ntpd_drift -p $pidfile"
|
||||||
name="Network Time Protocol Daemon"
|
|
||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ntp'
|
# Template file for 'ntp'
|
||||||
pkgname=ntp
|
pkgname=ntp
|
||||||
version=4.2.4p7
|
version=4.2.4p7
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://archive.ntp.org/ntp4/$pkgname-$version.tar.gz"
|
distfiles="http://archive.ntp.org/ntp4/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-linuxcaps --enable-getifaddrs=glibc
|
configure_args="--enable-linuxcaps --enable-getifaddrs=glibc
|
||||||
|
|
Loading…
Reference in a new issue