ANNOUNCE--0.7 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. ;; Announcement: dmd -0.7 -*- scheme -*-
  2. (define about-this-release
  3. "This is the second public release of dmd, the `Daemon managing
  4. Daemons' (or `Daemons-managing Daemon'?). This version adds many
  5. convenient features and is thus a huge step forward, but still it is
  6. experimental software and you should expect it to break.")
  7. (define about-the-software
  8. "The dmd program is a service manager, i.e. on the GNU system (which
  9. is the primary target), it replaces /sbin/init completely, on systems
  10. which are similar to Unix (e.g. GNU/Linux) it replaces the part of
  11. /sbin/init that is responsible for switching runlevels (/etc/rc?.d and
  12. /etc/init.d come to mind), respawning services (/etc/inittab comes to
  13. mind) and similar things.")
  14. (get-it-from "<http://www.8ung.at/shell/dmd--0.7.tar.gz>")
  15. (define requirements
  16. "It is written for Guile 1.6. That is all you need. Using it with
  17. Guile 1.4 will require small modifications, but better don't bother.")
  18. (define future-directions
  19. "Various things will be added in the future, including runlevels, an
  20. update-rc.d implementation for Debian, support for existing SysV Init
  21. infrastructure, internationalization, evaluating configuration code in
  22. a sandbox, a graphical interface frontend and many others.")
  23. ;; Cheers,
  24. ;; GNU/Wolfgang