View | Details | Raw Unified | Return to bug 220978 | Differences between
and this patch

Collapse All | Expand All

(-)mail/dcc-dccd/Makefile (-59 / +44 lines)
Lines 2-12 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	dcc-dccd
4
PORTNAME=	dcc-dccd
5
PORTVERSION=	1.3.159
5
PORTVERSION=	1.3.163
6
PORTREVISION=	3
7
CATEGORIES=	mail
6
CATEGORIES=	mail
8
MASTER_SITES=	http://www.dcc-servers.net/dcc/source/old/ \
7
MASTER_SITES=	https://www.dcc-servers.net/dcc/source/old/ \
9
		ftp://ftp.dcc-servers.net/src/dcc/old/ \
10
		LOCAL/mat/${PORTNAME}
8
		LOCAL/mat/${PORTNAME}
11
DISTNAME=	dcc-${PORTVERSION}
9
DISTNAME=	dcc-${PORTVERSION}
12
10
Lines 20-59 Link Here
20
LICENSE_PERMS=	no-pkg-sell no-dist-mirror no-pkg-mirror no-dist-sell
18
LICENSE_PERMS=	no-pkg-sell no-dist-mirror no-pkg-mirror no-dist-sell
21
.endif
19
.endif
22
20
23
HAS_CONFIGURE=	yes
24
25
USES=		tar:Z
21
USES=		tar:Z
26
22
27
OPTIONS_DEFINE=	DCCIFD DCCD DCCGREY IPV6
28
OPTIONS_DEFAULT=	DCCIFD DCCM DCCD DCCGREY
29
OPTIONS_GROUP=	MILTER
30
OPTIONS_GROUP_MILTER=	DCCM PORTS_MILTER
31
DCCIFD_DESC=		DCC interface daemon (for SpamAssassin etc)
32
DCCM_DESC=		DCC milter
33
DCCD_DESC=		DCC server
34
DCCGREY_DESC=		DCC greylisting server
35
PORTS_MILTER_DESC=	Use ports milter instead of base
36
37
OPTIONS_SUB=	yes
38
39
## User for DCC files and SUID binaries
40
#
41
DCCUSER?=	dcc
42
DCCGROUP?=	dcc
43
44
USERS=		${DCCUSER}
23
USERS=		${DCCUSER}
45
GROUPS=		${DCCGROUP}
24
GROUPS=		${DCCGROUP}
46
25
47
DCCHOME=	${PREFIX}/dcc
26
PLIST_SUB=	DCCDATA="${DCCDATA}" DCCUSER="${DCCUSER}" DCCGROUP="${DCCGROUP}"
27
SUB_FILES=	pkg-install pkg-message
28
SUB_LIST=	${PLIST_SUB} WRKSRC=${WRKSRC} DCCHOME=${DCCHOME}
48
29
49
PLIST_SUB+=	DCCUSER="${DCCUSER}" DCCGROUP="${DCCGROUP}"
50
SUB_FILES=		pkg-install pkg-message
51
SUB_LIST+=		WRKSRC=${WRKSRC} DCCHOME=${DCCHOME} DCCUSER="${DCCUSER}"
52
53
## Use the configure script to explicitly set the locations of all files,
30
## Use the configure script to explicitly set the locations of all files,
54
## in case the standard locations have been locally overridden
31
## in case the standard locations have been locally overridden
55
## Also, use a similar hack to USES=desthack.
32
## Also, use a similar hack to USES=desthack.
33
HAS_CONFIGURE=	yes
56
CONFIGURE_ARGS=	-q \
34
CONFIGURE_ARGS=	-q \
35
		--without-DCC-MD5 \
57
		--with-uid=${DCCUSER} \
36
		--with-uid=${DCCUSER} \
58
		--bindir=${PREFIX}/bin \
37
		--bindir=${PREFIX}/bin \
59
		--mandir=${MANPREFIX}/man \
38
		--mandir=${MANPREFIX}/man \
Lines 62-84 Link Here
62
		--with-make-cmd=${MAKE_CMD} \
41
		--with-make-cmd=${MAKE_CMD} \
63
		--with-install-cmd=${BSD_INSTALL_PROGRAM} \
42
		--with-install-cmd=${BSD_INSTALL_PROGRAM} \
64
		--enable-pkg-make \
43
		--enable-pkg-make \
