diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:28 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | de2c79466e3adab55dec5e973bc4115f3e550534 (patch) | |
tree | c76e8ae66e3d5cc85327c8cafdbfad2e6d555105 /net-misc/stuntman/files | |
parent | net-misc/stunnel: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-de2c79466e3adab55dec5e973bc4115f3e550534.tar.gz gentoo-de2c79466e3adab55dec5e973bc4115f3e550534.tar.bz2 gentoo-de2c79466e3adab55dec5e973bc4115f3e550534.zip |
net-misc/stuntman: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/stuntman/files')
-rw-r--r-- | net-misc/stuntman/files/initd.v1 | 2 | ||||
-rw-r--r-- | net-misc/stuntman/files/stuntman.initd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/stuntman/files/initd.v1 b/net-misc/stuntman/files/initd.v1 index 154d43e863b8..732ca5594555 100644 --- a/net-misc/stuntman/files/initd.v1 +++ b/net-misc/stuntman/files/initd.v1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-misc/stuntman/files/stuntman.initd b/net-misc/stuntman/files/stuntman.initd index 884f3d289b6e..25950b09f03a 100644 --- a/net-misc/stuntman/files/stuntman.initd +++ b/net-misc/stuntman/files/stuntman.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |