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

Collapse All | Expand All

(-)./Makefile (-1 / +1 lines)
Lines 36-42 Link Here
36
	${MKDIR} ${STAGEDIR}/var/log/minecraft-server
36
	${MKDIR} ${STAGEDIR}/var/log/minecraft-server
37
	${INSTALL_SCRIPT} ${FILESDIR}/minecraft-server ${STAGEDIR}${PREFIX}/bin
37
	${INSTALL_SCRIPT} ${FILESDIR}/minecraft-server ${STAGEDIR}${PREFIX}/bin
38
.for file in ${CONFIG_FILES}
38
.for file in ${CONFIG_FILES}
39
	${TOUCH} ${STAGEDIR}${ETCDIR}/${file}
39
	${TOUCH} ${STAGEDIR}${ETCDIR}/${file}.sample
40
	${LN} -s ${ETCDIR}/${file} ${STAGEDIR}${DATADIR}/${file}
40
	${LN} -s ${ETCDIR}/${file} ${STAGEDIR}${DATADIR}/${file}
41
.endfor
41
.endfor
42
	${LN} -sf /var/log/minecraft-server ${STAGEDIR}${DATADIR}/logs
42
	${LN} -sf /var/log/minecraft-server ${STAGEDIR}${DATADIR}/logs
(-)./pkg-plist (-6 / +6 lines)
Lines 1-12 Link Here
1
bin/minecraft-server
1
bin/minecraft-server
2
@owner mcserver
2
@owner mcserver
3
@group mcserver
3
@group mcserver
4
%%ETCDIR%%/banned-ips.json
4
@sample %%ETCDIR%%/banned-ips.json.sample
5
%%ETCDIR%%/banned-players.json
5
@sample %%ETCDIR%%/banned-players.json.sample
6
%%ETCDIR%%/ops.json
6
@sample %%ETCDIR%%/ops.json.sample
7
%%ETCDIR%%/server.properties
7
@sample %%ETCDIR%%/server.properties.sample
8
%%ETCDIR%%/usercache.json
8
@sample %%ETCDIR%%/usercache.json.sample
9
%%ETCDIR%%/whitelist.json
9
@sample %%ETCDIR%%/whitelist.json.sample
10
%%DATADIR%%/banned-ips.json
10
%%DATADIR%%/banned-ips.json
11
%%DATADIR%%/banned-players.json
11
%%DATADIR%%/banned-players.json
12
%%DATADIR%%/debug
12
%%DATADIR%%/debug
(-)./files/pkg-deinstall.in (-1 / +1 lines)
Lines 8-11 Link Here
8
echo "NOTE: Your world has not been deleted. It is still in"
8
echo "NOTE: Your world has not been deleted. It is still in"
9
echo "/var/db/minecraft-server. If you no longer want the world, you will"
9
echo "/var/db/minecraft-server. If you no longer want the world, you will"
10
echo "need to manually delete it."
10
echo "need to manually delete it."
11
echo "Also, you may want to delete any remaining files in %%DATADIR%%"
11
echo "Also, you may want to delete any remaining files in %%DATADIR%% and %%ETCDIR%%"

Return to bug 194312