diff options
Diffstat (limited to 'extra/ntp')
-rw-r--r-- | extra/ntp/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/ntp/Pkgfile b/extra/ntp/Pkgfile index e78a23c70..42c32a697 100644 --- a/extra/ntp/Pkgfile +++ b/extra/ntp/Pkgfile @@ -7,7 +7,7 @@ name=ntp version=4.2.6 -release=1 +release=3 source=( http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/$name-4.2/$name-$version.tar.gz\ http://nutyx.meticul.eu/files/patchs/$name/ntp-4.2.4_p7-nano.patch) @@ -56,5 +56,6 @@ driftfile /var/cache/ntp.drift EOF cd ../$scripts-$scriptsversion make DESTDIR=$PKG install-$name + sed -i "s/ gx/ -gx/" $PKG/etc/rc.d/init.d/ntp } |