diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:24 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | ce067533e94c33b1743eed168107ef73ed42c8ad (patch) | |
tree | 02cdfd45aee9aed386550b0c8796ac423acfd9ef /net-misc/sobby | |
parent | net-misc/sks: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-ce067533e94c33b1743eed168107ef73ed42c8ad.tar.gz gentoo-ce067533e94c33b1743eed168107ef73ed42c8ad.tar.bz2 gentoo-ce067533e94c33b1743eed168107ef73ed42c8ad.zip |
net-misc/sobby: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/sobby')
-rw-r--r-- | net-misc/sobby/files/sobby-init-0.4.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/sobby/files/sobby-init-0.4.7 b/net-misc/sobby/files/sobby-init-0.4.7 index a5ab6eecb0e6..cc314936e427 100644 --- a/net-misc/sobby/files/sobby-init-0.4.7 +++ b/net-misc/sobby/files/sobby-init-0.4.7 @@ -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$ |