e2guardian : fix a typo in procd init script

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
This commit is contained in:
databeille 2015-08-26 16:09:39 +02:00
parent db05302eab
commit 6c2d1fb990
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ validate_e2guardian_section() {
'accessdeniedaddress:string' \
'bannediplist:string' \
'contentscanexceptions:string' \
'contentscanner:string'
'contentscanner:string' \
'contentscannertimeout:uinteger' \
'createlistcachefiles:string' \
'custombannedflashfile:string' \