1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2025-10-15 23:18:51 +02:00
fwbuilder/test/pf/recycle
Vadim Kurland 6e0654aaa6 see #2636 "carp : Incorrect output in rc.conf.local format". Should
use create_args_carp0 instead of ifconfig_carp0 to set up CARP
interface vhid, pass and adskew parameters.
2011-08-08 15:35:25 -07:00

14 lines
122 B
Bash
Executable File

#!/bin/sh
for f in *.fw *rc.conf*; do
j=${f}.orig
mv $f $j
done
for f in *.conf; do
j=${f}.orig
mv $f $j
done