commit: 2e89c8aa8a5412ad08dc2609fff309a4e99fdba8 Author: Austin English <wizardedit <AT> gentoo <DOT> org> AuthorDate: Wed May 18 06:35:27 2016 +0000 Commit: Austin English <wizardedit <AT> gentoo <DOT> org> CommitDate: Wed May 18 06:38:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e89c8aa
www-servers/xsp: use #!/sbin/openrc-run instead of #!/sbin/runscript www-servers/xsp/files/2.2/mod-mono-server-r1.initd | 2 +- www-servers/xsp/files/2.2/mod-mono-server.initd | 2 +- www-servers/xsp/files/2.2/xsp.initd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www-servers/xsp/files/2.2/mod-mono-server-r1.initd b/www-servers/xsp/files/2.2/mod-mono-server-r1.initd index 6ce6a60..6e091dd 100644 --- a/www-servers/xsp/files/2.2/mod-mono-server-r1.initd +++ b/www-servers/xsp/files/2.2/mod-mono-server-r1.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: mod-mono-server-r1.initd,v 1.1 2012/01/22 12:54:29 pacho Exp $ diff --git a/www-servers/xsp/files/2.2/mod-mono-server.initd b/www-servers/xsp/files/2.2/mod-mono-server.initd index 49119e5..3906dc9 100644 --- a/www-servers/xsp/files/2.2/mod-mono-server.initd +++ b/www-servers/xsp/files/2.2/mod-mono-server.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: mod-mono-server.initd,v 1.1 2009/01/18 17:44:04 loki_val Exp $ diff --git a/www-servers/xsp/files/2.2/xsp.initd b/www-servers/xsp/files/2.2/xsp.initd index 0432bca..8ae8aab 100644 --- a/www-servers/xsp/files/2.2/xsp.initd +++ b/www-servers/xsp/files/2.2/xsp.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: xsp.initd,v 1.1 2009/01/18 17:44:04 loki_val Exp $
