From owner-freebsd-hackers Sun May 4 08:54:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA00908 for hackers-outgoing; Sun, 4 May 1997 08:54:04 -0700 (PDT) Received: from feephi.phofarm.com ([206.21.77.129]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA00902; Sun, 4 May 1997 08:53:58 -0700 (PDT) Received: from feephi.phofarm.com (feephi.phofarm.com [206.21.77.130]) by feephi.phofarm.com (8.8.5/8.7.3) with SMTP id LAA11936; Sun, 4 May 1997 11:51:30 -0400 (EDT) Message-ID: <336CB07C.41C67EA6@phofarm.com> Date: Sun, 04 May 1997 11:51:24 -0400 From: "Danny J. Zerkel" Organization: Photon Farmers X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2-STABLE i386) MIME-Version: 1.0 To: jkh@freebsd.org CC: hackers@freebsd.org Subject: rc.* changes Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jordan, I made the recent rc changes to my system and so far so good. I wanted to add a few things for my configuration, so here are some further (simple) suggestions. 1) Could you add a knob for inetd options? 2) I have a filter file that I use in rc.firewall, so I added: --- rc.firewall Tue Apr 29 17:49:25 1997 +++ /etc/rc.firewall Thu May 1 19:24:50 1997 @@ -150,5 +150,7 @@ /sbin/ipfw add pass udp from ${oip} to any 123 # Everyting else is denied as default. +elif [ "${firewall}" != "NONE" ]; then + /sbin/ipfw ${firewall} fi I then have firewall set in rc.conf like this: firewall="/etc/ppp/filter" # Set to firewall type or NO for none. You might want to test if ${firewall} actually refers to a file first, but the minimal approach works for me. Thanks, Danny J. Zerkel Photon Farmers dzerkel@phofarm.com