diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:24 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | b9798a0b00a9127649afc5740c4cb319028f57a7 (patch) | |
tree | 93c617d972bcf849ebf33fcdfb8ac8d92f829530 /sys-devel | |
parent | sys-cluster/torque: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-b9798a0b00a9127649afc5740c4cb319028f57a7.tar.gz gentoo-b9798a0b00a9127649afc5740c4cb319028f57a7.tar.bz2 gentoo-b9798a0b00a9127649afc5740c4cb319028f57a7.zip |
sys-devel/distcc: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/distcc/files/3.1/init | 2 | ||||
-rw-r--r-- | sys-devel/distcc/files/3.2/init | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/distcc/files/3.1/init b/sys-devel/distcc/files/3.1/init index f7009f6e3101..783c0651e784 100644 --- a/sys-devel/distcc/files/3.1/init +++ b/sys-devel/distcc/files/3.1/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$ diff --git a/sys-devel/distcc/files/3.2/init b/sys-devel/distcc/files/3.2/init index f7009f6e3101..783c0651e784 100644 --- a/sys-devel/distcc/files/3.2/init +++ b/sys-devel/distcc/files/3.2/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$ |