From cbbd5f66a9678abf2c49f669a3e5cfd2a662b41c Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 26 Feb 2001 05:25:58 +0000 Subject: Fix the syntax error that introduced July 2000. (maybe this port isn't used and can be cvs rm'ed?) --- games/uox3/files/uox3.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'games/uox3/files') diff --git a/games/uox3/files/uox3.sh b/games/uox3/files/uox3.sh index 7762477..47e05f5 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' ;; -- cgit v1.1