Commit Graph

8 Commits (master)

Author SHA1 Message Date
Gordian Edenhofer ff7ff630e2 upgpkg: minecraft-server 1.11.2-2
Previously screen was used to select a session with a specific well
defined name however apparently screen selects anything starting with
the specified pattern. This let to some confusion between the server and
the idle_server. To circumvent this behaviour simply change the naming
schema of the idle_server. THIS IS NOT A FIX!
2016-12-29 15:47:45 +01:00
Gordian Edenhofer 82a539adb8 upgpkg: minecraft-server 1.10.2-3
* invoke SESSION_NAME when setting IDLE_SESSION_NAME
* make the destination of the game command dump configurable
* surpress error messages when sourcing since some variables might be
  set to read-only
2016-08-04 12:51:07 +02:00
Gordian Edenhofer de963801f5 upgpkg: minecraft-server 1.10.2-2
* Handle server command output completely through screen instead of relying
on a possible outdated log file. (Implemented in the game_command function.)
The default screen command dump resides in /tmp.
* LOGPATH is not needed anymore.
* Unite various java options into one lengthier SERVER_START_CMD.
* Update configuration file accordingly.
* Create log dir in PKGBUILD.
* Fix some style inconsistencies.
2016-06-24 17:41:00 +02:00
Gordian Edenhofer 57c082bbbd Upgpkg: 1.9-6
Renaming variables in the configuration file.
Increase time-out time to 10 seconds when shutting down the idle_server.
Minor redesign when passing commands to the minecraft server console.
2016-03-14 21:23:18 +01:00
Gordian Edenhofer f312efaac7 Upgpkg: 1.9-1
Add suspending capability for the minecraft server through the control
script and an additional screen session which listens on the same port
with netcat.
	* Update .conf accordingly
	* IDLE_SERVER can be either true or false
	* The default is no idle server
	* Choose an available netcat flavor automatically
Variable renaming in .install.
Notify the user of kept directories on post_remove and alter ownership
to root before removing the game user.
Print error messages to stderr.
2016-02-29 21:35:38 +01:00
Gordian Edenhofer 6c008ee185 Upgpkg: 1.8.9-3
Remove out-of-place Type option from backup timer
State that the config file is interpreted in bash
2016-01-30 13:07:29 +01:00
Gordian Edenhofer b94e3db3db Upgpkg: 1.8.9-2
Restore backups easily with the delivered bash script
Human readable naming schema for backups
Backed up directories are now relative
Group has write permission (g+ws) to SERVER_ROOT
Proper quotation of variables which might contain spaces
2016-01-23 12:45:46 +01:00
Gordian Edenhofer d897c06c86 Rewriting package + Updating pkgrel 2015-09-20 23:23:34 +02:00