diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:09 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | e325640c94cd3c575b3a1bb61ff482980f782c6c (patch) | |
tree | fbcd42254db079d54c76b38dd119ad33b4abfc20 /net-irc/psybnc | |
parent | net-irc/ngircd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-e325640c94cd3c575b3a1bb61ff482980f782c6c.tar.gz gentoo-e325640c94cd3c575b3a1bb61ff482980f782c6c.tar.bz2 gentoo-e325640c94cd3c575b3a1bb61ff482980f782c6c.zip |
net-irc/psybnc: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-irc/psybnc')
-rw-r--r-- | net-irc/psybnc/files/psybnc-oidentd.initd | 2 | ||||
-rw-r--r-- | net-irc/psybnc/files/psybnc.initd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/psybnc/files/psybnc-oidentd.initd b/net-irc/psybnc/files/psybnc-oidentd.initd index 696a07b4d26d..80f089ee2464 100644 --- a/net-irc/psybnc/files/psybnc-oidentd.initd +++ b/net-irc/psybnc/files/psybnc-oidentd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-irc/psybnc/files/psybnc.initd b/net-irc/psybnc/files/psybnc.initd index d82f09c95d9f..581306d890f3 100644 --- a/net-irc/psybnc/files/psybnc.initd +++ b/net-irc/psybnc/files/psybnc.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |