Browse Source

dansguardian: fix trailing white spaces

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Marko Ratkaj 10 years ago
parent
commit
ae6f5aef85

+ 1
- 1
net/dansguardian/files/dansguardian.config View File

13
 	option filecachedir '/tmp'
13
 	option filecachedir '/tmp'
14
 	option filtergroups '1'
14
 	option filtergroups '1'
15
 	option filtergroupslist '/etc/dansguardian/lists/filtergroupslist'
15
 	option filtergroupslist '/etc/dansguardian/lists/filtergroupslist'
16
-	option filterip '' 
16
+	option filterip ''
17
 	option filterports '8080'
17
 	option filterports '8080'
18
 	option forcequicksearch 'off'
18
 	option forcequicksearch 'off'
19
 	option forwardedfor 'off'
19
 	option forwardedfor 'off'

+ 1
- 1
net/dansguardian/files/dansguardian.init View File

94
 		reverseclientiplookups scancleancache showweightedfound softrestart trickledelay urlcacheage urlcachenumber \
94
 		reverseclientiplookups scancleancache showweightedfound softrestart trickledelay urlcacheage urlcachenumber \
95
 		urlipcfilename usecustombannedflash usecustombannedimage usexforwardedfor weightedphrasemode
95
 		urlipcfilename usecustombannedflash usecustombannedimage usexforwardedfor weightedphrasemode
96
 
96
 
97
-	validate_dansguardian_section dansguardian || { 
97
+	validate_dansguardian_section dansguardian || {
98
 		echo "validation failed"
98
 		echo "validation failed"
99
 		return 1
99
 		return 1
100
 	}
100
 	}

+ 1
- 1
net/dansguardian/files/dansguardianf1.conf View File

332
 #threshold
332
 #threshold
333
 # this is in seconds. If 'violations' occur in 'threshold' seconds, then
333
 # this is in seconds. If 'violations' occur in 'threshold' seconds, then
334
 # a notification is made.
334
 # a notification is made.
335
-# if this is set to 0, then whenever the set number of violations are made a 
335
+# if this is set to 0, then whenever the set number of violations are made a
336
 # notifaction will be sent.
336
 # notifaction will be sent.
337
 #!! Not compiled !!threshold = 0
337
 #!! Not compiled !!threshold = 0
338
 
338