From 8683c2476384b2f245d3bfeaa71ac73e43512617 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" 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') 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' ;; -- cgit