diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:55 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | e368bca97aefdd0a8eaba47aee954edc7b2a3e30 (patch) | |
tree | b2ff02f69da0cc7c25f05f16e1eee6bc0d7653a2 /net-p2p | |
parent | net-p2p/freenet: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-e368bca97aefdd0a8eaba47aee954edc7b2a3e30.tar.gz gentoo-e368bca97aefdd0a8eaba47aee954edc7b2a3e30.tar.bz2 gentoo-e368bca97aefdd0a8eaba47aee954edc7b2a3e30.zip |
net-p2p/i2p: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/i2p/files/i2p-0.9.23_initd | 2 | ||||
-rw-r--r-- | net-p2p/i2p/files/i2p-0.9.24_initd | 2 | ||||
-rw-r--r-- | net-p2p/i2p/files/i2p-0.9.25-initd | 2 | ||||
-rw-r--r-- | net-p2p/i2p/files/i2p.initd | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/i2p/files/i2p-0.9.23_initd b/net-p2p/i2p/files/i2p-0.9.23_initd index ca39586113ed..f10c4a020bcc 100644 --- a/net-p2p/i2p/files/i2p-0.9.23_initd +++ b/net-p2p/i2p/files/i2p-0.9.23_initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-p2p/i2p/files/i2p-0.9.24_initd b/net-p2p/i2p/files/i2p-0.9.24_initd index 00e91acc4011..bd0091710ed7 100644 --- a/net-p2p/i2p/files/i2p-0.9.24_initd +++ b/net-p2p/i2p/files/i2p-0.9.24_initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-p2p/i2p/files/i2p-0.9.25-initd b/net-p2p/i2p/files/i2p-0.9.25-initd index 00e91acc4011..bd0091710ed7 100644 --- a/net-p2p/i2p/files/i2p-0.9.25-initd +++ b/net-p2p/i2p/files/i2p-0.9.25-initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-p2p/i2p/files/i2p.initd b/net-p2p/i2p/files/i2p.initd index ca39586113ed..f10c4a020bcc 100644 --- a/net-p2p/i2p/files/i2p.initd +++ b/net-p2p/i2p/files/i2p.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |