From owner-freebsd-hackers Tue Nov 26 20:17:32 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA24096 for hackers-outgoing; Tue, 26 Nov 1996 20:17:32 -0800 (PST) Received: from brasil.moneng.mei.com (brasil.moneng.mei.com [151.186.109.160]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA24091 for ; Tue, 26 Nov 1996 20:17:27 -0800 (PST) Received: (from jgreco@localhost) by brasil.moneng.mei.com (8.7.Beta.1/8.7.Beta.1) id WAA18221; Tue, 26 Nov 1996 22:16:13 -0600 From: Joe Greco Message-Id: <199611270416.WAA18221@brasil.moneng.mei.com> Subject: Re: Replacing sendmail To: danny@panda.hilink.com.au (Daniel O'Callaghan) Date: Tue, 26 Nov 1996 22:16:13 -0600 (CST) Cc: jgreco@brasil.moneng.mei.com, hackers@FreeBSD.ORG In-Reply-To: from "Daniel O'Callaghan" at Nov 27, 96 01:48:31 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Here is another way of achieving a similar end, which is already half > implemented. > > On Sys-V based systems (well, Irix, at least, is where I saw it), and > now in FreeBSD:/usr/local/rc.d/* the daemon startup files are run > as 'xntpd start'. > > This could be extended to > > 'pkg command', where > > pkg={sendmail|qmail|apache|...} > > and > > command={start|stop|enable|disable}. > > Just a thought for something flexible and extensible. That's more or less what we are discussing, the end result is the same. ... JG