1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/games/quakeserver/files/stopserver.sh
James FitzGibbon aff58f9ad5 Upgrade (downgrade?) to v1.0.
Explanation: this port used to use the Linux quake client in server mode.  It now uses the BSD/OS dedicated server binary, which has lower CPU and memory footprint, and has a different version numbering scheme.
1997-05-31 00:52:04 +00:00

11 lines
96 B
Bash

#!/bin/sh
#
# $Id$
#
QPIPE=%%PREFIX%%/quakeserver/quakeserver.in
echo "quit" > $QPIPE
#
# EOF