From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Wolfgang Jaehrling Newsgroups: gmane.lisp.guile.user Subject: Announcement: dmd -0.7 Date: Wed, 2 Apr 2003 21:44:52 +0200 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <20030402194451.GA258@gmx.de> Reply-To: Wolfgang Jaehrling NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1049315808 15855 80.91.224.249 (2 Apr 2003 20:36:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 2 Apr 2003 20:36:48 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Apr 02 22:36:47 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 190oyU-00047a-00 for ; Wed, 02 Apr 2003 22:36:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 190ox2-0000PK-0B for guile-user@m.gmane.org; Wed, 02 Apr 2003 15:35:16 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 190ouy-0007ko-00 for guile-user@gnu.org; Wed, 02 Apr 2003 15:33:08 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 190oho-0001Me-00 for guile-user@gnu.org; Wed, 02 Apr 2003 15:19:32 -0500 Original-Received: from pop.gmx.net ([213.165.64.20] helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.10.13) id 190nuZ-0002gX-00 for guile-user@gnu.org; Wed, 02 Apr 2003 14:28:40 -0500 Original-Received: (qmail 21004 invoked by uid 65534); 2 Apr 2003 19:28:38 -0000 Original-Received: from dialin-145-254-211-133.arcor-ip.net (EHLO kaputt.schrott) (145.254.211.133) by mail.gmx.net (mp021-rz3) with SMTP; 02 Apr 2003 21:28:38 +0200 Original-Received: from wj by kaputt.schrott with local (Exim 3.35 #1 (Debian)) id 190oAG-0000NP-00 for ; Wed, 02 Apr 2003 21:44:52 +0200 Original-To: guile-user@gnu.org Content-Disposition: inline User-Agent: Mutt/1.3.28i X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: General Guile related discussions List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:1759 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1759 ;; Announcement: dmd -0.7 -*- scheme -*- (define about-this-release "This is the second public release of dmd, the `Daemon managing Daemons' (or `Daemons-managing Daemon'?). This version adds many convenient features and is thus a huge step forward, but still it is experimental software and you should expect it to break.") (define about-the-software "The dmd program is a service manager, i.e. on the GNU system (which is the primary target), it replaces /sbin/init completely, on systems which are similar to Unix (e.g. GNU/Linux) it replaces the part of /sbin/init that is responsible for switching runlevels (/etc/rc?.d and /etc/init.d come to mind), respawning services (/etc/inittab comes to mind) and similar things.") (get-it-from "") (define requirements "It is written for Guile 1.6. That is all you need. Using it with Guile 1.4 will require small modifications, but better don't bother.") (define future-directions "Various things will be added in the future, including runlevels, an update-rc.d implementation for Debian, support for existing SysV Init infrastructure, internationalization, evaluating configuration code in a sandbox, a graphical interface frontend and many others.") ;; Cheers, ;; GNU/Wolfgang _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user