X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;ds=sidebyside;f=debian%2Fconfig;fp=debian%2Fconfig;h=30a447353de96a9ec77753d76a82a25dc84eda90;hb=60afd8f0e7a1ebc0a5689b04b083ec37e3bf9945;hp=487ffe93c3667e54d591b042262808e521d34d36;hpb=fe0574c9e748a8f888fc058acfade9424d2e3924;p=mod-security-cn.git diff --git a/debian/config b/debian/config index 487ffe9..30a4473 100644 --- a/debian/config +++ b/debian/config @@ -19,7 +19,7 @@ MODSECCONF="$MODSECDIR/mod-security-cn.conf" # chk_conf_tag () # -# Check if configuration file has CARNet package info lines. +# Check if configuration file has CARNET package info lines. # return: $RET => 0 - tagged # 1 - file does not exists # 2 - file exists, but it is not tagged @@ -30,7 +30,7 @@ chk_conf_tag () { RET=1 if [ -f "$conf_file" ]; then - if egrep -q "^## Begin - Generated by CARNet package mod-security-cn$" "$conf_file"; then + if egrep -q "^## Begin - Generated by CARNET package mod-security-cn$" "$conf_file"; then RET=0 else RET=2 @@ -39,7 +39,7 @@ chk_conf_tag () { } -# Check for CARNet ModSecurity configuration file. +# Check for CARNET ModSecurity configuration file. # chk_conf_tag "$MODSECCONF" if [ $RET -eq 0 ] || [ $RET -eq 1 ]; then