From owner-freebsd-questions@FreeBSD.ORG Thu Aug 11 19:34:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45F5E16A420 for ; Thu, 11 Aug 2005 19:34:45 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBCC543D49 for ; Thu, 11 Aug 2005 19:34:44 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j7BJYh7G006481 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO); Thu, 11 Aug 2005 12:34:43 -0700 Message-Id: <6.1.0.6.2.20050811123423.051d93b0@cobalt.antimatter.net> X-Sender: lists@cobalt.antimatter.net X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Thu, 11 Aug 2005 12:35:33 -0700 To: Phusion , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Need help with Pancho 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, 11 Aug 2005 19:34:45 -0000 At 05:46 AM 8/11/2005, Phusion wrote: >I've got some questions about pancho (tftp server). When I install it >from the ports, how can I make it automatically start on boot? >Normally with ports it puts a shell script in /usr/local/etc/rc.d/. I >tried to start it by doing the following with no success. > >/usr/local/bin/pancho --config /usr/local/etc/pancho.conf > >Also, I want to just make it a tftp server. Here is my pancho.conf file. > >[global] >LogFile=/var/log/pancho.log >ForkLimit=5 >StylePattern=::HOST::.::DATE::-confg >StyleDate=%Y%m%d >TftpPath=/tftp > >Let me know, what I am doing wrong. Thanks. Why not use the tftp server that's part of the base system? -Glenn >Phusion >_______________________________________________ >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"