65
		--homedir=${DCCHOME} \
44
		--homedir=${DCCDATA} \
66
		--libexecdir=${DCCHOME}/libexec \
45
		--libexecdir=${PREFIX}/libexec \
67
		--with-cgibin=${DCCHOME}/cgi-bin
46
		--with-cgibin=${DCCHOME}/cgi-bin
68
47
69
CONFIGURE_ENV=	ac_cv_header_histedit_h=no	# disable libedit detection
48
CONFIGURE_ENV=	ac_cv_header_histedit_h=no	# disable libedit detection
70
49
71
DCCM_CONFIGURE_ENABLE=	dccm
50
OPTIONS_DEFINE=		DCCIFD DCCD DCCGREY IPV6
72
DCCM_USE=	rc_subr=dccm
51
OPTIONS_DEFAULT=	DCCIFD DCCM DCCD DCCGREY
52
OPTIONS_GROUP=		MILTER
53
OPTIONS_GROUP_MILTER=	DCCM PORTS_MILTER
54
OPTIONS_SUB=		yes
55
56
DCCD_DESC=		DCC server
57
DCCGREY_DESC=		DCC greylisting server
58
DCCIFD_DESC=		DCC interface daemon (for SpamAssassin etc)
59
DCCM_DESC=		DCC milter
60
PORTS_MILTER_DESC=	Use ports milter instead of base
61
62
DCCD_USE=			rc_subr=dccd
63
DCCD_CONFIGURE_ENABLE=		server
64
DCCGREY_USE=			rc_subr=dccgrey
65
DCCIFD_USE=			rc_subr=dccifd
66
DCCIFD_CONFIGURE_ENABLE=	dccifd
67
DCCM_USE=			rc_subr=dccm
68
DCCM_CONFIGURE_ENABLE=		dccm
69
IPV6_CONFIGURE_OFF=		--disable-IPv6
73
PORTS_MILTER_BUILD_DEPENDS=	${LOCALBASE}/lib/libmilter.a:mail/libmilter
70
PORTS_MILTER_BUILD_DEPENDS=	${LOCALBASE}/lib/libmilter.a:mail/libmilter
74
PORTS_MILTER_CONFIGURE_ON=	--with-sendmail=yes
71
PORTS_MILTER_CONFIGURE_ON=	--with-sendmail=yes
75
DCCIFD_CONFIGURE_ENABLE=	dccifd
76
DCCIFD_USE=	rc_subr=dccifd
77
DCCD_CONFIGURE_ENABLE=	server
78
IPV6_CONFIGURE_OFF=	--disable-IPv6
79
DCCD_USE=	rc_subr=dccd
80
DCCGREY_USE=	rc_subr=dccgrey
81
72
73
## User for DCC files and SUID binaries
74
#
75
DCCUSER?=	dcc
76
DCCGROUP?=	dcc
77
78
DCCHOME=	${PREFIX}/dcc
79
DCCDATA=	/var/db/dcc
80
82
.include <bsd.port.options.mk>
81
.include <bsd.port.options.mk>
83
82
84
## dccm milter support
83
## dccm milter support
Lines 100-130 Link Here
100
PLIST_SUB+=	IFD_MILT="@comment "
99
PLIST_SUB+=	IFD_MILT="@comment "
101
.endif
100
.endif
102
101
102
post-patch:
103
	${REINPLACE_CMD} -e 's,md5.c ,,' ${WRKSRC}/clntlib/Makefile.in
104
	${REINPLACE_CMD} -e 's,^\(BININSTALL.*\),\1 -s,p'	\
105
			-e 's,^BIN\(INSTALL\s*=\s*.*\) -s$$,SCRIPT\1,' ${WRKSRC}/Makefile.inc.in
106
	${REINPLACE_CMD} -e 's,BININSTALL,SCRIPTINSTALL,g'	\
107
			${WRKSRC}/homedir/Makefile.in ${WRKSRC}/misc/Makefile.in
108
103
post-install:
109
post-install:
104
	@${MV} ${STAGEDIR}${PREFIX}/dcc/cgi-bin/footer-dist \
110
	@${MV} ${STAGEDIR}${PREFIX}/dcc/cgi-bin/footer-dist \
105
		${STAGEDIR}${PREFIX}/dcc/cgi-bin/footer.sample
111
		${STAGEDIR}${PREFIX}/dcc/cgi-bin/footer.sample
