]> git.pld-linux.org Git - packages/snort.git/commitdiff
- spaces->tabs
authorpaladine <paladine@pld-linux.org>
Sun, 31 Oct 2004 16:25:46 +0000 (16:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- formatting

Changed files:
    snort.spec -> 1.103

snort.spec

index 46dcb384e284fdb9ca01d091ddf97fae1ba96959..80fa730be01dfa8549f09d719c2ef0e26774895d 100644 (file)
@@ -1,8 +1,8 @@
 #
 # Conditional build:
-%bcond_without pgsql # build without PostgreSQL storage support
-%bcond_without mysql # build without MySQL storage support
-%bcond_without snmp  # build without SNMP support
+%bcond_without pgsql   # build without PostgreSQL storage support
+%bcond_without mysql   # build without MySQL storage support
+%bcond_without snmp    # build without SNMP support
 #
 %define                _rules_ver      2_2
 
@@ -183,9 +183,9 @@ if [ "$1" = "1" ] ; then
        /sbin/chkconfig --add snort
 fi
 if [ -f /var/lock/subsys/snort ]; then
-        /etc/rc.d/init.d/snort restart 1>&2
+       /etc/rc.d/init.d/snort restart 1>&2
 else
-        echo "Run \"/etc/rc.d/init.d/snort start\" to start Snort daemon."
+       echo "Run \"/etc/rc.d/init.d/snort start\" to start Snort daemon."
 fi
 
 
This page took 0.053071 seconds and 4 git commands to generate.