mirror of
https://github.com/fwbuilder/fwbuilder
synced 2025-10-15 23:18:51 +02:00
use create_args_carp0 instead of ifconfig_carp0 to set up CARP interface vhid, pass and adskew parameters.
14 lines
122 B
Bash
Executable File
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
|
|
|
|
|