106
	@${MV} ${STAGEDIR}${PREFIX}/dcc/cgi-bin/header-dist \
112
	@${MV} ${STAGEDIR}${PREFIX}/dcc/cgi-bin/header-dist \
107
		${STAGEDIR}${PREFIX}/dcc/cgi-bin/header.sample
113
		${STAGEDIR}${PREFIX}/dcc/cgi-bin/header.sample
108
.for sf in bin/dccproc bin/cdcc dcc/libexec/dccsight dcc/libexec/check_ip_range \
109
	dcc/libexec/wlist dcc/libexec/ck2ip
110
		${STRIP_CMD} ${STAGEDIR}${PREFIX}/${sf}
111
.endfor
112
.if ${PORT_OPTIONS:MDCCIFD} || ${PORT_OPTIONS:MDCCM}
113
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/dcc/libexec/dns-helper
114
.endif
115
114
116
post-install-DCCIFD-on:
117
.for sf in bin/dccif-test dcc/libexec/dccifd
118
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${sf}
119
.endfor
120
121
post-install-DCCD-on:
122
.for sf in dcc/libexec/dump-clients dcc/libexec/dbclean \
123
	dcc/libexec/dblist dcc/libexec/dccd
124
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${sf}
125
.endfor
126
127
post-install-DCCM-on:
128
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/dcc/libexec/dccm
129
130
.include <bsd.port.mk>
115
.include <bsd.port.mk>
(-)mail/dcc-dccd/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1497491773
1
TIMESTAMP = 1520867210
2
SHA256 (dcc-1.3.159.tar.Z) = 064144a1f01bda7cdc3e8b8f721b2b73df53bf7b293c1c672244eada9776ac89
2
SHA256 (dcc-1.3.163.tar.Z) = 195195b79ee15253c4caf48d4ca3bf41b16c66a8cb9a13984a1dc4741d7f6735
3
SIZE (dcc-1.3.159.tar.Z) = 1606625
3
SIZE (dcc-1.3.163.tar.Z) = 1627877
(-)mail/dcc-dccd/files/dccd.in (-2 / +2 lines)
Lines 31-38 Link Here
31
31
32
# Set defaults
32
# Set defaults
33
: ${dccd_enable:="NO"}
33
: ${dccd_enable:="NO"}
34
: ${dccd_home="%%DCCHOME%%"}
34
: ${dccd_home="%%DCCDATA%%"}
35
: ${dccd_libexec="%%PREFIX%%/dcc/libexec"}
35
: ${dccd_libexec="%%PREFIX%%/libexec"}
36
: ${dccd_conf="$dccd_home/dcc_conf"}
36
: ${dccd_conf="$dccd_home/dcc_conf"}
37
37
38
38
(-)mail/dcc-dccd/files/dccgrey.in (-2 / +2 lines)
Lines 32-39 Link Here
32
32
33
# Set defaults
33
# Set defaults
34
: ${dccgrey_enable:="NO"}
34
: ${dccgrey_enable:="NO"}
35
: ${dccgrey_home="%%DCCHOME%%"}
35
: ${dccgrey_home="%%DCCDATA%%"}
36
: ${dccgrey_libexec="%%PREFIX%%/dcc/libexec"}
36
: ${dccgrey_libexec="%%PREFIX%%/libexec"}
37
: ${dccgrey_conf="$dccgrey_home/dcc_conf"}
37
: ${dccgrey_conf="$dccgrey_home/dcc_conf"}
38
38
39
39
(-)mail/dcc-dccd/files/dccifd.in (-2 / +2 lines)
Lines 32-39 Link Here
32
32
33
# Set defaults
33
# Set defaults
34
: ${dccifd_enable:="NO"}
34
: ${dccifd_enable:="NO"}
35
: ${dccifd_home="%%DCCHOME%%"}
35
: ${dccifd_home="%%DCCDATA%%"}
36
: ${dccifd_libexec="%%PREFIX%%/dcc/libexec"}
36
: ${dccifd_libexec="%%PREFIX%%/libexec"}
37
: ${dccifd_conf="$dccifd_home/dcc_conf"}
37
: ${dccifd_conf="$dccifd_home/dcc_conf"}
38
38
39
pidfile=${dccifd_pidfile:-"/var/run/dcc/dccifd.pid"}
39
pidfile=${dccifd_pidfile:-"/var/run/dcc/dccifd.pid"}
(-)mail/dcc-dccd/files/dccm.in (-2 / +2 lines)
Lines 32-39 Link Here
32
32
33
# Set defaults
33
# Set defaults
34
: ${dccm_enable:="NO"}
34
: ${dccm_enable:="NO"}
35
: ${dccm_home="%%DCCHOME%%"}
35
: ${dccm_home="%%DCCDATA%%"}
36
: ${dccm_libexec="%%PREFIX%%/dcc/libexec"}
36
: ${dccm_libexec="%%PREFIX%%/libexec"}
37
: ${dccm_conf="$dccm_home/dcc_conf"}
37
: ${dccm_conf="$dccm_home/dcc_conf"}
38
38
39
pidfile=${dccm_pidfile:-"/var/run/dcc/dccm.pid"}
39
pidfile=${dccm_pidfile:-"/var/run/dcc/dccm.pid"}
(-)mail/dcc-dccd/files/pkg-install.in (-7 / +7 lines)
Lines 2-21 Link Here
2
# $FreeBSD: /tmp/pcvs/ports/mail/dcc-dccd/files/pkg-install.in,v 1.2 2011-07-04 19:39:45 crees Exp $
2
# $FreeBSD: /tmp/pcvs/ports/mail/dcc-dccd/files/pkg-install.in,v 1.2 2011-07-04 19:39:45 crees Exp $
3
3
4
PREFIX=${PKG_PREFIX:-%%PREFIX%%}
4
PREFIX=${PKG_PREFIX:-%%PREFIX%%}
5
DCCHOME=%%DCCHOME%%
5
DCCDATA=%%DCCDATA%%
6
DCCUSER=%%DCCUSER%%
6
DCCUSER=%%DCCUSER%%
7
7
8
if [ "$2" = "POST-INSTALL" ]; then
8
if [ "$2" = "POST-INSTALL" ]; then
9
9
10
	/bin/sh $PREFIX/dcc/libexec/fix-map \
