summaryrefslogtreecommitdiffstats
path: root/extra/ntp
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-07-12 21:08:38 +0200
committertnut <tnut at nutyx dot com>2011-07-12 21:08:38 +0200
commit505711de7446534f6da94679db7b5e0cfd1fa973 (patch)
treed2fe678f12654e95fe3e72bc0a3785447847dd37 /extra/ntp
parent0d4b91d0b388cab2894fac90f51c1f61892e147a (diff)
downloadnutyx-pakxe-505711de7446534f6da94679db7b5e0cfd1fa973.tar.gz
nutyx-pakxe-505711de7446534f6da94679db7b5e0cfd1fa973.tar.bz2
nutyx-pakxe-505711de7446534f6da94679db7b5e0cfd1fa973.tar.xz
nutyx-pakxe-505711de7446534f6da94679db7b5e0cfd1fa973.zip
ntp, tite correction script de lancement, merci piernov
Diffstat (limited to 'extra/ntp')
-rw-r--r--extra/ntp/Pkgfile3
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
}