diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:42 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 02002d60beb17cc6e042bffda8528ab8b2407b33 (patch) | |
tree | 17cb1cc514b17f50cc2407937a6b57fc6ee72caf /app-misc | |
parent | app-misc/sphinx: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-02002d60beb17cc6e042bffda8528ab8b2407b33.tar.gz gentoo-02002d60beb17cc6e042bffda8528ab8b2407b33.tar.bz2 gentoo-02002d60beb17cc6e042bffda8528ab8b2407b33.zip |
app-misc/taskd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/taskd/files/taskd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/taskd/files/taskd.initd b/app-misc/taskd/files/taskd.initd index bbee5216694e..a71a61e63432 100644 --- a/app-misc/taskd/files/taskd.initd +++ b/app-misc/taskd/files/taskd.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$ |