diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:01 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 1abf01e439de169e9c4ae343cec16c71c74cf75d (patch) | |
tree | cc24cb693bb9a58a6cdf57dff41a91f8dca5db88 /dev-dotnet | |
parent | dev-db/slony1: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-1abf01e439de169e9c4ae343cec16c71c74cf75d.tar.gz gentoo-1abf01e439de169e9c4ae343cec16c71c74cf75d.tar.bz2 gentoo-1abf01e439de169e9c4ae343cec16c71c74cf75d.zip |
dev-dotnet/xsp: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/xsp/files/2.2/mod-mono-server-r1.initd | 2 | ||||
-rw-r--r-- | dev-dotnet/xsp/files/2.2/mod-mono-server.initd | 2 | ||||
-rw-r--r-- | dev-dotnet/xsp/files/2.2/xsp.initd | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-dotnet/xsp/files/2.2/mod-mono-server-r1.initd b/dev-dotnet/xsp/files/2.2/mod-mono-server-r1.initd index 6ce6a60bcec2..6e091dd53432 100644 --- a/dev-dotnet/xsp/files/2.2/mod-mono-server-r1.initd +++ b/dev-dotnet/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/dev-dotnet/xsp/files/2.2/mod-mono-server.initd b/dev-dotnet/xsp/files/2.2/mod-mono-server.initd index 49119e5af497..3906dc983893 100644 --- a/dev-dotnet/xsp/files/2.2/mod-mono-server.initd +++ b/dev-dotnet/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/dev-dotnet/xsp/files/2.2/xsp.initd b/dev-dotnet/xsp/files/2.2/xsp.initd index 0432bca7d36e..8ae8aab83baa 100644 --- a/dev-dotnet/xsp/files/2.2/xsp.initd +++ b/dev-dotnet/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 $ |