10
	/bin/sh $PREFIX/libexec/fix-map \
11
	-n .nopasswd \
11
	-n .nopasswd \
12
	-I $DCCHOME/ids.nopasswd -i $DCCHOME/ids \
12
	-I $DCCDATA/ids.nopasswd -i $DCCHOME/ids \
13
	-T $DCCHOME/map.txt.nopasswd -t $DCCHOME/map.txt \
13
	-T $DCCDATA/map.txt.nopasswd -t $DCCHOME/map.txt \
14
	-m $DCCHOME/map
14
	-m $DCCDATA/map
15
15
16
        for file in ids map map.txt ; do
16
        for file in ids map map.txt ; do
17
                /bin/cp -p $DCCHOME/$file $DCCHOME/${file}.nopasswd
17
                /bin/cp -p $DCCDATA/$file $DCCDATA/${file}.nopasswd
18
		/usr/sbin/chown $DCCUSER $DCCHOME/${file} $DCCHOME/${file}.nopasswd
18
		/usr/sbin/chown $DCCUSER $DCCDATA/${file} $DCCDATA/${file}.nopasswd
19
        done
19
        done
20
fi
20
fi
21
21
(-)mail/dcc-dccd/files/pkg-message.in (-2 / +2 lines)
Lines 11-22 Link Here
11
Daemon startup flags are also specified in %%DCCHOME%%/dcc_conf.
11
Daemon startup flags are also specified in %%DCCHOME%%/dcc_conf.
12
12
13
13
14
If you run the DCC server, %%LOCALBASE%%/dcc/libexec/cron-dccd should be
14
If you run the DCC server, %%PREFIX%%/libexec/cron-dccd should be
15
run at least daily from the crontab to clean old checksums from the DB.
15
run at least daily from the crontab to clean old checksums from the DB.
16
16
17
17
18
If you just run the client, you may still wish to add
18
If you just run the client, you may still wish to add
19
%%LOCALBASE%%/dcc/libexec/cron-dccd to your crontab to clean up the
19
%%PREFIX%%/libexec/cron-dccd to your crontab to clean up the
20
client's log files on a regular basis. dcc_conf's DBCLEAN_LOGDAYS
20
client's log files on a regular basis. dcc_conf's DBCLEAN_LOGDAYS
21
variable controls the number of days to keep logs.
21
variable controls the number of days to keep logs.
22
22
(-)mail/dcc-dccd/pkg-descr (-1 / +1 lines)
Lines 6-9 Link Here
6
Also included are utilities such as cdcc and all of the manual pages
6
Also included are utilities such as cdcc and all of the manual pages
7
and documentation.
7
and documentation.
8
8
9
WWW: http://www.rhyolite.com/dcc/
9
WWW: https://www.rhyolite.com/dcc/
(-)mail/dcc-dccd/pkg-plist (-54 / +57 lines)
Lines 12-50 Link Here
12
dcc/cgi-bin/webuser-notify
12
dcc/cgi-bin/webuser-notify
13
@sample dcc/cgi-bin/footer.sample
13
@sample dcc/cgi-bin/footer.sample
14
@sample dcc/cgi-bin/header.sample
14
@sample dcc/cgi-bin/header.sample
15
dcc/libexec/check_ip_range
15
libexec/check_ip_range
16
dcc/libexec/ck2ip
16
libexec/ck2ip
17
dcc/libexec/cron-dccd
17
libexec/cron-dccd
18
%%DCCIFD%%dcc/libexec/dccifd
18
%%DCCIFD%%libexec/dccifd
19
%%DCCM%%dcc/libexec/dccm
19
%%DCCM%%libexec/dccm
20
%%DCCD%%dcc/libexec/dbclean
20
%%DCCD%%libexec/dbclean
21
%%DCCD%%dcc/libexec/dblist
21
%%DCCD%%libexec/dblist
22
%%DCCD%%dcc/libexec/dump-clients
22
%%DCCD%%libexec/dump-clients
23
dcc/libexec/dcc-nagios
23
libexec/dcc-nagios
24
dcc/libexec/dcc-stats-collect
24
libexec/dcc-stats-collect
25
dcc/libexec/dcc-stats-graph
25
libexec/dcc-stats-graph
26
dcc/libexec/dcc-stats-init
26
libexec/dcc-stats-init
27
dcc/libexec/dcc-stats-update
27
libexec/dcc-stats-update
28
%%DCCD%%dcc/libexec/dccd
28
%%DCCD%%libexec/dccd
29
@(%%DCCUSER%%,%%DCCGROUP%%,4555) dcc/libexec/dccsight
29
@(%%DCCUSER%%,%%DCCGROUP%%,4555) libexec/dccsight
30
%%IFD_MILT%%dcc/libexec/dns-helper
30
%%IFD_MILT%%libexec/dns-helper
31
dcc/libexec/fetchblack
31
libexec/fetchblack
32
dcc/libexec/fetch-testmsg-whitelist
32
libexec/fetch-testmsg-whitelist
33
dcc/libexec/fix-map
33
libexec/fix-map
34
dcc/libexec/hackmc
34
libexec/hackmc
35
dcc/libexec/list-clients
35
libexec/list-clients
36
dcc/libexec/logger
36
libexec/logger
37
dcc/libexec/newwebuser
37
libexec/newwebuser
38
dcc/libexec/rcDCC
38
libexec/rcDCC
39
dcc/libexec/start-dccd
39
libexec/start-dccd
40
dcc/libexec/start-dccifd
40
libexec/start-dccifd
41
dcc/libexec/start-dccm
41
libexec/start-dccm
42
dcc/libexec/start-grey
42
libexec/start-grey
43
dcc/libexec/stats-get
43
libexec/stats-get
44
dcc/libexec/stop-dccd
44
libexec/stop-dccd
45
dcc/libexec/updatedcc
45
libexec/updatedcc
46
dcc/libexec/uninstalldcc
46
libexec/uninstalldcc
47
dcc/libexec/wlist
47
libexec/wlist
48
man/man8/cdcc.8.gz
48
man/man8/cdcc.8.gz
49
man/man8/dbclean.8.gz
49
man/man8/dbclean.8.gz
50
man/man8/dblist.8.gz
50
man/man8/dblist.8.gz
Lines 56-79 Link Here
56
man/man8/dccsight.8.gz
56
man/man8/dccsight.8.gz
57
@owner %%DCCUSER%%
57
@owner %%DCCUSER%%
58
@group %%DCCGROUP%%
58
@group %%DCCGROUP%%
59
@sample dcc/dcc_conf.sample
59
@sample %%DCCDATA%%/dcc_conf.sample
60
@sample dcc/flod.sample
60
@sample %%DCCDATA%%/flod.sample
61
@sample dcc/grey_flod.sample
61
@sample %%DCCDATA%%/grey_flod.sample
62
@sample dcc/grey_whitelist.sample
62
@sample %%DCCDATA%%/grey_whitelist.sample
63
@sample dcc/ids.sample
63
@sample %%DCCDATA%%/ids.sample
64
@sample dcc/map.txt.sample
64
@sample %%DCCDATA%%/map.txt.sample
65
@sample dcc/map.sample
65
@sample %%DCCDATA%%/map.sample
66
@sample dcc/whiteclnt.sample
66
@sample %%DCCDATA%%/whiteclnt.sample
67
@sample dcc/whitecommon.sample
67
@sample %%DCCDATA%%/whitecommon.sample
68
@sample dcc/whitelist.sample
68
@sample %%DCCDATA%%/whitelist.sample
69
%%IFD_MILT%%@unexec [ -e %D/dcc/whiteclnt.dccw ] && rm -f %D/dcc/whiteclnt.dccw || true
69
@postunexec [ -e %%DCCDATA%%/ids.nopasswd ] && rm -f %%DCCDATA%%/ids.nopasswd
70
%%IFD_MILT%%@unexec [ -e %D/dcc/whiteclnt.dccx ] && rm -f %D/dcc/whiteclnt.dccx || true
70
@postunexec [ -e %%DCCDATA%%/map.nopasswd ] && rm -f %%DCCDATA%%/map.nopasswd
71
%%DCCD%%@unexec [ -e %D/dcc/dcc_db ] && rm -f %D/dcc/dcc_db || true
71
@postunexec [ -e %%DCCDATA%%/map.txt.nopasswd ] && rm -f %%DCCDATA%%/map.txt.nopasswd
72
%%DCCD%%@unexec [ -e %D/dcc/dcc_db.hash ] && rm -f %D/dcc/dcc_db.hash || true
72
%%IFD_MILT%%@postunexec [ -e %%DCCDATA%%/whiteclnt.dccw ] && rm -f %%DCCDATA%%/whiteclnt.dccw || true
73
%%DCCD%%@unexec [ -e %D/dcc/flod.map ] && rm -f %D/dcc/flod.map || true
73
%%IFD_MILT%%@postunexec [ -e %%DCCDATA%%/whiteclnt.dccx ] && rm -f %%DCCDATA%%/whiteclnt.dccx || true
74
%%DCCD%%@unexec [ -e %D/dcc/dccd_clients ] && rm -f %D/dcc/dccd_clients || true
74
%%DCCD%%@postunexec [ -e %%DCCDATA%%/dcc_db ] && rm -f %%DCCDATA%%/dcc_db || true
75
%%DCCGREY%%@unexec [ -e %D/dcc/grey_db.hash ] && rm -f %D/dcc/grey_db.hash || true
75
%%DCCD%%@postunexec [ -e %%DCCDATA%%/dcc_db.hash ] && rm -f %%DCCDATA%%/dcc_db.hash || true
76
%%DCCGREY%%@unexec [ -e %D/dcc/grey_flod.map ] && rm -f %D/dcc/grey_flod.map || true
76
%%DCCD%%@postunexec [ -e %%DCCDATA%%/flod.map ] && rm -f %%DCCDATA%%/flod.map || true
77
%%DCCGREY%%@unexec [ -e %D/dcc/grey_clients ] && rm -f %D/dcc/grey_clients || true
77
%%DCCD%%@postunexec [ -e %%DCCDATA%%/dccd_clients ] && rm -f %%DCCDATA%%/dccd_clients || true
78
@dir dcc/log
78
%%DCCGREY%%@postunexec [ -e %%DCCDATA%%/grey_db.hash ] && rm -f %%DCCDATA%%/grey_db.hash || true
79
@dir dcc
79
%%DCCGREY%%@postunexec [ -e %%DCCDATA%%/grey_flod.map ] && rm -f %%DCCDATA%%/grey_flod.map || true
80
%%DCCGREY%%@postunexec [ -e %%DCCDATA%%/grey_clients ] && rm -f %%DCCDATA%%/grey_clients || true
81
@dir %%DCCDATA%%/log
82
@dir %%DCCDATA%%

Return to bug 220978