]> git.pld-linux.org Git - packages/apcupsd.git/commitdiff
- spaces-<tabs
authorpaladine <paladine@pld-linux.org>
Thu, 4 Nov 2004 20:46:03 +0000 (20:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apcupsd.spec -> 1.50

apcupsd.spec

index d888495998ad65e4e8c120028b074425d32f44fb..a650d33c1f5ccce67d5f9f3597e7e01f5733d1ad 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_without  test   # without TEST support
+%bcond_without test    # without TEST support
 %bcond_with    usb     # with USB support
 #
 Summary:       Power management software for APC UPS hardware
@@ -91,7 +91,7 @@ rm -rf $RPM_BUILD_ROOT
 %post
 /sbin/chkconfig --add apcupsd
 if [ -f /var/lock/subsys/apcupsd ]; then
-        /etc/rc.d/init.d/apcupsd restart >&2
+       /etc/rc.d/init.d/apcupsd restart >&2
 else
        echo "Run \"/etc/rc.d/init.d/apcupsd start\" to start apcupsd daemon."
 fi
This page took 0.070053 seconds and 4 git commands to generate.