]> git.pld-linux.org Git - packages/fiaif.git/commitdiff
- now it starts on levels 3,4,5.
authorserek <serek@pld-linux.org>
Sun, 20 Oct 2002 12:13:41 +0000 (12:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fiaif.spec -> 1.3

fiaif.spec

index ae4417f7fc8e944e0fc8d4e4757be221862d193c..c55c9d2f258537dafd0c29b8fd6d5c735ff35a1c 100644 (file)
@@ -3,7 +3,7 @@ Summary:        Fiaif is an Intelligent Firewall for iptables based Linux systems.
 Summary(pl):   Fiaif to inteligentny firewall bazuj±cy na iptables.
 Name:          fiaif
 Version:       1.3.0
-Release:       0.3
+Release:       0.4
 License:       GPL
 Group:         Networking/Utilities
 Source0:       http://fiaif.fugmann.dhs.org/dist/%{name}_%{version}-%{rel}.tar.gz
@@ -51,10 +51,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/chkconfig --add fiaif 
+chkconfig --level 345 fiaif on
 if [ -f /var/state/fiaif/iptables ]; then
        /etc/rc.d/init.d/fiaif restart >&2
 else
-       echo "Execute \"/etc/rc.d/init.d/fiaif start\" to start fiaif."
+       echo "Configure fiaif and remove the line 'DONT_START=1'"
+       echo "from /etc/fiaif/fiaif.conf, then execute"
+       echo "'/etc/rc.d/init.d/fiaif start' to start fiaif."
 fi
 
 %preun
This page took 0.07043 seconds and 4 git commands to generate.