aboutsummaryrefslogtreecommitdiff
path: root/games/uox3
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-02-26 05:25:58 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-02-26 05:25:58 +0000
commit8683c2476384b2f245d3bfeaa71ac73e43512617 (patch)
tree7bfb6dee270e1b685453f2190e716a0838734593 /games/uox3
parent61d18b441ea9314e00c4b6330cc825de794c6a60 (diff)
downloadports-8683c2476384b2f245d3bfeaa71ac73e43512617.tar.gz
ports-8683c2476384b2f245d3bfeaa71ac73e43512617.zip
Notes
Diffstat (limited to 'games/uox3')
-rw-r--r--games/uox3/files/uox3.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/uox3/files/uox3.sh b/games/uox3/files/uox3.sh
index 77624771473f..47e05f569fa7 100644
--- a/games/uox3/files/uox3.sh
+++ b/games/uox3/files/uox3.sh
@@ -8,6 +8,7 @@ start)
cd ${uox3dir} && \
uox3 > ${uox3dir}/stdout.log & && \
echo -n ' uox3'
+ ;;
stop)
killall uox3 && echo -n ' uox3'
;;