File: patch

package info (click to toggle)
clamassassin 1.2.4-1.2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 176 kB
  • sloc: sh: 86; makefile: 43; sed: 15
file content (13 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- clamassassin.orig	2007-05-27 02:18:00.971409000 -0400
+++ clamassassin	2007-05-27 02:18:32.591409000 -0400
@@ -82,6 +82,10 @@
 SED=sed
 ECHO=echo
 
+if [ -r /etc/default/clamassassin ]; then
+	. /etc/default/clamassassin
+fi
+
 # END CONFIGURATION
 
 # DO NOT MAKE CHANGES PAST THIS LINE