diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:38 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 1922e4e9371c8a6469114e19e2031ba5df9a9d9b (patch) | |
tree | 6b60948e64c0f202a402435eac01ffbb0c7c255c /sys-fs/owfs | |
parent | sys-fs/ocfs2-tools: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-1922e4e9371c8a6469114e19e2031ba5df9a9d9b.tar.gz gentoo-1922e4e9371c8a6469114e19e2031ba5df9a9d9b.tar.bz2 gentoo-1922e4e9371c8a6469114e19e2031ba5df9a9d9b.zip |
sys-fs/owfs: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-fs/owfs')
-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$ |