From owner-freebsd-isp@FreeBSD.ORG Tue Aug 9 00:53:28 2005 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 227E216A41F for ; Tue, 9 Aug 2005 00:53:28 +0000 (GMT) (envelope-from cbuechler@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD69843D45 for ; Tue, 9 Aug 2005 00:53:27 +0000 (GMT) (envelope-from cbuechler@gmail.com) Received: by wproxy.gmail.com with SMTP id i8so1105195wra for ; Mon, 08 Aug 2005 17:53:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=a0WYbV3jn/itnp47l9GSk5lNqIv2j4P3i07TNm5tt8002COIz7wUyTw2JkBaAo2hGo+VCV0OlWbIAK1bNOIihqUT4Q91+0Lwx3kq4s+kQiYN7PhrpMg8v0x7hei15EBBt57ZP9vXdJui+3KGHTjH9spnUl0XikJ+f1jXKYWdYHI= Received: by 10.54.53.62 with SMTP id b62mr5237361wra; Mon, 08 Aug 2005 17:53:27 -0700 (PDT) Received: by 10.54.81.1 with HTTP; Mon, 8 Aug 2005 17:53:27 -0700 (PDT) Message-ID: Date: Mon, 8 Aug 2005 20:53:27 -0400 From: Chris Buechler In-Reply-To: <6.2.1.2.2.20050809094227.034f4360@202.179.0.80> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <002601c59c7a$009cdaf0$d9d8e204@4BANKS> <6.2.1.2.2.20050809094227.034f4360@202.179.0.80> Cc: freebsd-isp@freebsd.org, Jay Banks Subject: Re: Questions (mostly TFTP) X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Aug 2005 00:53:28 -0000 > >I wanted to activate my TFTP server today. Easy enough, just uncomment the >TFTP line from /etc/inetd.conf. > >Well, there is no line to uncomment in my /etc/inetd.conf file. I have >looked high and low and I can't seem to find anyone else that has ever had >this problem. > I wouldn't bother trying to install anything else. Do a cvsup of src, and copy /usr/src/etc/inetd.conf to /etc and you'll have the TFTP line. Make a backup of your current /etc/inetd.conf file first, just in case you need it later for some reason. -Chris