From 97d8eedffa0ac8d96a39de9062abb73e13579ec6 Mon Sep 17 00:00:00 2001 From: ijliao Date: Mon, 16 Sep 2002 11:12:17 +0000 Subject: upgrade to 0.94.13 PR: 42500 Submitted by: maintainer --- www/boa/files/boa.sh.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/boa/files') diff --git a/www/boa/files/boa.sh.sample b/www/boa/files/boa.sh.sample index 8693df9b9202..8a4acd7395e2 100644 --- a/www/boa/files/boa.sh.sample +++ b/www/boa/files/boa.sh.sample @@ -7,7 +7,7 @@ fi case "$1" in start) - [ -x ${PREFIX}/sbin/boa ] && ${PREFIX}/sbin/boa & && echo -n ' boa' + [ -x ${PREFIX}/sbin/boa ] && ${PREFIX}/sbin/boa && echo -n ' boa' ;; stop) killall boa && echo -n ' boa' -- cgit