FreeBSD Bugzilla – Attachment 148333 Details for
Bug 194312
games/minecraft-server issues after update to 1.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
see comment #17
diff.txt (text/plain), 2.45 KB, created by
Jonathan Price
on 2014-10-15 08:33:24 UTC
(
hide
)
Description:
see comment #17
Filename:
MIME Type:
Creator:
Jonathan Price
Created:
2014-10-15 08:33:24 UTC
Size:
2.45 KB
patch
obsolete
>--- pkg-plist.OLD 2014-10-10 12:58:03.000000000 +0000 >+++ pkg-plist 2014-10-14 20:26:51.894577639 +0000 >@@ -1,12 +1,6 @@ > bin/minecraft-server > @owner mcserver > @group mcserver >-%%ETCDIR%%/banned-ips.json >-%%ETCDIR%%/banned-players.json >-%%ETCDIR%%/ops.json >-%%ETCDIR%%/server.properties >-%%ETCDIR%%/usercache.json >-%%ETCDIR%%/whitelist.json > %%DATADIR%%/banned-ips.json > %%DATADIR%%/banned-players.json > %%DATADIR%%/debug >@@ -19,5 +13,6 @@ > %%DATADIR%%/world > @dir /var/db/minecraft-server > @dir /var/log/minecraft-server >+@dir %%DATADIR%% > @owner > @group > >--- files/minecraft-server.OLD 2014-10-10 12:58:03.000000000 +0000 >+++ files/minecraft-server 2014-10-14 19:13:32.540027449 +0000 >@@ -6,4 +6,4 @@ > fi > > cd /usr/local/share/minecraft-server >-su -m mcserver -c "java -Xmx1024M -Xms1024M -jar minecraft_server.1.7.10.jar nogui" >+su -m mcserver -c "java -Xmx1024M -Xms1024M -jar minecraft_server.1.8.jar nogui" > >--- files/pkg-message.in.OLD 2014-10-10 12:58:03.000000000 +0000 >+++ files/pkg-message.in 2014-10-14 19:51:06.548230218 +0000 >@@ -10,3 +10,8 @@ > - World files can be found at /var/db/minecraft-server > - Debug output files can be found at /var/log/minecraft-server/debug/ > - To edit java's parameters, edit %%PREFIX%%/bin/minecraft-server >+ >+NOTE: >+Users upgrading from version < 1.8 are advised to run the server to >+generate new config files, and then modify them based on their existing >+configuration, as most files are now JSON instead of txt. > >--- /usr/ports/games/minecraft-server/files/pkg-deinstall.in 2014-10-10 12:58:03.000000000 +0000 >+++ files/pkg-deinstall.in 2014-10-14 20:07:18.605658810 +0000 >@@ -8,4 +8,4 @@ > echo "NOTE: Your world has not been deleted. It is still in" > echo "/var/db/minecraft-server. If you no longer want the world, you will" > echo "need to manually delete it." >-echo "Also, you may want to delete any remaining files in %%DATADIR%%" >+echo "Also, you may want to delete any remaining files in %%DATADIR%% and %%ETCDIR%%" > >--- /usr/ports/games/minecraft-server/Makefile 2014-10-10 12:58:03.000000000 +0000 >+++ Makefile 2014-10-14 20:28:07.725028618 +0000 >@@ -36,7 +36,6 @@ > ${MKDIR} ${STAGEDIR}/var/log/minecraft-server > ${INSTALL_SCRIPT} ${FILESDIR}/minecraft-server ${STAGEDIR}${PREFIX}/bin > .for file in ${CONFIG_FILES} >- ${TOUCH} ${STAGEDIR}${ETCDIR}/${file} > ${LN} -s ${ETCDIR}/${file} ${STAGEDIR}${DATADIR}/${file} > .endfor > ${LN} -sf /var/log/minecraft-server ${STAGEDIR}${DATADIR}/logs
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
freebsd
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 194312
:
148220
|
148221
|
148309
|
148310
|
148311
|
148333
|
148334