Skip to content

Releases: caldwell/daemon-manager

1.2.2

13 Feb 10:32
Compare
Choose a tag to compare
  • Fixed logs not being created in their directories.

  • Fixed not creating user config/log directories.

  • Fixed HOME, LOGNAME, PATH not being able to be overridden by the config.

  • Fixed HOME, LOGNAME not being the run_as user.

1.2.1

11 Feb 08:32
Compare
Choose a tag to compare
  • Small documentation change: forgot to document the edit command in
    the dmctl man page.

1.2

10 Feb 15:07
Compare
Choose a tag to compare
1.2
  • Added edit command to dmctl to edit a daemon's config file.

  • Added some configuration settings for daemon paths.

1.1.1

02 Jun 19:04
Compare
Choose a tag to compare
  • Fix Makefile so installing into a empty DESTDIR works (thanks James Cook)

1.1

08 Jun 09:51
Compare
Choose a tag to compare
1.1
  • Added kill command to dmctl to send signals to daemons.

1.0

16 Oct 02:35
Compare
Choose a tag to compare
1.0
  • Fix deadlock in signal handler.
  • Fix race conditions that prevented error messages from displaying in
    dmctl.

0.99.1

09 Mar 23:34
Compare
Choose a tag to compare
  • Fix the bash completion code. Awk will be the death of me.

0.99

09 Mar 03:31
Compare
Choose a tag to compare
  • Replaced individual command sockets with a single one in /var/run.
  • Added "export ENV=value" syntax to daemon config file to set environment variables.
  • Added bash completion script.

0.98

15 Jul 06:38
Compare
Choose a tag to compare
  • Swapped command and daemon-id to match "service" param ordering.
  • Removed sockfile daemon.conf option.
  • Removed canonical name guessing based on prefix. It proved too
    temperamental and is better served by bash completion (which doesn't
    exist yet).
  • Added "log" and "tail" commands to view a daemon's log file with
    $PAGER/less/more/cat and "tail -f", respectively.

0.97

15 Jul 06:37
Compare
Choose a tag to compare
  • Fix buffer overflow on long error messages.
  • Fix daemons' groups not getting set up right.