bbruns 2014-04-13 16:19:11 +00:00
ebeveyn 0c7813397c
işleme f1bfeca7b8
2 değiştirilmiş dosya ile 22 ekleme ve 0 silme

11
bin/rule-save Normal file
Dosyayı Görüntüle

@ -0,0 +1,11 @@
#!/bin/bash
# Important directory locations
FWPREFIX="/usr/local"
FWCONFIGDIR="${FWPREFIX}/etc/srfirewall"
FWLIBDIR="${FWPREFIX}/lib/srfirewall"
FWBINDIR="${FWPREFIX}/bin"
source "${FWCONFIGDIR}/main.conf"
source "${FWCONFIGDIR}/local.conf"
echo "$*" >> "${FWPREFIX}/etc/srfirewall/cache/srfirewall-rules"

11
bin/rule-save6 Executable file
Dosyayı Görüntüle

@ -0,0 +1,11 @@
#!/bin/bash
# Important directory locations
FWPREFIX="/usr/local"
FWCONFIGDIR="${FWPREFIX}/etc/srfirewall"
FWLIBDIR="${FWPREFIX}/lib/srfirewall"
FWBINDIR="${FWPREFIX}/bin"
source "${FWCONFIGDIR}/main.conf"
source "${FWCONFIGDIR}/local.conf"
echo "$*" >> "${FWPREFIX}/etc/srfirewall/cache/srfirewall-rules6"