]> git.pld-linux.org Git - packages/conserver.git/commitdiff
- cosmetics
authorpaladine <paladine@pld-linux.org>
Wed, 10 Nov 2004 13:32:59 +0000 (13:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    conserver.spec -> 1.8

conserver.spec

index 751f1e548302d11565b71548d86a2da102cea7d3..b6654ae37dda0ee6055187d005c7f0e9a5e31de3 100644 (file)
@@ -25,7 +25,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Conserver is an application that allows multiple users to watch a
-serial console at the same time.  It can log the data, allows users
+serial console at the same time. It can log the data, allows users
 to take write-access of a console (one at a time), and has a
 variety of bells and whistles to accentuate that basic
 functionality.
@@ -80,17 +80,17 @@ rm -rf $RPM_BUILD_ROOT
 %post
 /sbin/chkconfig --add conserver
 if [ -f /var/lock/subsys/conserver ]; then
-        /etc/rc.d/init.d/conserver restart 1>&2
+       /etc/rc.d/init.d/conserver restart 1>&2
 else
-        echo "Run \"/etc/rc.d/init.d/conserver start\" to start conserver daemon."
+       echo "Run \"/etc/rc.d/init.d/conserver start\" to start conserver daemon."
 fi
 
 %preun
 if [ "$1" = "0" ]; then
-        if [ -f /var/lock/subsys/conserver ]; then
-                /etc/rc.d/init.d/conserver stop 1>&2
-        fi
-        /sbin/chkconfig --del conserver
+       if [ -f /var/lock/subsys/conserver ]; then
+               /etc/rc.d/init.d/conserver stop 1>&2
+       fi
+       /sbin/chkconfig --del conserver
 fi
 
 %files
This page took 0.09287 seconds and 4 git commands to generate.