diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:01 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | cae2ef26556410df9dc14b1b88cb4a02bf2077c3 (patch) | |
tree | de54d00c0de9a5d0a121f1997a7f70b380b7220d | |
parent | sys-process/dcron: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-cae2ef26556410df9dc14b1b88cb4a02bf2077c3.tar.gz gentoo-cae2ef26556410df9dc14b1b88cb4a02bf2077c3.tar.bz2 gentoo-cae2ef26556410df9dc14b1b88cb4a02bf2077c3.zip |
sys-process/fcron: use #!/sbin/openrc-run instead of #!/sbin/runscript
-rw-r--r-- | sys-process/fcron/files/fcron.init.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/fcron/files/fcron.init.3 b/sys-process/fcron/files/fcron.init.3 index 209dd49d501b..d297966af1c0 100644 --- a/sys-process/fcron/files/fcron.init.3 +++ b/sys-process/fcron/files/fcron.init.3 @@ -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 # $Id$ |