diff options
author | 2016-05-18 01:31:38 -0500 | |
---|---|---|
committer | 2016-05-18 01:38:34 -0500 | |
commit | d638f6b79a8c00e71acc3aaecc39ae795f466b19 (patch) | |
tree | 886f787609dfcff0033ca4474dbd438b192aee1c /net-misc/chrony | |
parent | net-misc/chrome-remote-desktop: use #!/sbin/openrc-run instead of #!/sbin/run... (diff) | |
download | gentoo-d638f6b79a8c00e71acc3aaecc39ae795f466b19.tar.gz gentoo-d638f6b79a8c00e71acc3aaecc39ae795f466b19.tar.bz2 gentoo-d638f6b79a8c00e71acc3aaecc39ae795f466b19.zip |
net-misc/chrony: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/files/chronyd.init | 2 | ||||
-rw-r--r-- | net-misc/chrony/files/chronyd.init-r1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/chrony/files/chronyd.init b/net-misc/chrony/files/chronyd.init index 83d668567e5f..2a046d582adf 100644 --- a/net-misc/chrony/files/chronyd.init +++ b/net-misc/chrony/files/chronyd.init @@ -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$ diff --git a/net-misc/chrony/files/chronyd.init-r1 b/net-misc/chrony/files/chronyd.init-r1 index 80ec85518957..765c2dc4b126 100644 --- a/net-misc/chrony/files/chronyd.init-r1 +++ b/net-misc/chrony/files/chronyd.init-r1 @@ -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$ |