diff options
author | James Meyer <james.meyer@operamail.com> | 2008-11-30 23:23:32 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-11-30 23:23:32 (GMT) |
commit | e37cbcbd84577b216279402325a61b9546db7682 (patch) | |
tree | 2bbfbd821d83a3564e76679c0ed117d33e5fa2ec /abs/core-testing/runit-scripts/runitscripts | |
parent | d81739196b314dc9cf4c33edbf32108355c31254 (diff) | |
download | linhes_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')
-rwxr-xr-x | abs/core-testing/runit-scripts/runitscripts/services/ntpd/run | 4 |
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 |