summaryrefslogtreecommitdiff
path: root/games
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
parentUpdate to version 0.5. (diff)
Fix the syntax error that introduced July 2000.
(maybe this port isn't used and can be cvs rm'ed?)
Notes
Notes: svn path=/head/; revision=38774
Diffstat (limited to 'games')
-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'
;;