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

(-)Makefile (-3 / +5 lines)
Lines 9-20 Link Here
9
PORTVERSION=	1.8.0.6.9
9
PORTVERSION=	1.8.0.6.9
10
PORTREVISION=	2
10
PORTREVISION=	2
11
CATEGORIES=	irc
11
CATEGORIES=	irc
12
MASTER_SITES=	http://source.freenode.net/~asuffield/dancer/%SUBDIR%/
12
MASTER_SITES=	#
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
13
15
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	The IRC services (nickserv, chanserv, etc.) for dancer-ircd
15
COMMENT=	The IRC services (nickserv, chanserv, etc.) for dancer-ircd
17
16
17
DEPRECATED=	mastersite disappeared, no longer maintained by author
18
EXPIRATION_DATE=	2006-03-23
19
18
USE_AUTOTOOLS=	automake:15:env autoconf:253:env
20
USE_AUTOTOOLS=	automake:15:env autoconf:253:env
19
USE_RC_SUBR=	yes
21
USE_RC_SUBR=	yes
20
USE_REINPLACE=	yes
22
USE_REINPLACE=	yes
Lines 72-78 Link Here
72
		${XARGS} -0 ${CHMOD} 600
74
		${XARGS} -0 ${CHMOD} 600
73
	${CHOWN} -R ircservices:ircservices ${PREFIX}/etc/dancer-services
75
	${CHOWN} -R ircservices:ircservices ${PREFIX}/etc/dancer-services
74
	${INSTALL_SCRIPT} ${WRKDIR}/dancer-services.sh ${PREFIX}/etc/rc.d/
76
	${INSTALL_SCRIPT} ${WRKDIR}/dancer-services.sh ${PREFIX}/etc/rc.d/
75
	${SED} -e "s,/usr/local/,${PREFIX}/,g" ${PKGMESSAGE}
77
	${SED} -e "s,%%PREFIX%%,${PREFIX}/,g" ${PKGMESSAGE}
76
.if !defined(NOPORTDOCS)
78
.if !defined(NOPORTDOCS)
77
	${MKDIR} ${DOCSDIR}
79
	${MKDIR} ${DOCSDIR}
78
.for f in ChangeLog README
80
.for f in ChangeLog README
(-)pkg-descr (-2 lines)
Lines 1-4 Link Here
1
This is the IRC services (nickserv, chanserv, etc.) for dancer-ircd,
1
This is the IRC services (nickserv, chanserv, etc.) for dancer-ircd,
2
based on hybserv.
2
based on hybserv.
3
4
WWW:	http://freenode.net/dancer_ircd.shtml
(-)pkg-message (-4 / +4 lines)
Lines 1-21 Link Here
1
dancer-services has now been installed.
1
dancer-services has now been installed.
2
2
3
You should now edit /usr/local/etc/dancer-services/services.conf and
3
You should now edit %%PREFIX%%etc/dancer-services/services.conf and
4
make sure you have something like the following lines:
4
make sure you have something like the following lines:
5
5
6
N:services.:Local services
6
N:services.:Local services
7
S:<password X>:localhost:6667
7
S:<password X>:localhost:6667
8
O:*@127.0.0.1:<password hash>:<your nick>:segj
8
O:*@127.0.0.1:<password hash>:<your nick>:segj
9
9
10
Then add the following lines to /usr/local/etc/dancer-ircd/ircd.conf:
10
Then add the following lines to %%PREFIX%%etc/dancer-ircd/ircd.conf:
11
11
12
C:127.0.0.1:foo:services.::2
12
C:127.0.0.1:foo:services.::2
13
N:127.0.0.1:<hash of password X>:services.::2
13
N:127.0.0.1:<hash of password X>:services.::2
14
14
15
You may then start the servers by running:
15
You may then start the servers by running:
16
16
17
	/usr/local/etc/rc.d/dancer-ircd.sh start
17
	%%PREFIX%%etc/rc.d/dancer-ircd.sh start
18
	/usr/local/etc/rc.d/dancer-services.sh start
18
	%%PREFIX%%etc/rc.d/dancer-services.sh start
