aboutsummaryrefslogtreecommitdiffstats
path: root/games/uox3
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-02-26 13:25:58 +0800
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-02-26 13:25:58 +0800
commit8683c2476384b2f245d3bfeaa71ac73e43512617 (patch)
tree7bfb6dee270e1b685453f2190e716a0838734593 /games/uox3
parent61d18b441ea9314e00c4b6330cc825de794c6a60 (diff)
downloadfreebsd-ports-gnome-8683c2476384b2f245d3bfeaa71ac73e43512617.tar.gz
freebsd-ports-gnome-8683c2476384b2f245d3bfeaa71ac73e43512617.tar.zst
freebsd-ports-gnome-8683c2476384b2f245d3bfeaa71ac73e43512617.zip
Fix the syntax error that introduced July 2000.
(maybe this port isn't used and can be cvs rm'ed?)
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'
;;