diff options
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/owfs/files/owfs.initd | 2 | ||||
-rw-r--r-- | sys-fs/owfs/files/owftpd.initd | 2 | ||||
-rw-r--r-- | sys-fs/owfs/files/owhttpd.initd | 2 | ||||
-rw-r--r-- | sys-fs/owfs/files/owserver.initd | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys-fs/owfs/files/owfs.initd b/sys-fs/owfs/files/owfs.initd index 7ed8a51bea1a..cf81205cbfe7 100644 --- a/sys-fs/owfs/files/owfs.initd +++ b/sys-fs/owfs/files/owfs.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ diff --git a/sys-fs/owfs/files/owftpd.initd b/sys-fs/owfs/files/owftpd.initd index eae2782f92f3..7f764197df0d 100644 --- a/sys-fs/owfs/files/owftpd.initd +++ b/sys-fs/owfs/files/owftpd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ diff --git a/sys-fs/owfs/files/owhttpd.initd b/sys-fs/owfs/files/owhttpd.initd index a05f5dce295a..ce5801fa4272 100644 --- a/sys-fs/owfs/files/owhttpd.initd +++ b/sys-fs/owfs/files/owhttpd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ diff --git a/sys-fs/owfs/files/owserver.initd b/sys-fs/owfs/files/owserver.initd index 0ddfbd2f81c9..8cc56f32f7bf 100644 --- a/sys-fs/owfs/files/owserver.initd +++ b/sys-fs/owfs/files/owserver.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ |