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 | |
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')
-rwxr-xr-x | abs/core-testing/runit-scripts/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/runit-scripts/runitscripts/services/ntpd/run | 4 |
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 |