summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/runit-scripts/runitscripts/services
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 /abs/core-testing/runit-scripts/runitscripts/services
parentd81739196b314dc9cf4c33edbf32108355c31254 (diff)
downloadlinhes_pkgbuild-e37cbcbd84577b216279402325a61b9546db7682.zip
linhes_pkgbuild-e37cbcbd84577b216279402325a61b9546db7682.tar.gz
linhes_pkgbuild-e37cbcbd84577b216279402325a61b9546db7682.tar.bz2
use full path for ntpd and ntpdate
Diffstat (limited to 'abs/core-testing/runit-scripts/runitscripts/services')
-rwxr-xr-xabs/core-testing/runit-scripts/runitscripts/services/ntpd/run4
1 files changed, 2 insertions, 2 deletions
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