diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:59 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 931017c119b43f6987e9ac39c3f9d93ef85501a1 (patch) | |
tree | c92a8a11512e1844698b4d5539fc69356a76c729 /net-im/err/files | |
parent | net-im/ejabberd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-931017c119b43f6987e9ac39c3f9d93ef85501a1.tar.gz gentoo-931017c119b43f6987e9ac39c3f9d93ef85501a1.tar.bz2 gentoo-931017c119b43f6987e9ac39c3f9d93ef85501a1.zip |
net-im/err: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-im/err/files')
-rw-r--r-- | net-im/err/files/errd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/err/files/errd.initd b/net-im/err/files/errd.initd index 053f92fd16ed..438d3dcc4501 100644 --- a/net-im/err/files/errd.initd +++ b/net-im/err/files/errd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |