summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-11-30 23:23:32 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-11-30 23:23:32 (GMT)
commite37cbcbd84577b216279402325a61b9546db7682 (patch)
tree2bbfbd821d83a3564e76679c0ed117d33e5fa2ec
parentd81739196b314dc9cf4c33edbf32108355c31254 (diff)
downloadlinhes_pkgbuild-e37cbcbd84577b216279402325a61b9546db7682.zip
linhes_pkgbuild-e37cbcbd84577b216279402325a61b9546db7682.tar.gz
linhes_pkgbuild-e37cbcbd84577b216279402325a61b9546db7682.tar.bz2
use full path for ntpd and ntpdate
-rwxr-xr-xabs/core-testing/runit-scripts/PKGBUILD2
-rwxr-xr-xabs/core-testing/runit-scripts/runitscripts/services/ntpd/run4
2 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/runit-scripts/PKGBUILD b/abs/core-testing/runit-scripts/PKGBUILD
index 7d68dd4..3e12cd6 100755
--- a/abs/core-testing/runit-scripts/PKGBUILD
+++ b/abs/core-testing/runit-scripts/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=runit-scripts
pkgver=1.8.0
-pkgrel=5
+pkgrel=6
pkgdesc="collection of startup scripts for runit"
url="http://smarden.org/runit/"
license="BSD"
diff --git a/abs/core-testing/runit-scripts/runitscripts/services/ntpd/run b/abs/core-testing/runit-scripts/runitscripts/services/ntpd/run
index 97302f1..65e551c 100755
--- a/abs/core-testing/runit-scripts/runitscripts/services/ntpd/run
+++ b/abs/core-testing/runit-scripts/runitscripts/services/ntpd/run
@@ -1,3 +1,3 @@
#!/bin/sh
-ntpdate pool.ntp.org
-exec ntpd -n -p /var/run/ntpd.pid
+/usr/bin/ntpdate pool.ntp.org
+exec /usr/bin/ntpd -n -p /var/run/ntpd.pid