From owner-freebsd-questions@FreeBSD.ORG Tue Jan 16 16:01:20 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CDC4316A40F for ; Tue, 16 Jan 2007 16:01:20 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-06.ohiordc.rr.com (ms-smtp-06.ohiordc.rr.com [65.24.5.140]) by mx1.freebsd.org (Postfix) with ESMTP id 7F09213C441 for ; Tue, 16 Jan 2007 16:01:20 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-40-34.woh.res.rr.com [65.31.40.34]) by ms-smtp-06.ohiordc.rr.com (8.13.6/8.13.6) with SMTP id l0GG1IJ1025049 for ; Tue, 16 Jan 2007 11:01:19 -0500 (EST) Message-ID: <002501c73987$c879c460$0200a8c0@satellite> From: "Dave" To: Date: Tue, 16 Jan 2007 11:02:54 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: dhcpd update doesn't restart service X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jan 2007 16:01:20 -0000 Hello, I ran portupgrade on a 6.1 box. One of the ports needing updating was isc-dhcpd it was v3.0.4 now at 3.0.5. I ran this update on two boxes, one went fine, but on the other the service was not restarted. In my pkgtools.conf file i do have the line needed to restart services after an update. I was wondering how to set up a service so that if it died it would be restarted? I know about inetd, but i didn't think dhcpd could run out of it. Thanks. Dave.