diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:04 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 3da1c9bacb1566d2f2411e364a0d4ebab9fa597c (patch) | |
tree | 4a586769602f9eeb545a539dbcc4e061b6147e58 /www-apache | |
parent | sys-process/vixie-cron: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-3da1c9bacb1566d2f2411e364a0d4ebab9fa597c.tar.gz gentoo-3da1c9bacb1566d2f2411e364a0d4ebab9fa597c.tar.bz2 gentoo-3da1c9bacb1566d2f2411e364a0d4ebab9fa597c.zip |
www-apache/anyterm: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/anyterm/files/anyterm.init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apache/anyterm/files/anyterm.init.d b/www-apache/anyterm/files/anyterm.init.d index 771f4bc1c050..c6be7b0e3e2a 100644 --- a/www-apache/anyterm/files/anyterm.init.d +++ b/www-apache/anyterm/files/anyterm.init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ |