diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:10 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 1666957b629a8a4c8bbbc915a219776e2891ad56 (patch) | |
tree | 000051ecdd808b6959808b9d006552ac8e07ab6d /www-apps/trac | |
parent | www-apps/rt: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-1666957b629a8a4c8bbbc915a219776e2891ad56.tar.gz gentoo-1666957b629a8a4c8bbbc915a219776e2891ad56.tar.bz2 gentoo-1666957b629a8a4c8bbbc915a219776e2891ad56.zip |
www-apps/trac: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'www-apps/trac')
-rw-r--r-- | www-apps/trac/files/tracd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/trac/files/tracd.initd b/www-apps/trac/files/tracd.initd index 0822a19f5f9d..50093e7f910a 100644 --- a/www-apps/trac/files/tracd.initd +++ b/www-apps/trac/files/tracd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ |