diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:14 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 3f24d5effa53774ea2183c1f13a1c4c78be11acf (patch) | |
tree | 57951e5da5eddd43c9866b9b2239d7db2fc6a081 /sys-cluster/ipvsadm | |
parent | sys-cluster/heartbeat: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-3f24d5effa53774ea2183c1f13a1c4c78be11acf.tar.gz gentoo-3f24d5effa53774ea2183c1f13a1c4c78be11acf.tar.bz2 gentoo-3f24d5effa53774ea2183c1f13a1c4c78be11acf.zip |
sys-cluster/ipvsadm: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-cluster/ipvsadm')
-rw-r--r-- | sys-cluster/ipvsadm/files/ipvsadm-init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/ipvsadm/files/ipvsadm-init b/sys-cluster/ipvsadm/files/ipvsadm-init index a365524039a4..db6907366e6b 100644 --- a/sys-cluster/ipvsadm/files/ipvsadm-init +++ b/sys-cluster/ipvsadm/files/ipvsadm-init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |