diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:28 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 488fae1dd8c345b10f5d03c1758f4bc935425516 (patch) | |
tree | ce11a6f4a040f7b95b70a54e0c932576e87e3f41 /sys-apps/daisydog | |
parent | sys-apps/collectl: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-488fae1dd8c345b10f5d03c1758f4bc935425516.tar.gz gentoo-488fae1dd8c345b10f5d03c1758f4bc935425516.tar.bz2 gentoo-488fae1dd8c345b10f5d03c1758f4bc935425516.zip |
sys-apps/daisydog: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-apps/daisydog')
-rwxr-xr-x | sys-apps/daisydog/files/daisydog.init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/daisydog/files/daisydog.init.d b/sys-apps/daisydog/files/daisydog.init.d index 6fecb16943a4..9513b7ef7578 100755 --- a/sys-apps/daisydog/files/daisydog.init.d +++ b/sys-apps/daisydog/files/daisydog.init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |