diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:34 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 17fb2d1dbefdb2ce00f7bb53524e542b83f2b1a6 (patch) | |
tree | 89208ee71fe129c3f9c3059cde0ebcaa3d7a15f9 /net-misc/tor | |
parent | net-misc/tokyotyrant: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-17fb2d1dbefdb2ce00f7bb53524e542b83f2b1a6.tar.gz gentoo-17fb2d1dbefdb2ce00f7bb53524e542b83f2b1a6.tar.bz2 gentoo-17fb2d1dbefdb2ce00f7bb53524e542b83f2b1a6.zip |
net-misc/tor: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/tor')
-rw-r--r-- | net-misc/tor/files/tor.initd-r7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/tor/files/tor.initd-r7 b/net-misc/tor/files/tor.initd-r7 index 799cca17f470..3d679c195e4c 100644 --- a/net-misc/tor/files/tor.initd-r7 +++ b/net-misc/tor/files/tor.initd-r7 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |