diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:48 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 4164bbb95fdeb8239463c661298e64c58f553a2b (patch) | |
tree | ec4050d5668d8a80382e409c6a6c0e32d028aadd /net-misc/hylafaxplus | |
parent | net-misc/htpdate: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-4164bbb95fdeb8239463c661298e64c58f553a2b.tar.gz gentoo-4164bbb95fdeb8239463c661298e64c58f553a2b.tar.bz2 gentoo-4164bbb95fdeb8239463c661298e64c58f553a2b.zip |
net-misc/hylafaxplus: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/hylafaxplus')
-rw-r--r-- | net-misc/hylafaxplus/files/hylafaxplus-init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/hylafaxplus/files/hylafaxplus-init b/net-misc/hylafaxplus/files/hylafaxplus-init index 47c16fdff2f2..851cd3b09777 100644 --- a/net-misc/hylafaxplus/files/hylafaxplus-init +++ b/net-misc/hylafaxplus/files/hylafaxplus-init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Author Geaaru # Distributed under the terms of the GNU General Public License v2 |