diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:44 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | bb6e0420fa21607ea6bc9e32a451981294588b78 (patch) | |
tree | 303f904a22dfef577bd6d99991300df63be7fe64 /sys-libs/freeipmi | |
parent | 7c68f5d0d3627000ef2bcc4fbaf36b80467eb17a (diff) | |
download | gentoo-bb6e0420fa21607ea6bc9e32a451981294588b78.tar.gz gentoo-bb6e0420fa21607ea6bc9e32a451981294588b78.tar.xz |
sys-libs/freeipmi: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-libs/freeipmi')
-rw-r--r-- | sys-libs/freeipmi/files/bmc-watchdog.initd.3 | 2 | ||||
-rw-r--r-- | sys-libs/freeipmi/files/bmc-watchdog.initd.4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/freeipmi/files/bmc-watchdog.initd.3 b/sys-libs/freeipmi/files/bmc-watchdog.initd.3 index e662c9537aa..c61e5cfa14d 100644 --- a/sys-libs/freeipmi/files/bmc-watchdog.initd.3 +++ b/sys-libs/freeipmi/files/bmc-watchdog.initd.3 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-libs/freeipmi/files/bmc-watchdog.initd.4 b/sys-libs/freeipmi/files/bmc-watchdog.initd.4 index 88999eddc99..42ea3df6e22 100644 --- a/sys-libs/freeipmi/files/bmc-watchdog.initd.4 +++ b/sys-libs/freeipmi/files/bmc-watchdog.initd.4 @@ -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$ |