19
19
20
To make dancer-serives automatically run on (the next) startup, you
20
To make dancer-serives automatically run on (the next) startup, you
21
must add ``dancer_services_enable=YES'' to /etc/rc.conf.
21
must add ``dancer_services_enable=YES'' to /etc/rc.conf.
(-)pkg-plist (-191 / +191 lines)
Lines 30-226 Link Here
30
etc/rc.d/dancer-services.sh
30
etc/rc.d/dancer-services.sh
31
@exec install -d -o ircd -g ircd -m 700 /var/log/dancer-services /var/run/dancer-services
31
@exec install -d -o ircd -g ircd -m 700 /var/log/dancer-services /var/run/dancer-services
32
@unexec rmdir %D/etc/dancer-services /var/log/dancer-services /var/run/dancer-services 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/etc/dancer-services /var/log/dancer-services /var/run/dancer-services`` to remove any configuration files and log files left." | fmt
32
@unexec rmdir %D/etc/dancer-services /var/log/dancer-services /var/run/dancer-services 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/etc/dancer-services /var/log/dancer-services /var/run/dancer-services`` to remove any configuration files and log files left." | fmt
33
share/dancer-services/help/chanserv/access/add
33
%%DATADIR%%/help/chanserv/access/add
34
share/dancer-services/help/chanserv/access/del
34
%%DATADIR%%/help/chanserv/access/del
35
share/dancer-services/help/chanserv/access/index
35
%%DATADIR%%/help/chanserv/access/index
36
share/dancer-services/help/chanserv/access/list
36
%%DATADIR%%/help/chanserv/access/list
37
share/dancer-services/help/chanserv/akick/add
37
%%DATADIR%%/help/chanserv/akick/add
38
share/dancer-services/help/chanserv/akick/del
38
%%DATADIR%%/help/chanserv/akick/del
39
share/dancer-services/help/chanserv/akick/index
39
%%DATADIR%%/help/chanserv/akick/index
40
share/dancer-services/help/chanserv/akick/list
40
%%DATADIR%%/help/chanserv/akick/list
41
share/dancer-services/help/chanserv/autorem/add
41
%%DATADIR%%/help/chanserv/autorem/add
42
share/dancer-services/help/chanserv/autorem/del
42
%%DATADIR%%/help/chanserv/autorem/del
43
share/dancer-services/help/chanserv/autorem/index
43
%%DATADIR%%/help/chanserv/autorem/index
44
share/dancer-services/help/chanserv/autorem/list
44
%%DATADIR%%/help/chanserv/autorem/list
45
share/dancer-services/help/chanserv/clear
45
%%DATADIR%%/help/chanserv/clear
46
share/dancer-services/help/chanserv/clearnoexp
46
%%DATADIR%%/help/chanserv/clearnoexp
47
share/dancer-services/help/chanserv/drop
47
%%DATADIR%%/help/chanserv/drop
48
share/dancer-services/help/chanserv/forbid
48
%%DATADIR%%/help/chanserv/forbid
49
share/dancer-services/help/chanserv/forget
49
%%DATADIR%%/help/chanserv/forget
50
share/dancer-services/help/chanserv/identify
50
%%DATADIR%%/help/chanserv/identify
51
share/dancer-services/help/chanserv/index
51
%%DATADIR%%/help/chanserv/index
52
share/dancer-services/help/chanserv/info
52
%%DATADIR%%/help/chanserv/info
53
share/dancer-services/help/chanserv/invite
53
%%DATADIR%%/help/chanserv/invite
54
share/dancer-services/help/chanserv/level/index
54
%%DATADIR%%/help/chanserv/level/index
55
share/dancer-services/help/chanserv/level/list
55
%%DATADIR%%/help/chanserv/level/list
56
share/dancer-services/help/chanserv/level/reset
56
%%DATADIR%%/help/chanserv/level/reset
57
share/dancer-services/help/chanserv/level/set
57
%%DATADIR%%/help/chanserv/level/set
58
share/dancer-services/help/chanserv/list
58
%%DATADIR%%/help/chanserv/list
59
share/dancer-services/help/chanserv/noexpire
59
%%DATADIR%%/help/chanserv/noexpire
60
share/dancer-services/help/chanserv/op
60
%%DATADIR%%/help/chanserv/op
61
share/dancer-services/help/chanserv/register
61
%%DATADIR%%/help/chanserv/register
62
share/dancer-services/help/chanserv/resetlevels
62
%%DATADIR%%/help/chanserv/resetlevels
63
share/dancer-services/help/chanserv/set/email
63
%%DATADIR%%/help/chanserv/set/email
64
share/dancer-services/help/chanserv/set/entrymsg
64
%%DATADIR%%/help/chanserv/set/entrymsg
65
share/dancer-services/help/chanserv/set/forget
65
%%DATADIR%%/help/chanserv/set/forget
66
share/dancer-services/help/chanserv/set/founder
66
%%DATADIR%%/help/chanserv/set/founder
67
share/dancer-services/help/chanserv/set/guard
67
%%DATADIR%%/help/chanserv/set/guard
68
share/dancer-services/help/chanserv/set/index
68
%%DATADIR%%/help/chanserv/set/index
69
share/dancer-services/help/chanserv/set/mlock
69
%%DATADIR%%/help/chanserv/set/mlock
70
share/dancer-services/help/chanserv/set/password
70
%%DATADIR%%/help/chanserv/set/password
71
share/dancer-services/help/chanserv/set/private
71
%%DATADIR%%/help/chanserv/set/private
72
share/dancer-services/help/chanserv/set/restricted
72
%%DATADIR%%/help/chanserv/set/restricted
73
share/dancer-services/help/chanserv/set/secure
73
%%DATADIR%%/help/chanserv/set/secure
74
share/dancer-services/help/chanserv/set/secureops
74
%%DATADIR%%/help/chanserv/set/secureops
75
share/dancer-services/help/chanserv/set/splitops
75
%%DATADIR%%/help/chanserv/set/splitops
76
share/dancer-services/help/chanserv/set/successor
76
%%DATADIR%%/help/chanserv/set/successor
77
share/dancer-services/help/chanserv/set/topiclock
77
%%DATADIR%%/help/chanserv/set/topiclock
78
share/dancer-services/help/chanserv/set/url
78
%%DATADIR%%/help/chanserv/set/url
79
share/dancer-services/help/chanserv/set/verbose
79
%%DATADIR%%/help/chanserv/set/verbose
80
share/dancer-services/help/chanserv/setpass
80
%%DATADIR%%/help/chanserv/setpass
81
share/dancer-services/help/chanserv/status
81
%%DATADIR%%/help/chanserv/status
82
share/dancer-services/help/chanserv/unban
82
%%DATADIR%%/help/chanserv/unban
83
share/dancer-services/help/chanserv/unforbid
83
%%DATADIR%%/help/chanserv/unforbid
84
share/dancer-services/help/chanserv/voice
84
%%DATADIR%%/help/chanserv/voice
85
share/dancer-services/help/global/gchannote
85
%%DATADIR%%/help/global/gchannote
86
share/dancer-services/help/global/gcmemo
86
%%DATADIR%%/help/global/gcmemo
87
share/dancer-services/help/global/gmemo
87
%%DATADIR%%/help/global/gmemo
88
share/dancer-services/help/global/gnote
88
%%DATADIR%%/help/global/gnote
89
share/dancer-services/help/global/index
89
%%DATADIR%%/help/global/index
90
share/dancer-services/help/global/motd
90
%%DATADIR%%/help/global/motd
91
share/dancer-services/help/helpserv/chanserv
91
%%DATADIR%%/help/helpserv/chanserv
92
share/dancer-services/help/helpserv/index
92
%%DATADIR%%/help/helpserv/index
93
share/dancer-services/help/helpserv/memoserv
93
%%DATADIR%%/help/helpserv/memoserv
94
share/dancer-services/help/helpserv/nickserv
94
%%DATADIR%%/help/helpserv/nickserv
95
share/dancer-services/help/helpserv/operserv
95
%%DATADIR%%/help/helpserv/operserv
96
share/dancer-services/help/helpserv/statserv
96
%%DATADIR%%/help/helpserv/statserv
97
share/dancer-services/help/memoserv/del
97
%%DATADIR%%/help/memoserv/del
98
share/dancer-services/help/memoserv/forward
98
%%DATADIR%%/help/memoserv/forward
99
share/dancer-services/help/memoserv/index
99
%%DATADIR%%/help/memoserv/index
100
share/dancer-services/help/memoserv/list
100
%%DATADIR%%/help/memoserv/list
101
share/dancer-services/help/memoserv/purge
101
%%DATADIR%%/help/memoserv/purge
102
share/dancer-services/help/memoserv/read
102
%%DATADIR%%/help/memoserv/read
103
share/dancer-services/help/memoserv/reply
103
%%DATADIR%%/help/memoserv/reply
104
share/dancer-services/help/memoserv/send
104
%%DATADIR%%/help/memoserv/send
105
share/dancer-services/help/memoserv/undel
105
%%DATADIR%%/help/memoserv/undel
106
share/dancer-services/help/nickserv/access/add
106
%%DATADIR%%/help/nickserv/access/add
107
share/dancer-services/help/nickserv/access/del
107
%%DATADIR%%/help/nickserv/access/del
108
share/dancer-services/help/nickserv/access/index
108
%%DATADIR%%/help/nickserv/access/index
109
share/dancer-services/help/nickserv/access/list
109
%%DATADIR%%/help/nickserv/access/list
110
share/dancer-services/help/nickserv/collide
110
%%DATADIR%%/help/nickserv/collide
111
share/dancer-services/help/nickserv/drop
111
%%DATADIR%%/help/nickserv/drop
112
share/dancer-services/help/nickserv/droplink
112
%%DATADIR%%/help/nickserv/droplink
113
share/dancer-services/help/nickserv/flag
113
%%DATADIR%%/help/nickserv/flag
114
share/dancer-services/help/nickserv/forbid
114
%%DATADIR%%/help/nickserv/forbid
115
share/dancer-services/help/nickserv/ghost
115
%%DATADIR%%/help/nickserv/ghost
116
share/dancer-services/help/nickserv/identify
116
%%DATADIR%%/help/nickserv/identify
117
share/dancer-services/help/nickserv/index
117
%%DATADIR%%/help/nickserv/index
118
share/dancer-services/help/nickserv/info
118
%%DATADIR%%/help/nickserv/info
119
share/dancer-services/help/nickserv/link
119
%%DATADIR%%/help/nickserv/link
120
share/dancer-services/help/nickserv/list
120
%%DATADIR%%/help/nickserv/list
121
share/dancer-services/help/nickserv/noexpire
121
%%DATADIR%%/help/nickserv/noexpire
122
share/dancer-services/help/nickserv/recover
122
%%DATADIR%%/help/nickserv/recover
123
share/dancer-services/help/nickserv/register
123
%%DATADIR%%/help/nickserv/register
124
share/dancer-services/help/nickserv/release
124
%%DATADIR%%/help/nickserv/release
125
share/dancer-services/help/nickserv/set/automask
125
%%DATADIR%%/help/nickserv/set/automask
126
share/dancer-services/help/nickserv/set/email
126
%%DATADIR%%/help/nickserv/set/email
127
share/dancer-services/help/nickserv/set/gsm
127
%%DATADIR%%/help/nickserv/set/gsm
128
share/dancer-services/help/nickserv/set/hide
128
%%DATADIR%%/help/nickserv/set/hide
129
share/dancer-services/help/nickserv/set/index
129
%%DATADIR%%/help/nickserv/set/index
130
share/dancer-services/help/nickserv/set/kill
130
%%DATADIR%%/help/nickserv/set/kill
131
share/dancer-services/help/nickserv/set/master
131
%%DATADIR%%/help/nickserv/set/master
132
share/dancer-services/help/nickserv/set/memos
132
%%DATADIR%%/help/nickserv/set/memos
133
share/dancer-services/help/nickserv/set/notify
133
%%DATADIR%%/help/nickserv/set/notify
134
share/dancer-services/help/nickserv/set/oper
134
%%DATADIR%%/help/nickserv/set/oper
135
share/dancer-services/help/nickserv/set/password
135
%%DATADIR%%/help/nickserv/set/password
136
share/dancer-services/help/nickserv/set/phone
136
%%DATADIR%%/help/nickserv/set/phone
137
share/dancer-services/help/nickserv/set/private
137
%%DATADIR%%/help/nickserv/set/private
138
share/dancer-services/help/nickserv/set/secure
138
%%DATADIR%%/help/nickserv/set/secure
139
share/dancer-services/help/nickserv/set/signon
139
%%DATADIR%%/help/nickserv/set/signon
140
share/dancer-services/help/nickserv/set/uin
140
%%DATADIR%%/help/nickserv/set/uin
141
share/dancer-services/help/nickserv/set/unsecure
141
%%DATADIR%%/help/nickserv/set/unsecure
142
share/dancer-services/help/nickserv/set/url
142
%%DATADIR%%/help/nickserv/set/url
143
share/dancer-services/help/nickserv/setpass
143
%%DATADIR%%/help/nickserv/setpass
144
share/dancer-services/help/nickserv/showlink
144
%%DATADIR%%/help/nickserv/showlink
145
share/dancer-services/help/nickserv/unforbid
145
%%DATADIR%%/help/nickserv/unforbid
146
share/dancer-services/help/nickserv/unlink
146
%%DATADIR%%/help/nickserv/unlink
147
share/dancer-services/help/operserv/channel
147
%%DATADIR%%/help/operserv/channel
148
share/dancer-services/help/operserv/clones
148
%%DATADIR%%/help/operserv/clones
149
share/dancer-services/help/operserv/dcc/boot
149
%%DATADIR%%/help/operserv/dcc/boot
150
share/dancer-services/help/operserv/dcc/index
150
%%DATADIR%%/help/operserv/dcc/index
151
share/dancer-services/help/operserv/dcc/link
151
%%DATADIR%%/help/operserv/dcc/link
152
share/dancer-services/help/operserv/dcc/motd
152
%%DATADIR%%/help/operserv/dcc/motd
153
share/dancer-services/help/operserv/dcc/quit
153
%%DATADIR%%/help/operserv/dcc/quit
154
share/dancer-services/help/operserv/dcc/unlink
154
%%DATADIR%%/help/operserv/dcc/unlink
155
share/dancer-services/help/operserv/dcc/who
155
%%DATADIR%%/help/operserv/dcc/who
156
share/dancer-services/help/operserv/die
156
%%DATADIR%%/help/operserv/die
157
share/dancer-services/help/operserv/dump
157
%%DATADIR%%/help/operserv/dump
158
share/dancer-services/help/operserv/floodoff
158
%%DATADIR%%/help/operserv/floodoff
159
share/dancer-services/help/operserv/gline
159
%%DATADIR%%/help/operserv/gline
160
share/dancer-services/help/operserv/help
160
%%DATADIR%%/help/operserv/help
161
share/dancer-services/help/operserv/htm
161
%%DATADIR%%/help/operserv/htm
162
share/dancer-services/help/operserv/hub
162
%%DATADIR%%/help/operserv/hub
163
share/dancer-services/help/operserv/identify
163
%%DATADIR%%/help/operserv/identify
164
share/dancer-services/help/operserv/ignore
164
%%DATADIR%%/help/operserv/ignore
165
share/dancer-services/help/operserv/index
165
%%DATADIR%%/help/operserv/index
166
share/dancer-services/help/operserv/join
166
%%DATADIR%%/help/operserv/join
167
share/dancer-services/help/operserv/jump
167
%%DATADIR%%/help/operserv/jump
168
share/dancer-services/help/operserv/jupe
168
%%DATADIR%%/help/operserv/jupe
169
share/dancer-services/help/operserv/kill
169
%%DATADIR%%/help/operserv/kill
170
share/dancer-services/help/operserv/killchan
170
%%DATADIR%%/help/operserv/killchan
171
share/dancer-services/help/operserv/killhost
171
%%DATADIR%%/help/operserv/killhost
172
share/dancer-services/help/operserv/kline
172
%%DATADIR%%/help/operserv/kline
173
share/dancer-services/help/operserv/off
173
%%DATADIR%%/help/operserv/off
174
share/dancer-services/help/operserv/omode
174
%%DATADIR%%/help/operserv/omode
175
share/dancer-services/help/operserv/on
175
%%DATADIR%%/help/operserv/on
176
share/dancer-services/help/operserv/part
176
%%DATADIR%%/help/operserv/part
177
share/dancer-services/help/operserv/rehash
177
%%DATADIR%%/help/operserv/rehash
178
share/dancer-services/help/operserv/reload
178
%%DATADIR%%/help/operserv/reload
179
share/dancer-services/help/operserv/restart
179
%%DATADIR%%/help/operserv/restart
180
share/dancer-services/help/operserv/save
180
%%DATADIR%%/help/operserv/save
181
share/dancer-services/help/operserv/secure
181
%%DATADIR%%/help/operserv/secure
182
share/dancer-services/help/operserv/set
182
%%DATADIR%%/help/operserv/set
183
share/dancer-services/help/operserv/stats
183
%%DATADIR%%/help/operserv/stats
184
share/dancer-services/help/operserv/status
184
%%DATADIR%%/help/operserv/status
185
share/dancer-services/help/operserv/trace
185
%%DATADIR%%/help/operserv/trace
186
share/dancer-services/help/operserv/umode
186
%%DATADIR%%/help/operserv/umode
187
share/dancer-services/help/operserv/ungline
187
%%DATADIR%%/help/operserv/ungline
188
share/dancer-services/help/operserv/unjupe
188
%%DATADIR%%/help/operserv/unjupe
189
share/dancer-services/help/seenserv/index
189
%%DATADIR%%/help/seenserv/index
190
share/dancer-services/help/seenserv/seen
190
%%DATADIR%%/help/seenserv/seen
191
share/dancer-services/help/seenserv/seennick
191
%%DATADIR%%/help/seenserv/seennick
192
share/dancer-services/help/seenserv/seenstat
192
%%DATADIR%%/help/seenserv/seenstat
193
share/dancer-services/help/seenserv/unseen
193
%%DATADIR%%/help/seenserv/unseen
194
share/dancer-services/help/statserv/clearstats
194
%%DATADIR%%/help/statserv/clearstats
195
share/dancer-services/help/statserv/domain
195
%%DATADIR%%/help/statserv/domain
196
share/dancer-services/help/statserv/greplog
196
%%DATADIR%%/help/statserv/greplog
197
share/dancer-services/help/statserv/host
197
%%DATADIR%%/help/statserv/host
198
share/dancer-services/help/statserv/index
198
%%DATADIR%%/help/statserv/index
199
share/dancer-services/help/statserv/refresh
199
%%DATADIR%%/help/statserv/refresh
200
share/dancer-services/help/statserv/server
200
%%DATADIR%%/help/statserv/server
201
share/dancer-services/help/statserv/showadmins
201
%%DATADIR%%/help/statserv/showadmins
202
share/dancer-services/help/statserv/showopers
202
%%DATADIR%%/help/statserv/showopers
203
share/dancer-services/help/statserv/showstats
203
%%DATADIR%%/help/statserv/showstats
204
share/dancer-services/help/statserv/split
204
%%DATADIR%%/help/statserv/split
205
share/dancer-services/help/statserv/stats
205
%%DATADIR%%/help/statserv/stats
206
@dirrm share/dancer-services/help/statserv
206
@dirrm %%DATADIR%%/help/statserv
207
@dirrm share/dancer-services/help/seenserv
207
@dirrm %%DATADIR%%/help/seenserv
208
@dirrm share/dancer-services/help/operserv/dcc
208
@dirrm %%DATADIR%%/help/operserv/dcc
209
@dirrm share/dancer-services/help/operserv
209
@dirrm %%DATADIR%%/help/operserv
210
@dirrm share/dancer-services/help/nickserv/set
210
@dirrm %%DATADIR%%/help/nickserv/set
211
@dirrm share/dancer-services/help/nickserv/access
211
@dirrm %%DATADIR%%/help/nickserv/access
212
@dirrm share/dancer-services/help/nickserv
212
@dirrm %%DATADIR%%/help/nickserv
213
@dirrm share/dancer-services/help/memoserv
213
@dirrm %%DATADIR%%/help/memoserv
214
@dirrm share/dancer-services/help/helpserv
214
@dirrm %%DATADIR%%/help/helpserv
215
@dirrm share/dancer-services/help/global
215
@dirrm %%DATADIR%%/help/global
216
@dirrm share/dancer-services/help/chanserv/set
216
@dirrm %%DATADIR%%/help/chanserv/set
217
@dirrm share/dancer-services/help/chanserv/level
217
@dirrm %%DATADIR%%/help/chanserv/level
218
@dirrm share/dancer-services/help/chanserv/autorem
218
@dirrm %%DATADIR%%/help/chanserv/autorem
219
@dirrm share/dancer-services/help/chanserv/akick
219
@dirrm %%DATADIR%%/help/chanserv/akick
220
@dirrm share/dancer-services/help/chanserv/access
220
@dirrm %%DATADIR%%/help/chanserv/access
221
@dirrm share/dancer-services/help/chanserv
221
@dirrm %%DATADIR%%/help/chanserv
222
@dirrm share/dancer-services/help
222
@dirrm %%DATADIR%%/help
223
@dirrm share/dancer-services
223
@dirrm %%DATADIR%%
224
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
224
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
225
%%PORTDOCS%%%%DOCSDIR%%/README
225
%%PORTDOCS%%%%DOCSDIR%%/README
226
%%PORTDOCS%%@dirrm %%DOCSDIR%%
226
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 92221