diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:01 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 4510c7f16dcb583d165a01ff734e056f06004187 (patch) | |
tree | 220b345ed64b09c1bc9e6d346a5f5dc33c8bec7e /net-p2p/transmission | |
parent | net-p2p/syncthing: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-4510c7f16dcb583d165a01ff734e056f06004187.tar.gz gentoo-4510c7f16dcb583d165a01ff734e056f06004187.tar.bz2 gentoo-4510c7f16dcb583d165a01ff734e056f06004187.zip |
net-p2p/transmission: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-p2p/transmission')
-rw-r--r-- | net-p2p/transmission/files/transmission-daemon.initd.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/transmission/files/transmission-daemon.initd.9 b/net-p2p/transmission/files/transmission-daemon.initd.9 index a1d17d6053b3..7de3d2ecf996 100644 --- a/net-p2p/transmission/files/transmission-daemon.initd.9 +++ b/net-p2p/transmission/files/transmission-daemon.initd.9 @@ -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$ |