diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-26 05:25:58 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-26 05:25:58 +0000 |
commit | 8683c2476384b2f245d3bfeaa71ac73e43512617 (patch) | |
tree | 7bfb6dee270e1b685453f2190e716a0838734593 /games/uox3 | |
parent | 61d18b441ea9314e00c4b6330cc825de794c6a60 (diff) | |
download | ports-8683c2476384b2f245d3bfeaa71ac73e43512617.tar.gz ports-8683c2476384b2f245d3bfeaa71ac73e43512617.zip |
Notes
Diffstat (limited to 'games/uox3')
-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' ;; |