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 /sys-power | |
parent | sys-power/hibernate-script: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-e9c8574560c4909237d3258764c6ecba12c1892a.tar.gz gentoo-e9c8574560c4909237d3258764c6ecba12c1892a.tar.bz2 gentoo-e9c8574560c4909237d3258764c6ecba12c1892a.zip |
sys-power/nut: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-power')
-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 5d945fe3fa44..9697f9bea220 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 d6ac3785e7c2..3c03b5ac5645 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 4f122cec7d3e..079255dca644 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 320831c0dafe..d522d3bdb169 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 a5313be2a987..0542e5be3441 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 f36a4261aadf..c11602301414 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 352d9661be58..cc2ed0ec0739 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$ |