diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:07 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | c888492e0844f3329f03465f664e10599f61e99d (patch) | |
tree | 051c8ce125e15e612a8f102857b033aedc389353 /sys-cluster | |
parent | sys-cluster/corosync: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-c888492e0844f3329f03465f664e10599f61e99d.tar.gz gentoo-c888492e0844f3329f03465f664e10599f61e99d.tar.bz2 gentoo-c888492e0844f3329f03465f664e10599f61e99d.zip |
sys-cluster/csync2: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/csync2/files/csync2.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/csync2/files/csync2.initd b/sys-cluster/csync2/files/csync2.initd index 6509dbad12cb..7ae5f2c47d58 100644 --- a/sys-cluster/csync2/files/csync2.initd +++ b/sys-cluster/csync2/files/csync2.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |