diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:26 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | ff7b6eda94b3e8cbf6e90111c0427a4b0093de0b (patch) | |
tree | bb514ef5dbb30f0f69f6e185fa90fa79c691862e /sys-apps/busybox/files | |
parent | sys-apps/audio-entropyd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-ff7b6eda94b3e8cbf6e90111c0427a4b0093de0b.tar.gz gentoo-ff7b6eda94b3e8cbf6e90111c0427a4b0093de0b.tar.bz2 gentoo-ff7b6eda94b3e8cbf6e90111c0427a4b0093de0b.zip |
sys-apps/busybox: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-apps/busybox/files')
-rw-r--r-- | sys-apps/busybox/files/klogd.initd | 2 | ||||
-rw-r--r-- | sys-apps/busybox/files/ntpd.initd | 2 | ||||
-rw-r--r-- | sys-apps/busybox/files/syslogd.initd | 2 | ||||
-rw-r--r-- | sys-apps/busybox/files/watchdog.initd | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/busybox/files/klogd.initd b/sys-apps/busybox/files/klogd.initd index f584ccb7d93c..99f5f7b05467 100644 --- a/sys-apps/busybox/files/klogd.initd +++ b/sys-apps/busybox/files/klogd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-apps/busybox/files/ntpd.initd b/sys-apps/busybox/files/ntpd.initd index 06e37edc1f58..769394cd8168 100644 --- a/sys-apps/busybox/files/ntpd.initd +++ b/sys-apps/busybox/files/ntpd.initd @@ -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$ diff --git a/sys-apps/busybox/files/syslogd.initd b/sys-apps/busybox/files/syslogd.initd index b23ca0545871..62a99fec53ad 100644 --- a/sys-apps/busybox/files/syslogd.initd +++ b/sys-apps/busybox/files/syslogd.initd @@ -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$ diff --git a/sys-apps/busybox/files/watchdog.initd b/sys-apps/busybox/files/watchdog.initd index 9949aad126f7..aa1d33eb7c06 100644 --- a/sys-apps/busybox/files/watchdog.initd +++ b/sys-apps/busybox/files/watchdog.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |