diff options
author | Austin English <wizardedit@gentoo.org> | 2016-04-29 14:31:09 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-04-29 14:32:13 -0500 |
commit | f4ab01f44f5966a45b3dc3ea581d742a67cd8973 (patch) | |
tree | fecb665d64a69374b607de4687ffe25a3b7b2ddf /sys-fs/clamfs/files | |
parent | ys-power/powerman: remove powerman-2.3.9 (diff) | |
download | gentoo-f4ab01f44f5966a45b3dc3ea581d742a67cd8973.tar.gz gentoo-f4ab01f44f5966a45b3dc3ea581d742a67cd8973.tar.bz2 gentoo-f4ab01f44f5966a45b3dc3ea581d742a67cd8973.zip |
sys-fs/clamfs: use #!/sbin/openrc-run instead of #!/sbin/runscript
Gentoo-Bug: https://bugs.gentoo.org/573846
Also bump to EAPI=6
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-fs/clamfs/files')
-rw-r--r-- | sys-fs/clamfs/files/clamfs.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/clamfs/files/clamfs.initd b/sys-fs/clamfs/files/clamfs.initd index d7f911ee2b62..1f2440a8f36d 100644 --- a/sys-fs/clamfs/files/clamfs.initd +++ b/sys-fs/clamfs/files/clamfs.initd @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2010 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |