diff options
author | obrien <obrien@FreeBSD.org> | 2001-02-26 13:25:58 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-02-26 13:25:58 +0800 |
commit | cbbd5f66a9678abf2c49f669a3e5cfd2a662b41c (patch) | |
tree | 83ef6c924ce9c57f9129f207a68c18f05f1f0c54 /games | |
parent | ff4534add212e0a367e60b5864128c5a7280f517 (diff) | |
download | freebsd-ports-gnome-cbbd5f66a9678abf2c49f669a3e5cfd2a662b41c.tar.gz freebsd-ports-gnome-cbbd5f66a9678abf2c49f669a3e5cfd2a662b41c.tar.zst freebsd-ports-gnome-cbbd5f66a9678abf2c49f669a3e5cfd2a662b41c.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')
-rw-r--r-- | games/uox3/files/uox3.sh | 1 |
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' ;; |