diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-03 18:10:41 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-03 19:08:37 -0500 |
commit | bde2de06291222b7787b54cb2be936a67bfa063a (patch) | |
tree | 756c29024cdb1f31afbc12a9fc8b3b8817e4a7d3 /net-misc/capi4hylafax/files | |
parent | net-misc/blinkperl: remove old/broken ebuild (diff) | |
download | gentoo-bde2de06291222b7787b54cb2be936a67bfa063a.tar.gz gentoo-bde2de06291222b7787b54cb2be936a67bfa063a.tar.bz2 gentoo-bde2de06291222b7787b54cb2be936a67bfa063a.zip |
net-misc/capi4hylafax: 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-misc/capi4hylafax/files')
-rw-r--r-- | net-misc/capi4hylafax/files/capi4hylafax.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/capi4hylafax/files/capi4hylafax.initd b/net-misc/capi4hylafax/files/capi4hylafax.initd index bfba068a0285..e7ad4e858a01 100644 --- a/net-misc/capi4hylafax/files/capi4hylafax.initd +++ b/net-misc/capi4hylafax/files/capi4hylafax.initd @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2005 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |