diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:00 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 60b1467911c1cca5d2000f88dda3820c29445f4f (patch) | |
tree | fa82943af41642f3013cfaa126c4b40eba4ad434 /sys-process/daemontools-encore | |
parent | sys-process/daemontools: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-60b1467911c1cca5d2000f88dda3820c29445f4f.tar.gz gentoo-60b1467911c1cca5d2000f88dda3820c29445f4f.tar.bz2 gentoo-60b1467911c1cca5d2000f88dda3820c29445f4f.zip |
sys-process/daemontools-encore: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-process/daemontools-encore')
-rw-r--r-- | sys-process/daemontools-encore/files/svscan.init-2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/daemontools-encore/files/svscan.init-2 b/sys-process/daemontools-encore/files/svscan.init-2 index 6121f8ee56d1..aecb26b79849 100644 --- a/sys-process/daemontools-encore/files/svscan.init-2 +++ b/sys-process/daemontools-encore/files/svscan.init-2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |