From owner-freebsd-ports@FreeBSD.ORG Tue Apr 20 09:42:04 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52CFA16A4CE; Tue, 20 Apr 2004 09:42:04 -0700 (PDT) Received: from fillmore.dyndns.org (port-212-202-49-130.reverse.qsc.de [212.202.49.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E30E43D3F; Tue, 20 Apr 2004 09:42:04 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.32; FreeBSD) id 1BFyJM-000LPu-PQ; Tue, 20 Apr 2004 18:42:03 +0200 Message-ID: <408552B7.8090503@fillmore-labs.com> Date: Tue, 20 Apr 2004 18:41:27 +0200 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Norikatsu Shigemura References: <200404201608.i3KG8gPE015920@sakura.ninth-nine.com> In-Reply-To: <200404201608.i3KG8gPE015920@sakura.ninth-nine.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: ports@FreeBSD.org cc: Eduard Martinescu Subject: Re: rcNG-fy sysutils/smartmontools X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2004 16:42:04 -0000 Norikatsu Shigemura wrote: > Index: files/smartd.sh > =================================================================== > RCS file: files/smartd.sh > diff -N files/smartd.sh > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ files/smartd.sh 20 Apr 2004 15:26:22 -0000 > @@ -0,0 +1,28 @@ > +#!/bin/sh > +# $FreeBSD$ > + > +# PROVIDE: smartd > +# REQUIRE: DAEMON > +# BEFORE: LOGIN > +# KEYWORD: FreeBSD shutdown > + > +# Define these cyrus_imapd_* variables in one of these files: ^^^^^^^^^^^ looks like a copy & paste glitch...