/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Teddy Hogeborn
  • Date: 2013-10-26 19:05:21 UTC
  • Revision ID: teddy@recompile.se-20131026190521-giagilisbyciox2h
Fall back to /var/run for pidfile if /run is not a directory.

This is for old (possibly non-Debian) systems which have not migrated
from /var/run to /run yet.

* init.d-mandos (PIDFILE): Fall back to /var/run/mandos.pid if /run is
                           not a directory.
* mandos (pidfilename): - '' -
* mandos.xml (FILES): Document fallback to /var/run/mandos.pid if /run
                      is not a directory.

Reported-by: Nathanael D. Noblet <nathanael@gnat.ca>
Suggested-by: Nathanael D. Noblet <nathanael@gnat.ca>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
This NEWS file records noteworthy changes, very tersely.
2
2
See the manual for detailed information.
3
3
 
4
 
Version 1.6.4 (2014-02-16)
5
 
* Server
6
 
** Very minor fix to self-test code.
7
 
 
8
 
Version 1.6.3 (2014-01-21)
9
 
* Server
10
 
** Add systemd support.
11
 
** For PID file, fall back to /var/run if /run does not exist.
12
 
* Client
13
 
** Moved files from /usr/lib/mandos to whatever the architecture
14
 
   specifies, like /usr/lib/x86_64-linux-gnu/mandos or
15
 
   /usr/lib64/mandos.
16
 
 
17
4
Version 1.6.2 (2013-10-24)
18
5
* Server
19
6
** PID file moved from /var/run to /run.