diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:23 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 48b8cd2d7464898ab2310d9887eea880ec988781 (patch) | |
tree | 882bd182fda152104e9b08a3424a384a325f4ceb /sys-cluster/torque/files/trqauthd-init.d | |
parent | sys-cluster/swift: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-48b8cd2d7464898ab2310d9887eea880ec988781.tar.gz gentoo-48b8cd2d7464898ab2310d9887eea880ec988781.tar.bz2 gentoo-48b8cd2d7464898ab2310d9887eea880ec988781.zip |
sys-cluster/torque: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-cluster/torque/files/trqauthd-init.d')
-rw-r--r-- | sys-cluster/torque/files/trqauthd-init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/torque/files/trqauthd-init.d b/sys-cluster/torque/files/trqauthd-init.d index b7896d6af7ef..1a0bed4a53da 100644 --- a/sys-cluster/torque/files/trqauthd-init.d +++ b/sys-cluster/torque/files/trqauthd-init.d @@ -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$ |