search for: 680a681

Displaying 1 result from an estimated 1 matches for "680a681".

Did you mean: 680681
2003 Oct 23
3
Shorewall backup configuration patch/hack
...//||\\ Edwin Eefting || || || DatuX - Linux solutions and innovations \\||// http://www.datux.nl -------------- next part -------------- 578c578 < SHOREWALL_DIR= --- > SHOREWALL_DIR=/etc/shorewall 679c679 < start|stop|restart|reset|clear|refresh|check) --- > start|restart) 680a681 > #first try it the "normal" way: 682c683,709 < exec $SHOREWALL_SHELL $FIREWALL $debugging $nolock $1 --- > $SHOREWALL_SHELL $FIREWALL $debugging $nolock $1 > RESULT=$? > #exitcode 1 means something lame happend. > [ $RESULT == 1 ] && exit 1; > if [...