mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 20:16:49 +02:00
Einige CGIs gefixt, SNORT wird beim Systemstart gestartet
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@629 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -121,8 +121,11 @@ case "${DO}" in
|
||||
fi
|
||||
fi
|
||||
|
||||
boot_mesg "Setting OVPN Rules if enabled"
|
||||
/etc/rc.d/init.d/firewall startovpn; evaluate_retval
|
||||
boot_mesg "Setting OpenVPN Rules if enabled"
|
||||
/etc/rc.d/init.d/firewall startovpn; evaluate_retval
|
||||
|
||||
boot_mesg "Starting SNORT if enabled"
|
||||
/etc/rc.d/init.d/snort start; evaluate_retval
|
||||
;;
|
||||
|
||||
stop)
|
||||
@@ -153,8 +156,11 @@ case "${DO}" in
|
||||
fi
|
||||
fi
|
||||
|
||||
boot_mesg "Deleting OVPN Rules if enabled"
|
||||
boot_mesg "Deleting OpenVPN Rules if enabled"
|
||||
/etc/rc.d/init.d/firewall stopovpn; evaluate_retval
|
||||
|
||||
boot_mesg "Starting SNORT if enabled"
|
||||
/etc/rc.d/init.d/snort stop; evaluate_retval
|
||||
;;
|
||||
|
||||
restart)
|
||||
|
||||
Reference in New Issue
Block a user