diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:36 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 43188a2bfa62e0c5cf176f0026be249cf01e85eb (patch) | |
tree | 09d1d71dd4f378391926946700b7808b471996d0 /app-misc/geneweb/files | |
parent | app-misc/g15stats: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-43188a2bfa62e0c5cf176f0026be249cf01e85eb.tar.gz gentoo-43188a2bfa62e0c5cf176f0026be249cf01e85eb.tar.bz2 gentoo-43188a2bfa62e0c5cf176f0026be249cf01e85eb.zip |
app-misc/geneweb: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-misc/geneweb/files')
-rw-r--r-- | app-misc/geneweb/files/geneweb.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/geneweb/files/geneweb.initd b/app-misc/geneweb/files/geneweb.initd index 8ed7013ab509..ea227548bb4d 100644 --- a/app-misc/geneweb/files/geneweb.initd +++ b/app-misc/geneweb/files/geneweb.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 # $Id$ |