From owner-freebsd-bugs Fri Jul 11 09:38:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA19316 for bugs-outgoing; Fri, 11 Jul 1997 09:38:35 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA19311 for ; Fri, 11 Jul 1997 09:38:32 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id KAA09566; Fri, 11 Jul 1997 10:38:23 -0600 (MDT) Date: Fri, 11 Jul 1997 10:38:23 -0600 (MDT) Message-Id: <199707111638.KAA09566@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Nathan Dorfman Cc: freebsd-bugs@freebsd.org Subject: Re: init won't HUP In-Reply-To: <199401012033.PAA05874@limbo.senate.org> References: <199401012033.PAA05874@limbo.senate.org> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > OK. I have a line in my /etc/ttys that keeps my ppp connection alive: > > cuaa3 "/usr/sbin/pppd -detach" unknown on insecure > > And I kill -HUP 1 and it starts running fine. The problem starts when I > want to turn it off. I tried kill -HUPing it after commenting the line out > and it will still start over and over again. I even tried removing the line > altogether and then kill -HUP, still it keeps spawning. Try changing it to: cuaa3 "/usr/sbin/pppd -detach" unknown off insecure ^^^ Nate