e2guardian : fix a typo in procd init script
authordatabeille <redacted>
Wed, 26 Aug 2015 14:09:39 +0000 (16:09 +0200)
committerdatabeille <redacted>
Wed, 26 Aug 2015 14:09:39 +0000 (16:09 +0200)
Without this, produces an error :
<code>/etc/rc.common: line 1: contentscannertimeout:uinteger: not found
validation failed
/etc/rc.common: line 1: contentscannertimeout:uinteger: not found</code>

Signed-off-by: Julien Paquit julien@databeille.com
net/e2guardian/files/e2guardian.init

index 96c2802c148027382631dcaaf5be52ca05b63322..4a5981e869a907204976bcaf3aa86b75fc884e71 100644 (file)
@@ -15,7 +15,7 @@ validate_e2guardian_section() {
                'accessdeniedaddress:string' \
                'bannediplist:string' \
                'contentscanexceptions:string' \
-               'contentscanner:string'
+               'contentscanner:string' \
                'contentscannertimeout:uinteger' \
                'createlistcachefiles:string' \
                'custombannedflashfile:string' \
git clone https://git.99rst.org/PROJECT