1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix the syntax error that introduced July 2000.

(maybe this port isn't used and can be cvs rm'ed?)
This commit is contained in:
David E. O'Brien 2001-02-26 05:25:58 +00:00
parent 61d18b441e
commit 8683c24763
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38774

View File

@ -8,6 +8,7 @@ start)
cd ${uox3dir} && \
uox3 > ${uox3dir}/stdout.log & && \
echo -n ' uox3'
;;
stop)
killall uox3 && echo -n ' uox3'
;;