diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-02 13:45:23 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-02 17:21:47 -0500 |
commit | a242ed3811b5d852766dd960814e49262e12cf69 (patch) | |
tree | 333633f874f330c9dbc9cb43d3328592fa05505e /net-im/jabberd2/files/jabberd2-2.3.1.init | |
parent | net-wireless/wireless-regdb: bump (diff) | |
download | gentoo-a242ed3811b5d852766dd960814e49262e12cf69.tar.gz gentoo-a242ed3811b5d852766dd960814e49262e12cf69.tar.bz2 gentoo-a242ed3811b5d852766dd960814e49262e12cf69.zip |
net-im/jabberd2: use #!/sbin/openrc-run instead of #!/sbin/runscript
Gentoo-Bug: https://bugs.gentoo.org/573846
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-im/jabberd2/files/jabberd2-2.3.1.init')
-rw-r--r-- | net-im/jabberd2/files/jabberd2-2.3.1.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/jabberd2/files/jabberd2-2.3.1.init b/net-im/jabberd2/files/jabberd2-2.3.1.init index 696a94489836..4f885c754369 100644 --- a/net-im/jabberd2/files/jabberd2-2.3.1.init +++ b/net-im/jabberd2/files/jabberd2-2.3.1.init @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2013 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |