Группа :: Безопасность/Сети
Пакет: fiaif
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: fiaif-1.19.2-alt-test_location.patch
--- prog/fiaif.orig 2005-02-03 23:00:57 +0300
+++ prog/fiaif 2005-02-03 23:01:24 +0300
@@ -106,7 +106,7 @@
print_err "${RULE_ERRORS} error(s) in rule specifications."
print_err "${IPTABLES_ERRORS} iptables rule generation error(s)."
if (( TEST == 0 )); then
- print_err "Please issue '$0 test' and inspect /tmp/fiaif.out for descriptions."
+ print_err "Please issue '$0 test' and inspect /root/tmp/fiaif.out for descriptions."
fi
fi
fi
@@ -241,7 +241,7 @@
elif [[ -n "${TEST_FILE}" ]]; then
TEST_FILE=${TEST_FILE}
else
- TEST_FILE="/tmp/fiaif.out"
+ TEST_FILE="/root/tmp/fiaif.out"
fi
rm -f ${TEST_FILE}
--- conf/fiaif.conf.orig 2005-02-04 08:59:05 +0300
+++ conf/fiaif.conf 2005-02-04 08:59:15 +0300
@@ -60,7 +60,7 @@
## File to which commands are written when making a test.
## TEST_FILE=<file name>
-TEST_FILE="/tmp/fiaif.out"
+TEST_FILE="/root/tmp/fiaif.out"
## Set to one if you do not want to close up the firewall.
## DEBUG=<0|1>