This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd-ports
Watch
1
Star
0
Fork
0
You've already forked freebsd-ports
mirror of
https://git.FreeBSD.org/ports.git
synced
2024-11-01 22:05:08 +00:00
Code
Issues
Releases
Activity
6d76e81a08
freebsd-ports
/
games
/
quakeserver
/
files
/
stopserver.sh
11 lines
101 B
Bash
Raw
Normal View
History
Unescape
Escape
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
#!/bin/sh
#
$Id$ -> $FreeBSD$
1999-08-29 11:32:39 +00:00
# $FreeBSD$
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
#
QPIPE
=
%%PREFIX%%/quakeserver/quakeserver.in
echo
"quit"
>
$QPIPE
#
# EOF
Reference in New Issue
Copy Permalink