From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 9 19:50:20 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B77B16A4CF for ; Thu, 9 Dec 2004 19:50:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EB8D43D64 for ; Thu, 9 Dec 2004 19:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB9JoKwn006866 for ; Thu, 9 Dec 2004 19:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB9JoKvR006865; Thu, 9 Dec 2004 19:50:20 GMT (envelope-from gnats) Resent-Date: Thu, 9 Dec 2004 19:50:20 GMT Resent-Message-Id: <200412091950.iB9JoKvR006865@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "J. Johnston" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A0A116A4CE for ; Thu, 9 Dec 2004 19:48:08 +0000 (GMT) Received: from smart-serv.net (smart-serv.net [64.251.71.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id E55F743D54 for ; Thu, 9 Dec 2004 19:48:07 +0000 (GMT) (envelope-from jeremy@smart-serv.net) Received: (qmail 43579 invoked by uid 0); 9 Dec 2004 19:48:07 -0000 Received: from 24.71.218.177 by smart-serv.net (envelope-from , uid 0) with qmail-scanner-1.24 (clamdscan: 0.80/575. spamassassin: 3.0.1. Clear:RC:1(24.71.218.177):. Processed in 0.184286 secs); 09 Dec 2004 19:48:07 -0000 Received: from unknown (HELO lightning.smart-serv.net) (jeremy@24.71.218.177) by smart-serv.net with SMTP; 9 Dec 2004 19:48:07 -0000 Message-Id: <1102621780.0@lightning.smart-serv.net> Date: Thu, 9 Dec 2004 12:49:40 -0700 From: "J. Johnston" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.1 Subject: ports/74900: Bad sh syntax. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Dec 2004 19:50:20 -0000 >Number: 74900 >Category: ports >Synopsis: Bad sh syntax. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 09 19:50:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: J. Johnston >Release: FreeBSD 5.3-STABLE i386 >Organization: SmartServ Hosting >Environment: System: FreeBSD 5.3-STABLE #0: Thu Nov 25 11:00:48 MST 2004 jeremy@lightning.smart-serv.net:/usr/obj/releng5/usr/src/releng5/sys/LIGHTNING >Description: livecd.sh fails due to bad syntax used in the file. >How-To-Repeat: running sh livecd.sh will report syntax error. >Fix: --- livecd.sh.orig Thu Dec 9 12:48:01 2004 +++ livecd.sh Thu Dec 9 12:48:32 2004 @@ -302,7 +302,7 @@ /usr/local/bin/mkisofs -b boot/cdboot -no-emul-boot -c boot/boot.catalog -r -l -L -V LiveCD -o $LIVEISODIR/LiveCD.iso . >> $LIVEDIR/log || aviso dialog --title "FreeBSD LiveCD" --msgbox "$i_dialogo_1" 5 60 -elif then +else dialog --title "FreeBSD LiveCD" --msgbox "$i_dialogo_2" 5 75 # @@ -578,7 +578,7 @@ do if [ -f ./config.ok ] ; then main_dialog -elif then +else idioma fi done >Release-Note: >Audit-Trail: >Unformatted: