SPECS: prelude-lml.spec - kill caps, tabs

ankry ankry at pld-linux.org
Wed Jul 20 07:58:25 CEST 2005


Author: ankry                        Date: Wed Jul 20 05:58:25 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- kill caps, tabs

---- Files affected:
SPECS:
   prelude-lml.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/prelude-lml.spec
diff -u SPECS/prelude-lml.spec:1.4 SPECS/prelude-lml.spec:1.5
--- SPECS/prelude-lml.spec:1.4	Tue Jul 12 23:16:05 2005
+++ SPECS/prelude-lml.spec	Wed Jul 20 07:58:20 2005
@@ -1,5 +1,5 @@
 # $Revision$, $Date$
-Summary:	A Network Intrusion Detection System
+Summary:	A network intrusion detection system
 Summary(pl):	System wykrywania intruzów w sieci
 Name:		prelude-lml
 %define	_rc	rc4
@@ -62,17 +62,17 @@
 %post
 /sbin/chkconfig --add prelude-lml
 if [ -f /var/lock/subsys/prelude-lml ]; then
-        /etc/rc.d/init.d/prelude-lml restart 1>&2
+	/etc/rc.d/init.d/prelude-lml restart 1>&2
 else
-        echo "Run \"/etc/rc.d/init.d/prelude-lml start\" to start Prelude LML."
+	echo "Run \"/etc/rc.d/init.d/prelude-lml start\" to start Prelude LML."
 fi
 
 %preun
 if [ "$1" = "0" ]; then
-        if [ -f /var/lock/subsys/prelude-lml ]; then
-                /etc/rc.d/init.d/prelude-lml stop 1>&2
-        fi
-        /sbin/chkconfig --del prelude-lml
+	if [ -f /var/lock/subsys/prelude-lml ]; then
+		/etc/rc.d/init.d/prelude-lml stop 1>&2
+	fi
+	/sbin/chkconfig --del prelude-lml
 fi
 
 %files
@@ -99,6 +99,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2005/07/20 05:58:20  ankry
+- kill caps, tabs
+
 Revision 1.4  2005/07/12 21:16:05  qboosh
 - no Epoch here
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/prelude-lml.spec?r1=1.4&r2=1.5&f=u




More information about the pld-cvs-commit mailing list