From owner-freebsd-questions@FreeBSD.ORG Thu May 13 14:15:44 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE311106566B for ; Thu, 13 May 2010 14:15:44 +0000 (UTC) (envelope-from Ggatten@waddell.com) Received: from mailhost0.waddell.com (mailhost0.waddell.com [12.154.38.61]) by mx1.freebsd.org (Postfix) with ESMTP id 7FA3C8FC15 for ; Thu, 13 May 2010 14:15:44 +0000 (UTC) Received: from mailhost3.waddell.com (mailhost3.waddell.com [10.1.10.28]) by mailhost0.waddell.com (Postfix) with ESMTP id 1C0482646DC; Thu, 13 May 2010 09:15:44 -0500 (CDT) Received: from mailhost3.waddell.com (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 17F943C339; Thu, 13 May 2010 09:15:44 -0500 (CDT) Received: from ADVPHTCAS0.wradvisors.com (advphtcas0.wradvisors.com [192.168.203.228]) by mailhost3.waddell.com (Postfix) with ESMTP id 0D8F03C320; Thu, 13 May 2010 09:15:44 -0500 (CDT) Received: from WADPMBXV0.waddell.com ([169.254.1.15]) by ADVPHTCAS0.wradvisors.com ([192.168.203.228]) with mapi; Thu, 13 May 2010 09:15:43 -0500 From: Gary Gatten To: 'Jean-Paul Natola' Date: Thu, 13 May 2010 09:15:43 -0500 Thread-Topic: user friendliest gui Thread-Index: AQHK8WMl5G+EuRmMQI6yTgfCRapRa5JM5YCNgABZxACAAJjKAIAAcgkAgAENAuCAABIrQIAAAT/Q Message-ID: References: <20100512190230.bb14c9a3.freebsd@edvax.de> <25509_1273760015_4BEC090C_25509_192_1_D9B37353831173459FDAA836D3B434994BEED839@WADPMBXV0.waddell.com> In-Reply-To: <25509_1273760015_4BEC090C_25509_192_1_D9B37353831173459FDAA836D3B434994BEED839@WADPMBXV0.waddell.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-PMX-Version: 5.5.8.383112, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2010.5.13.140615 Cc: "freebsd-questions@freebsd.org" Subject: RE: user friendliest gui X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2010 14:15:44 -0000 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@f= reebsd.org] On Behalf Of Gary Gatten Sent: Thursday, May 13, 2010 9:12 AM To: 'Jean-Paul Natola' Cc: freebsd-questions@freebsd.org Subject: RE: user friendliest gui -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@f= reebsd.org] On Behalf Of Jean-Paul Natola Sent: Thursday, May 13, 2010 8:11 AM Cc: freebsd-questions@freebsd.org Subject: RE: user friendliest gui >If one would really want to go with X, Tcl/Tk, as it has been >mentioned by others (and me), is a good way to go. There are >helpful examples installed when you install it on your system. >It's a very easy to learn, but still powerful scripting language >that very well interacts with command line processing. Just >look at the examples, you'll find much inspiration there. >For text mode and using dialog (as for example sysinstall does), >it's another easy way to go, because you can entirely keep your >scripting in /bin/sh syntax and don't need much dependencies. >Furthermore, you have a portable solution. No special needs for >a high-end GPU and an appropriate driver. Even a 100 MHz box >with a 2 GB hard disk could then be used for this particular >job. You could even attach a simple dotmatrix line printer for >printing the receipt. :-) Ok so I have my new box setup and I have installed Clamav-devel=20 Tcl86 Dialog First question is , I have only ever used clamav-clamd in the past which I = start with /usr/local/etc/rc.d/clamav-clamd start to run it, how do I run d= evel? Second question is , where to o go from here? I have tried to man tcl86 and man clamav-devel but I get no manual entry Did you try "man tcl" and "man clamav"? Typically "devel" just adds a few = extra bits and pieces, it's a separate binary you must start. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org= " SORRY!! It should've read, "devel" is NOT a separate / unique binary you mu= st start.