mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
aff58f9ad5
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.
11 lines
96 B
Bash
11 lines
96 B
Bash
#!/bin/sh
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
QPIPE=%%PREFIX%%/quakeserver/quakeserver.in
|
|
|
|
echo "quit" > $QPIPE
|
|
|
|
#
|
|
# EOF |