diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:54 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | faf93510d49221a680e2b54ebb6dbbe2daa6b0d6 (patch) | |
tree | d9bfffaf14a421c126da30ebc24495a52cfbc65d /net-p2p | |
parent | net-p2p/fms: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-faf93510d49221a680e2b54ebb6dbbe2daa6b0d6.tar.gz gentoo-faf93510d49221a680e2b54ebb6dbbe2daa6b0d6.tar.bz2 gentoo-faf93510d49221a680e2b54ebb6dbbe2daa6b0d6.zip |
net-p2p/freenet: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/freenet/files/freenet | 2 | ||||
-rw-r--r-- | net-p2p/freenet/files/freenet.old | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/freenet/files/freenet b/net-p2p/freenet/files/freenet index f276ee4ea0f4..ef90f226bfb7 100644 --- a/net-p2p/freenet/files/freenet +++ b/net-p2p/freenet/files/freenet @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 diff --git a/net-p2p/freenet/files/freenet.old b/net-p2p/freenet/files/freenet.old index d0df97e471ba..ce98ea99cb22 100644 --- a/net-p2p/freenet/files/freenet.old +++ b/net-p2p/freenet/files/freenet.old @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |