View | Details | Raw Unified | Return to bug 78372
Collapse All | Expand All

(-)dansguardian/Makefile (-2 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	dansguardian
8
PORTNAME=	dansguardian
9
PORTVERSION=	2.8.0.2
9
PORTVERSION=	2.8.0.4
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	# empty, see below
11
MASTER_SITES=	# empty, see below
12
DISTNAME=	${PORTNAME}-${PORTVERSION}.source
12
DISTNAME=	${PORTNAME}-${PORTVERSION}.source
Lines 32-38 Link Here
32
		--logdir=/var/log/ \
32
		--logdir=/var/log/ \
33
		--cgidir=/www/cgi-bin/ \
33
		--cgidir=/www/cgi-bin/ \
34
		--piddir=/var/run/
34
		--piddir=/var/run/
35
35
MAN8=		dansguardian.8
36
MAN8=		dansguardian.8
37
NOMANCOMPRESSED=	yes
36
38
37
OPTIONS=	DG_GCC3 "Compile using GCC 3.3 on FreeBSD 4.x." off \
39
OPTIONS=	DG_GCC3 "Compile using GCC 3.3 on FreeBSD 4.x." off \
38
		DG_PHRASELISTS "Install new phraselists. (Overwrites existing.)" off
40
		DG_PHRASELISTS "Install new phraselists. (Overwrites existing.)" off
Lines 49-55 Link Here
49
# Set which version of GCC to compile the port with
51
# Set which version of GCC to compile the port with
50
.if ${OSVERSION} > 500000
52
.if ${OSVERSION} > 500000
51
CONFIGURE_ARGS+=	--gccver=3
53
CONFIGURE_ARGS+=	--gccver=3
52
.else
54
else
53
CONFIGURE_ARGS+=	--gccver=2
55
CONFIGURE_ARGS+=	--gccver=2
54
.endif
56
.endif
55
57
(-)dansguardian/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (dansguardian-2.8.0.2.source.tar.gz) = 94e967f97930739de6c531ec4db67d48
1
MD5 (dansguardian-2.8.0.4.source.tar.gz) = 91d65adf4087a863ad605dddd6e18046
2
SIZE (dansguardian-2.8.0.2.source.tar.gz) = 192297
2
SIZE (dansguardian-2.8.0.4.source.tar.gz) = 194475
(-)dansguardian/files/patch-autoconf::fbsd.in (-32 / +57 lines)
Lines 1-15 Link Here
1
--- autoconf/fbsd.in.orig	Tue Jun 29 10:21:27 2004
1
--- autoconf/fbsd.in.orig	Sun Feb 20 07:25:10 2005
2
+++ autoconf/fbsd.in	Tue Jun 29 10:23:52 2004
2
+++ autoconf/fbsd.in	Wed Mar  2 15:21:28 2005
3
@@ -43,48 +43,37 @@
3
@@ -21,16 +21,15 @@
4
 		 logrotate.dansguardian dansguardianf1.conf
5
 
6
 PASSVARS = -DPROXYUSER=\"${PROXYUSER}\"
7
-#PASSVARS += -DLOGLOCATION=\"${LOGLOCATION}access.log\"
8
+PASSVARS += -DLOGLOCATION=\"${LOGLOCATION}dansguardian.log\"
9
 PASSVARS += -DCONFFILELOCATION=\"${CONFFILELOCATION}dansguardian.conf\"
10
-#PASSVARS += -DPIDDIR=\"${PIDDIR}\"
11
+PASSVARS += -DPIDDIR=\"${PIDDIR}\"
12
 
13
 #Some advanced options:
14
 #WARNING = -Wall
15
-#OPTIMISE = -O2
16
-OPTIMISE = ${CXXFLAGS}
17
 #DEBUG += -DDGDEBUG
18
 #STATIC = -static
19
+OPTIMISE = ${CXXFLAGS}
20
 
21
 I = $(INSTALLPREFIX)
22
 CFLAGS = $(OPTIMISE) $(WARNING)
23
@@ -39,53 +38,43 @@
24
 .cpp.o:
25
 	$(CPP) $(DEBUG) $(CFLAGS) -c $<
26
 
27
-all:	$(OBJ) 
28
+all:	$(OBJ)
4
 	$(CPP) -o dansguardian $(DGCFLAGS) $(DEBUG) $(OBJ) $(LIBS) dansguardian.cpp
29
 	$(CPP) -o dansguardian $(DGCFLAGS) $(DEBUG) $(OBJ) $(LIBS) dansguardian.cpp
5
 
30
 
6
 install:
31
 install:
7
-	@test -d $I$(SYSVLOCATION) || install -d $I$(SYSVLOCATION)
32
 	@test -d $I$(SYSVLOCATION) || install -d $I$(SYSVLOCATION)
8
 	@test -d $I$(CONFFILELOCATION) || install -d $I$(CONFFILELOCATION)
33
 	@test -d $I$(CONFFILELOCATION) || install -d $I$(CONFFILELOCATION)
9
-	@test -d $I$(CONFFILELOCATION)phraselists || install -d $I$(CONFFILELOCATION)phraselists
34
-	@test -d $I$(CONFFILELOCATION)phraselists || install -d $I$(CONFFILELOCATION)phraselists
10
-	@test -d $I$(CONFFILELOCATION)languages || install -d $I$(CONFFILELOCATION)languages
35
 	@test -d $I$(CONFFILELOCATION)languages || install -d $I$(CONFFILELOCATION)languages
36
+	@test -d $I$(CONFFILELOCATION)samples || install -d $I$(CONFFILELOCATION)samples
11
 	@test -d $I$(CGIBINLOCATION) || install -d $I$(CGIBINLOCATION)
37
 	@test -d $I$(CGIBINLOCATION) || install -d $I$(CGIBINLOCATION)
12
-	@test -d $I$(MANUALFILES)man8/ || install -d $I$(MANUALFILES)man8/
38
 	@test -d $I$(MANUALFILES)man8/ || install -d $I$(MANUALFILES)man8/
13
-	@test -d $I$(LOGLOCATION) || install -d $I$(LOGLOCATION)
39
-	@test -d $I$(LOGLOCATION) || install -d $I$(LOGLOCATION)
14
 	@test -d $I$(BINARYLOCATION) || install -d $I$(BINARYLOCATION)
40
 	@test -d $I$(BINARYLOCATION) || install -d $I$(BINARYLOCATION)
15
-	cp -f ./filtergroupslist $I$(CONFFILELOCATION)filtergroupslist
41
-	cp -f ./filtergroupslist $I$(CONFFILELOCATION)filtergroupslist
Lines 44-79 Link Here
44
-	cp -f ./dansguardian.8.gz $I$(MANUALFILES)man8/dansguardian.8.gz
70
-	cp -f ./dansguardian.8.gz $I$(MANUALFILES)man8/dansguardian.8.gz
45
-	chown -R $(PROXYUSER):$(PROXYGROUP) $I$(LOGLOCATION)
71
-	chown -R $(PROXYUSER):$(PROXYGROUP) $I$(LOGLOCATION)
46
-	chmod -R u+wr $I$(LOGLOCATION)
72
-	chmod -R u+wr $I$(LOGLOCATION)
73
-	chmod -R og-w $I$(LOGLOCATION)
47
-	chmod u+wrx $I$(LOGLOCATION)
74
-	chmod u+wrx $I$(LOGLOCATION)
48
-	if [ -d $(LOGROTATELOCATION) ]; then cp -f ./logrotate.dansguardian $I$(LOGROTATELOCATION)dansguardian; fi
75
-	if [ -d $(LOGROTATELOCATION) ]; then cp -f ./logrotate.dansguardian $I$(LOGROTATELOCATION)dansguardian; fi
49
+	@test -d $I$(CONFFILELOCATION)languages || install -d $I$(CONFFILELOCATION)languages
50
+	cp -fR ./languages/* $I$(CONFFILELOCATION)languages/
51
+	install -o root -g wheel -m 644 ./filtergroupslist $I$(CONFFILELOCATION)filtergroupslist.dist
52
+	install -o root -g wheel -m 644 ./dansguardianf1.conf $I$(CONFFILELOCATION)dansguardianf1.conf.dist
53
+	install -o root -g wheel -m 755 ./dansguardian $I$(BINARYLOCATION)dansguardian
76
+	install -o root -g wheel -m 755 ./dansguardian $I$(BINARYLOCATION)dansguardian
54
+	install -o root -g wheel -m 644 ./dansguardian.conf $I$(CONFFILELOCATION)dansguardian.conf.dist
77
+	install -o root -g wheel -m 644 ./filtergroupslist $I$(CONFFILELOCATION)samples/filtergroupslist
55
+	install -o root -g wheel -m 644 ./bannedphraselist $I$(CONFFILELOCATION)bannedphraselist.dist
78
+	install -o root -g wheel -m 644 ./dansguardianf1.conf $I$(CONFFILELOCATION)samples/dansguardianf1.conf
56
+	install -o root -g wheel -m 644 ./exceptionphraselist $I$(CONFFILELOCATION)exceptionphraselist.dist
79
+	install -o root -g wheel -m 644 ./dansguardian.conf $I$(CONFFILELOCATION)samples/dansguardian.conf
57
+	install -o root -g wheel -m 644 ./weightedphraselist $I$(CONFFILELOCATION)weightedphraselist.dist
80
+	install -o root -g wheel -m 644 ./bannedphraselist $I$(CONFFILELOCATION)samples/bannedphraselist
58
+	install -o root -g wheel -m 644 ./bannediplist $I$(CONFFILELOCATION)bannediplist.dist
81
+	install -o root -g wheel -m 644 ./exceptionphraselist $I$(CONFFILELOCATION)samples/exceptionphraselist
59
+	install -o root -g wheel -m 644 ./banneduserlist $I$(CONFFILELOCATION)banneduserlist.dist
82
+	install -o root -g wheel -m 644 ./weightedphraselist $I$(CONFFILELOCATION)samples/weightedphraselist
60
+	install -o root -g wheel -m 644 ./bannedextensionlist $I$(CONFFILELOCATION)bannedextensionlist.dist
83
+	install -o root -g wheel -m 644 ./bannediplist $I$(CONFFILELOCATION)samples/bannediplist
61
+	install -o root -g wheel -m 644 ./bannedmimetypelist $I$(CONFFILELOCATION)bannedmimetypelist.dist
84
+	install -o root -g wheel -m 644 ./banneduserlist $I$(CONFFILELOCATION)samples/banneduserlist
62
+	install -o root -g wheel -m 644 ./bannedurllist $I$(CONFFILELOCATION)bannedurllist.dist
85
+	install -o root -g wheel -m 644 ./bannedextensionlist $I$(CONFFILELOCATION)samples/bannedextensionlist
63
+	install -o root -g wheel -m 644 ./bannedregexpurllist $I$(CONFFILELOCATION)bannedregexpurllist.dist
86
+	install -o root -g wheel -m 644 ./bannedmimetypelist $I$(CONFFILELOCATION)samples/bannedmimetypelist
64
+	install -o root -g wheel -m 644 ./bannedsitelist $I$(CONFFILELOCATION)bannedsitelist.dist
87
+	install -o root -g wheel -m 644 ./bannedurllist $I$(CONFFILELOCATION)samples/bannedurllist
65
+	install -o root -g wheel -m 644 ./contentregexplist $I$(CONFFILELOCATION)contentregexplist.dist
88
+	install -o root -g wheel -m 644 ./bannedregexpurllist $I$(CONFFILELOCATION)samples/bannedregexpurllist
66
+	install -o root -g wheel -m 644 ./greysitelist $I$(CONFFILELOCATION)greysitelist.dist
89
+	install -o root -g wheel -m 644 ./bannedsitelist $I$(CONFFILELOCATION)samples/bannedsitelist
67
+	install -o root -g wheel -m 644 ./greyurllist $I$(CONFFILELOCATION)greyurllist.dist
90
+	install -o root -g wheel -m 644 ./contentregexplist $I$(CONFFILELOCATION)samples/contentregexplist
68
+	install -o root -g wheel -m 644 ./exceptionsitelist $I$(CONFFILELOCATION)exceptionsitelist.dist
91
+	install -o root -g wheel -m 644 ./greysitelist $I$(CONFFILELOCATION)samples/greysitelist
69
+	install -o root -g wheel -m 644 ./exceptionurllist $I$(CONFFILELOCATION)exceptionurllist.dist
92
+	install -o root -g wheel -m 644 ./greyurllist $I$(CONFFILELOCATION)samples/greyurllist
70
+	install -o root -g wheel -m 644 ./exceptionuserlist $I$(CONFFILELOCATION)exceptionuserlist.dist
93
+	install -o root -g wheel -m 644 ./exceptionsitelist $I$(CONFFILELOCATION)samples/exceptionsitelist
71
+	install -o root -g wheel -m 644 ./exceptioniplist $I$(CONFFILELOCATION)exceptioniplist.dist
94
+	install -o root -g wheel -m 644 ./exceptionurllist $I$(CONFFILELOCATION)samples/exceptionurllist
72
+	install -o root -g wheel -m 644 ./pics $I$(CONFFILELOCATION)pics.dist
95
+	install -o root -g wheel -m 644 ./exceptionuserlist $I$(CONFFILELOCATION)samples/exceptionuserlist
73
+	install -o root -g wheel -m 644 ./transparent1x1.gif $I$(CONFFILELOCATION)transparent1x1.gif
96
+	install -o root -g wheel -m 644 ./exceptioniplist $I$(CONFFILELOCATION)samples/exceptioniplist
74
+	install -o root -g wheel -m 755 ./dansguardian.pl $I$(CGIBINLOCATION)dansguardian.pl.dist
97
+	install -o root -g wheel -m 644 ./pics $I$(CONFFILELOCATION)samples/pics
98
+	install -o root -g wheel -m 644 ./transparent1x1.gif $I$(CONFFILELOCATION)samples/transparent1x1.gif
99
+	install -o root -g wheel -m 755 ./dansguardian.pl $I$(CONFFILELOCATION)samples/dansguardian.pl
75
+	install -o root -g wheel -m 644 ./dansguardian.8 $I$(MANUALFILES)man8/dansguardian.8
100
+	install -o root -g wheel -m 644 ./dansguardian.8 $I$(MANUALFILES)man8/dansguardian.8
76
+	install -o nobody -g nogroup -m 644 /dev/null $I$(LOGLOCATION)dansguardian.log
101
+	cp -Rf ./languages/* $I$(CONFFILELOCATION)languages/
77
 
102
 
78
 uninstall:
103
 uninstall:
79
 	rm -f $(BINARYLOCATION)dansguardian
104
 	rm -f $(BINARYLOCATION)dansguardian
(-)dansguardian/files/patch-configure (-4 / +40 lines)
Lines 1-6 Link Here
1
--- configure.orig	Wed Apr 28 09:36:01 2004
1
--- configure.orig	Mon Feb 28 10:34:34 2005
2
+++ configure	Thu May  6 10:56:21 2004
2
+++ configure	Mon Feb 28 10:37:32 2005
3
@@ -2543,7 +2543,7 @@
3
@@ -42,7 +42,7 @@
4
 runas_usr='nobody'
5
 runas_grp='nobody'
6
 mandir='/usr/man/'
7
-logdir='/var/log/dansguardian/'
8
+logdir='/var/log/'
9
 piddir='/var/run/'
10
 logrotatedir='/etc/logrotate.d/'
11
 gccver=`gcc -dumpversion | sed '1,$s/.[0-9]*$//'`
12
@@ -2480,7 +2480,7 @@
4
 $extendedecho "SYSVLOCATION = \${PREFIX}$sysvdir" >>Makefile
13
 $extendedecho "SYSVLOCATION = \${PREFIX}$sysvdir" >>Makefile
5
 $extendedecho "CGIBINLOCATION = \${PREFIX}$cgidir" >>Makefile
14
 $extendedecho "CGIBINLOCATION = \${PREFIX}$cgidir" >>Makefile
6
 $extendedecho "MANUALFILES = \${PREFIX}$mandir" >>Makefile
15
 $extendedecho "MANUALFILES = \${PREFIX}$mandir" >>Makefile
Lines 9-15 Link Here
9
 $extendedecho "LOGROTATELOCATION = \${PREFIX}$logrotatedir" >>Makefile
18
 $extendedecho "LOGROTATELOCATION = \${PREFIX}$logrotatedir" >>Makefile
10
 echo "PROXYUSER = $runas_usr" >>Makefile
19
 echo "PROXYUSER = $runas_usr" >>Makefile
11
 echo "PROXYGROUP = $runas_grp" >>Makefile
20
 echo "PROXYGROUP = $runas_grp" >>Makefile
12
@@ -2896,7 +2896,7 @@
21
@@ -2498,7 +2498,7 @@
22
   if [ -f /usr/include/ppc/endian.h ]; then
23
 	endianh='/usr/include/ppc/endian.h'
24
 else
25
-	endianh='<endian.h>'	
26
+	endianh='<endian.h>'
27
 fi
28
 fi
29
 fi
30
@@ -2834,7 +2834,7 @@
13
 echo "# Log file location" >>dansguardian.conf
31
 echo "# Log file location" >>dansguardian.conf
14
 echo "# " >>dansguardian.conf
32
 echo "# " >>dansguardian.conf
15
 echo "# Defines the log directory and filename." >>dansguardian.conf
33
 echo "# Defines the log directory and filename." >>dansguardian.conf
Lines 18-20 Link Here
18
 echo "" >>dansguardian.conf
36
 echo "" >>dansguardian.conf
19
 echo "" >>dansguardian.conf
37
 echo "" >>dansguardian.conf
20
 echo "# Network Settings" >>dansguardian.conf
38
 echo "# Network Settings" >>dansguardian.conf
39
@@ -3341,7 +3341,7 @@
40
 echo "" >>logrotation
41
 echo "LOG_DIR=$prefixdir$logdir" >>logrotation
42
 echo "NUM_LOGS=4" >>logrotation
43
-echo "LOG=\$LOG_DIR/access.log" >>logrotation
44
+echo "LOG=\$LOG_DIR/dansguardian.log" >>logrotation
45
 echo "" >>logrotation
46
 
47
 case `uname -s` in
48
@@ -3442,7 +3442,7 @@
49
 fi
50
 
51
 $extendedecho "$prefixdir$logdir\c" >>logrotate.dansguardian
52
-echo "access.log {" >>logrotate.dansguardian
53
+echo "dansguardian.log {" >>logrotate.dansguardian
54
 echo "  rotate 4" >>logrotate.dansguardian
55
 echo "  weekly" >>logrotate.dansguardian
56
 echo "  sharedscripts" >>logrotate.dansguardian
(-)dansguardian/pkg-plist (-23 / +33 lines)
Lines 9-22 Link Here
9
@exec mkdir -p etc/dansguardian/languages/french
9
@exec mkdir -p etc/dansguardian/languages/french
10
@exec mkdir -p etc/dansguardian/languages/german
10
@exec mkdir -p etc/dansguardian/languages/german
11
@exec mkdir -p etc/dansguardian/languages/german2
11
@exec mkdir -p etc/dansguardian/languages/german2
12
@exec mkdir -p etc/dansguardian/languages/hebrew
12
@exec mkdir -p etc/dansguardian/languages/indonesian
13
@exec mkdir -p etc/dansguardian/languages/indonesian
13
@exec mkdir -p etc/dansguardian/languages/italian
14
@exec mkdir -p etc/dansguardian/languages/italian
14
@exec mkdir -p etc/dansguardian/languages/lithuanian
15
@exec mkdir -p etc/dansguardian/languages/lithuanian
15
@exec mkdir -p etc/dansguardian/languages/mxspanish
16
@exec mkdir -p etc/dansguardian/languages/mxspanish
16
@exec mkdir -p etc/dansguardian/languages/polish
17
@exec mkdir -p etc/dansguardian/languages/polish
17
@exec mkdir -p etc/dansguardian/languages/portuguese
18
@exec mkdir -p etc/dansguardian/languages/portuguese
19
@exec mkdir -p etc/dansguardian/languages/swedish
18
@exec mkdir -p etc/dansguardian/languages/turkish
20
@exec mkdir -p etc/dansguardian/languages/turkish
19
@exec mkdir -p etc/dansguardian/languages/ukenglish
21
@exec mkdir -p etc/dansguardian/languages/ukenglish
22
@exec mkdir -p etc/dansguardian/samples
20
%%PHRASELISTS%%@exec mkdir -p etc/dansguardian/phraselists
23
%%PHRASELISTS%%@exec mkdir -p etc/dansguardian/phraselists
21
%%PHRASELISTS%%@exec mkdir -p etc/dansguardian/phraselists/chat
24
%%PHRASELISTS%%@exec mkdir -p etc/dansguardian/phraselists/chat
22
%%PHRASELISTS%%@exec mkdir -p etc/dansguardian/phraselists/drugadvocacy
25
%%PHRASELISTS%%@exec mkdir -p etc/dansguardian/phraselists/drugadvocacy
Lines 37-64 Link Here
37
%%PHRASELISTS%%@exec mkdir -p etc/dansguardian/phraselists/violence
40
%%PHRASELISTS%%@exec mkdir -p etc/dansguardian/phraselists/violence
38
%%PHRASELISTS%%@exec mkdir -p etc/dansguardian/phraselists/warezhacking
41
%%PHRASELISTS%%@exec mkdir -p etc/dansguardian/phraselists/warezhacking
39
%%PHRASELISTS%%@exec mkdir -p etc/dansguardian/phraselists/weapons
42
%%PHRASELISTS%%@exec mkdir -p etc/dansguardian/phraselists/weapons
40
etc/dansguardian/bannedextensionlist.dist
43
etc/dansguardian/samples/bannedextensionlist
41
etc/dansguardian/bannediplist.dist
44
etc/dansguardian/samples/bannediplist
42
etc/dansguardian/bannedmimetypelist.dist
45
etc/dansguardian/samples/bannedmimetypelist
43
etc/dansguardian/bannedphraselist.dist
46
etc/dansguardian/samples/bannedphraselist
44
etc/dansguardian/bannedregexpurllist.dist
47
etc/dansguardian/samples/bannedregexpurllist
45
etc/dansguardian/bannedsitelist.dist
48
etc/dansguardian/samples/bannedsitelist
46
etc/dansguardian/bannedurllist.dist
49
etc/dansguardian/samples/bannedurllist
47
etc/dansguardian/banneduserlist.dist
50
etc/dansguardian/samples/banneduserlist
48
etc/dansguardian/contentregexplist.dist
51
etc/dansguardian/samples/contentregexplist
49
etc/dansguardian/dansguardian.conf.dist
52
etc/dansguardian/samples/dansguardian.conf
50
etc/dansguardian/dansguardianf1.conf.dist
53
etc/dansguardian/samples/dansguardianf1.conf
51
etc/dansguardian/exceptioniplist.dist
54
etc/dansguardian/samples/exceptioniplist
52
etc/dansguardian/exceptionphraselist.dist
55
etc/dansguardian/samples/exceptionphraselist
53
etc/dansguardian/exceptionsitelist.dist
56
etc/dansguardian/samples/exceptionsitelist
54
etc/dansguardian/exceptionurllist.dist
57
etc/dansguardian/samples/exceptionurllist
55
etc/dansguardian/exceptionuserlist.dist
58
etc/dansguardian/samples/exceptionuserlist
56
etc/dansguardian/filtergroupslist.dist
59
etc/dansguardian/samples/filtergroupslist
57
etc/dansguardian/greysitelist.dist
60
etc/dansguardian/samples/greysitelist
58
etc/dansguardian/greyurllist.dist
61
etc/dansguardian/samples/greyurllist
59
etc/dansguardian/pics.dist
62
etc/dansguardian/samples/pics
60
etc/dansguardian/transparent1x1.gif
63
etc/dansguardian/samples/transparent1x1.gif
61
etc/dansguardian/weightedphraselist.dist
64
etc/dansguardian/samples/weightedphraselist
65
etc/dansguardian/samples/dansguardian.pl
62
etc/dansguardian/languages/ReadMe
66
etc/dansguardian/languages/ReadMe
63
etc/dansguardian/languages/arspanish/messages
67
etc/dansguardian/languages/arspanish/messages
64
etc/dansguardian/languages/arspanish/template.html
68
etc/dansguardian/languages/arspanish/template.html
Lines 80-85 Link Here
80
etc/dansguardian/languages/german/template.html
84
etc/dansguardian/languages/german/template.html
81
etc/dansguardian/languages/german2/messages
85
etc/dansguardian/languages/german2/messages
82
etc/dansguardian/languages/german2/template.html
86
etc/dansguardian/languages/german2/template.html
87
etc/dansguardian/languages/hebrew/messages
88
etc/dansguardian/languages/hebrew/template.html
83
etc/dansguardian/languages/indonesian/messages
89
etc/dansguardian/languages/indonesian/messages
84
etc/dansguardian/languages/indonesian/template.html
90
etc/dansguardian/languages/indonesian/template.html
85
etc/dansguardian/languages/italian/messages
91
etc/dansguardian/languages/italian/messages
Lines 92-97 Link Here
92
etc/dansguardian/languages/polish/template.html
98
etc/dansguardian/languages/polish/template.html
93
etc/dansguardian/languages/portuguese/messages
99
etc/dansguardian/languages/portuguese/messages
94
etc/dansguardian/languages/portuguese/template.html
100
etc/dansguardian/languages/portuguese/template.html
101
etc/dansguardian/languages/swedish/messages
102
etc/dansguardian/languages/swedish/template.html
95
etc/dansguardian/languages/turkish/messages
103
etc/dansguardian/languages/turkish/messages
96
etc/dansguardian/languages/turkish/template.html
104
etc/dansguardian/languages/turkish/template.html
97
etc/dansguardian/languages/ukenglish/messages
105
etc/dansguardian/languages/ukenglish/messages
Lines 121-127 Link Here
121
%%PHRASELISTS%%etc/dansguardian/phraselists/weapons/weighted
129
%%PHRASELISTS%%etc/dansguardian/phraselists/weapons/weighted
122
etc/rc.d/start-dg.sh
130
etc/rc.d/start-dg.sh
123
sbin/dansguardian
131
sbin/dansguardian
124
www/cgi-bin/dansguardian.pl.dist
125
@dirrm etc/dansguardian/languages/arspanish
132
@dirrm etc/dansguardian/languages/arspanish
126
@dirrm etc/dansguardian/languages/bulgarian
133
@dirrm etc/dansguardian/languages/bulgarian
127
@dirrm etc/dansguardian/languages/chinesebig5
134
@dirrm etc/dansguardian/languages/chinesebig5
Lines 132-146 Link Here
132
@dirrm etc/dansguardian/languages/french
139
@dirrm etc/dansguardian/languages/french
133
@dirrm etc/dansguardian/languages/german
140
@dirrm etc/dansguardian/languages/german
134
@dirrm etc/dansguardian/languages/german2
141
@dirrm etc/dansguardian/languages/german2
142
@dirrm etc/dansguardian/languages/hebrew
135
@dirrm etc/dansguardian/languages/indonesian
143
@dirrm etc/dansguardian/languages/indonesian
136
@dirrm etc/dansguardian/languages/italian
144
@dirrm etc/dansguardian/languages/italian
137
@dirrm etc/dansguardian/languages/lithuanian
145
@dirrm etc/dansguardian/languages/lithuanian
138
@dirrm etc/dansguardian/languages/mxspanish
146
@dirrm etc/dansguardian/languages/mxspanish
139
@dirrm etc/dansguardian/languages/polish
147
@dirrm etc/dansguardian/languages/polish
140
@dirrm etc/dansguardian/languages/portuguese
148
@dirrm etc/dansguardian/languages/portuguese
149
@dirrm etc/dansguardian/languages/swedish
141
@dirrm etc/dansguardian/languages/turkish
150
@dirrm etc/dansguardian/languages/turkish
142
@dirrm etc/dansguardian/languages/ukenglish
151
@dirrm etc/dansguardian/languages/ukenglish
143
@dirrm etc/dansguardian/languages
152
@dirrm etc/dansguardian/languages
153
@dirrm etc/dansguardian/samples
144
%%PHRASELISTS%%@dirrm etc/dansguardian/phraselists/chat
154
%%PHRASELISTS%%@dirrm etc/dansguardian/phraselists/chat
145
%%PHRASELISTS%%@dirrm etc/dansguardian/phraselists/drugadvocacy
155
%%PHRASELISTS%%@dirrm etc/dansguardian/phraselists/drugadvocacy
146
%%PHRASELISTS%%@dirrm etc/dansguardian/phraselists/dutchbadwords
156
%%PHRASELISTS%%@dirrm etc/dansguardian/phraselists/dutchbadwords

Return to bug 78372