diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:02 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 4c159ae641ebfc6eb56c74b359ab7bda7ec5ed0e (patch) | |
tree | 7515a2230ff36d63c5f00af4d317d675bec7de53 /sys-process/incron | |
parent | sys-process/fcron: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-4c159ae641ebfc6eb56c74b359ab7bda7ec5ed0e.tar.gz gentoo-4c159ae641ebfc6eb56c74b359ab7bda7ec5ed0e.tar.bz2 gentoo-4c159ae641ebfc6eb56c74b359ab7bda7ec5ed0e.zip |
sys-process/incron: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-process/incron')
-rw-r--r-- | sys-process/incron/files/incrond.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/incron/files/incrond.init b/sys-process/incron/files/incrond.init index 1137b81bd5a6..cf7d16b4f9fc 100644 --- a/sys-process/incron/files/incrond.init +++ b/sys-process/incron/files/incrond.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |