diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:52 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | e9c8574560c4909237d3258764c6ecba12c1892a (patch) | |
tree | 285b2b81715eb07be23fe10184f865bbc77d1540 | |
parent | ed137345ec735669fe7b933857dcc303ee110494 (diff) | |
download | gentoo-e9c8574560c4909237d3258764c6ecba12c1892a.tar.gz gentoo-e9c8574560c4909237d3258764c6ecba12c1892a.tar.xz |
sys-power/nut: use #!/sbin/openrc-run instead of #!/sbin/runscript
-rw-r--r-- | sys-power/nut/files/nut-2.2.2-init.d-upsd | 2 | ||||
-rw-r--r-- | sys-power/nut/files/nut-2.2.2-init.d-upsdrv | 2 | ||||
-rw-r--r-- | sys-power/nut/files/nut-2.2.2-init.d-upsmon | 2 | ||||
-rw-r--r-- | sys-power/nut/files/nut-2.6.5-init.d-upsd | 2 | ||||
-rw-r--r-- | sys-power/nut/files/nut-2.6.5-init.d-upslog | 2 | ||||
-rw-r--r-- | sys-power/nut/files/nut-2.6.5-init.d-upsmon | 2 | ||||
-rw-r--r-- | sys-power/nut/files/nut.powerfail.initd | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/sys-power/nut/files/nut-2.2.2-init.d-upsd b/sys-power/nut/files/nut-2.2.2-init.d-upsd index 5d945fe3fa4..9697f9bea22 100644 --- a/sys-power/nut/files/nut-2.2.2-init.d-upsd +++ b/sys-power/nut/files/nut-2.2.2-init.d-upsd @@ -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-power/nut/files/nut-2.2.2-init.d-upsdrv b/sys-power/nut/files/nut-2.2.2-init.d-upsdrv index d6ac3785e7c..3c03b5ac564 100644 --- a/sys-power/nut/files/nut-2.2.2-init.d-upsdrv +++ b/sys-power/nut/files/nut-2.2.2-init.d-upsdrv @@ -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-power/nut/files/nut-2.2.2-init.d-upsmon b/sys-power/nut/files/nut-2.2.2-init.d-upsmon index 4f122cec7d3..079255dca64 100644 --- a/sys-power/nut/files/nut-2.2.2-init.d-upsmon +++ b/sys-power/nut/files/nut-2.2.2-init.d-upsmon @@ -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-power/nut/files/nut-2.6.5-init.d-upsd b/sys-power/nut/files/nut-2.6.5-init.d-upsd index 320831c0daf..d522d3bdb16 100644 --- a/sys-power/nut/files/nut-2.6.5-init.d-upsd +++ b/sys-power/nut/files/nut-2.6.5-init.d-upsd @@ -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$ diff --git a/sys-power/nut/files/nut-2.6.5-init.d-upslog b/sys-power/nut/files/nut-2.6.5-init.d-upslog index a5313be2a98..0542e5be344 100644 --- a/sys-power/nut/files/nut-2.6.5-init.d-upslog +++ b/sys-power/nut/files/nut-2.6.5-init.d-upslog @@ -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$ diff --git a/sys-power/nut/files/nut-2.6.5-init.d-upsmon b/sys-power/nut/files/nut-2.6.5-init.d-upsmon index f36a4261aad..c1160230141 100644 --- a/sys-power/nut/files/nut-2.6.5-init.d-upsmon +++ b/sys-power/nut/files/nut-2.6.5-init.d-upsmon @@ -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$ diff --git a/sys-power/nut/files/nut.powerfail.initd b/sys-power/nut/files/nut.powerfail.initd index 352d9661be5..cc2ed0ec073 100644 --- a/sys-power/nut/files/nut.powerfail.initd +++ b/sys-power/nut/files/nut.powerfail.initd @@ -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$ |