diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:07 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | a38c44e1914a7d7846c93cedd8f96615ba9c75ef (patch) | |
tree | 69e59266db032aa28873ae03a98a91c1b1b9c93d /net-misc/ntp | |
parent | net-misc/nstx: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-a38c44e1914a7d7846c93cedd8f96615ba9c75ef.tar.gz gentoo-a38c44e1914a7d7846c93cedd8f96615ba9c75ef.tar.bz2 gentoo-a38c44e1914a7d7846c93cedd8f96615ba9c75ef.zip |
net-misc/ntp: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/ntp')
-rw-r--r-- | net-misc/ntp/files/ntp-client.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/ntp/files/ntp-client.rc b/net-misc/ntp/files/ntp-client.rc index 451bb3ec7c15..93375b4a3b24 100644 --- a/net-misc/ntp/files/ntp-client.rc +++ b/net-misc/ntp/files/ntp-client.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |