[Midnightbsd-cvs] src [11683] trunk/etc/rc.d/power_profile: fix spacing
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jul 8 16:24:42 EDT 2018
Revision: 11683
http://svnweb.midnightbsd.org/src/?rev=11683
Author: laffer1
Date: 2018-07-08 16:24:41 -0400 (Sun, 08 Jul 2018)
Log Message:
-----------
fix spacing
Modified Paths:
--------------
trunk/etc/rc.d/power_profile
Modified: trunk/etc/rc.d/power_profile
===================================================================
--- trunk/etc/rc.d/power_profile 2018-07-08 20:24:19 UTC (rev 11682)
+++ trunk/etc/rc.d/power_profile 2018-07-08 20:24:41 UTC (rev 11683)
@@ -6,7 +6,6 @@
# Arguments: 0x00 (AC offline, economy) or 0x01 (AC online, performance)
#
# $MidnightBSD$
-#
# PROVIDE: power_profile
# REQUIRE: FILESYSTEMS syslogd
@@ -27,7 +26,7 @@
# $highest_value: maximum value for this sysctl, when $value is "HIGH"
# $lowest_value: minimum value for this sysctl, when $value is "LOW"
#
-sysctl_set ()
+sysctl_set()
{
# Check if the node exists
if [ -z "$(sysctl -n ${node} 2> /dev/null)" ]; then
More information about the Midnightbsd-cvs
mailing list