diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:59 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 09ca263e9ff52be82330c6cf2a6a7bdb941d098d (patch) | |
tree | 7a562ac5ddc821a4488fc992af7a78c50d08d511 /sys-process/daemontools | |
parent | sys-process/audit: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-09ca263e9ff52be82330c6cf2a6a7bdb941d098d.tar.gz gentoo-09ca263e9ff52be82330c6cf2a6a7bdb941d098d.tar.bz2 gentoo-09ca263e9ff52be82330c6cf2a6a7bdb941d098d.zip |
sys-process/daemontools: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-process/daemontools')
-rw-r--r-- | sys-process/daemontools/files/svscan.init | 2 | ||||
-rw-r--r-- | sys-process/daemontools/files/svscan.init-0.76-r7 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/daemontools/files/svscan.init b/sys-process/daemontools/files/svscan.init index 18c642d5d731..43668c944885 100644 --- a/sys-process/daemontools/files/svscan.init +++ b/sys-process/daemontools/files/svscan.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-process/daemontools/files/svscan.init-0.76-r7 b/sys-process/daemontools/files/svscan.init-0.76-r7 index 5b157b75eabf..f8ae060b88c2 100644 --- a/sys-process/daemontools/files/svscan.init-0.76-r7 +++ b/sys-process/daemontools/files/svscan.init-0.76-r7 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |