Date: Thu, 12 Jan 2012 13:14:45 +0000 (UTC) From: Michael Scheidell <scheidell@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports GIDs UIDs ports/games/minecraft-server Makefile pkg-plist ports/games/minecraft-server/files banned-ips.txt.sample banned-players.txt.sample minecraft.in ops.txt.sample pkg-deinstall.in pkg-message.in server.properties.sample ... Message-ID: <201201121314.q0CDEjfV098084@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scheidell 2012-01-12 13:14:45 UTC FreeBSD ports repository Modified files: . GIDs UIDs games/minecraft-server Makefile pkg-plist Added files: games/minecraft-server/files banned-ips.txt.sample banned-players.txt.sample minecraft.in ops.txt.sample pkg-deinstall.in pkg-message.in server.properties.sample white-list.txt.sample Log: - Functionality upgrade. Add in *.txt.sample files so that uninstall/pkg_delete won't delete users settings [1] - Add mcserver user to GIDs/UIDs [1] - Added rc startup script [1] - Lots of PLIST_SUB/SUB_FILES patches to allow substitution, moved several pkg* files to files/*.in [1] - made USERS a ?= in case server had previously been running as a different user [2] PR: ports/163920 [1] Submitted by: maintainer [1] Reviewed by: scheidell [2] Approved by: maintainer, gabor (mentor) Revision Changes Path 1.163 +2 -1 ports/GIDs 1.183 +2 -1 ports/UIDs 1.2 +67 -12 ports/games/minecraft-server/Makefile 1.1 +1 -0 ports/games/minecraft-server/files/banned-ips.txt.sample (new) 1.1 +1 -0 ports/games/minecraft-server/files/banned-players.txt.sample (new) 1.1 +120 -0 ports/games/minecraft-server/files/minecraft.in (new) 1.1 +1 -0 ports/games/minecraft-server/files/ops.txt.sample (new) 1.1 +26 -0 ports/games/minecraft-server/files/pkg-deinstall.in (new) 1.1 +40 -0 ports/games/minecraft-server/files/pkg-message.in (new) 1.1 +24 -0 ports/games/minecraft-server/files/server.properties.sample (new) 1.1 +1 -0 ports/games/minecraft-server/files/white-list.txt.sample (new) 1.2 +24 -1 ports/games/minecraft-server/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201121314.q0CDEjfV098084>