From owner-freebsd-questions@FreeBSD.ORG Thu Aug 11 12:47:23 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 D296616A41F for ; Thu, 11 Aug 2005 12:47:23 +0000 (GMT) (envelope-from phusion2k@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4A2743DD0 for ; Thu, 11 Aug 2005 12:46:41 +0000 (GMT) (envelope-from phusion2k@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so297873rng for ; Thu, 11 Aug 2005 05:46:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=F89+LGfcHqeSogtcOLIOBm6wK/PLxXIjZa4pv1pKPxl638pxhEaBxqHZvnX07Vcbch8Wx9Y2+4EBFpjgxa25dh0dqbsCDiR7irL0CPg0FwH3bd2kzCJXGtP0JK1elyFIfmQxWJwIVJ5+sXY1DgJh6zxO3YFKNsUkKKA62DuuReU= Received: by 10.11.98.33 with SMTP id v33mr11764cwb; Thu, 11 Aug 2005 05:46:36 -0700 (PDT) Received: by 10.11.100.59 with HTTP; Thu, 11 Aug 2005 05:46:36 -0700 (PDT) Message-ID: Date: Thu, 11 Aug 2005 07:46:36 -0500 From: Phusion To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: 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 12:47:24 -0000 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=3D/var/log/pancho.log ForkLimit=3D5 StylePattern=3D::HOST::.::DATE::-confg StyleDate=3D%Y%m%d TftpPath=3D/tftp Let me know, what I am doing wrong. Thanks. Phusion