diff options
| author | Alexander Barton <alex@barton.de> | 2013-02-10 20:43:56 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2013-02-10 20:43:56 +0100 |
| commit | 628c14d65686c4c848a17381b8ef61c78dbcf405 (patch) | |
| tree | 3f2d891c1045651c04df7086976054153dc3a6e7 /contrib/Makefile.am | |
| parent | ac32d07aaff0e7a1c4a544353dadbf397859d8f9 (diff) | |
| parent | 2cb7023e2835e9c29bec5a6d3a911894c847005d (diff) | |
| download | ngircd-628c14d65686c4c848a17381b8ef61c78dbcf405.tar.gz ngircd-628c14d65686c4c848a17381b8ef61c78dbcf405.zip | |
Merge branch 'systemd'
* systemd: ngircd.sock: explicitely bind to IPv4 and IPv6 addresses Show address and port of sockets passed-in by systemd(8) Check type of sockets passed-in by systemd(8) Adjust severity levels of some log messages New configuration option "IdleTimeout": exit daemon when idle Implement support for systemd(8) "socket activation" contrib/README: add more files
Diffstat (limited to 'contrib/Makefile.am')
| -rw-r--r-- | contrib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 09b43a68..6d16f7ca 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors +# Copyright (c)2001-2013 Alexander Barton (alex@barton.de) and Contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,6 +17,7 @@ EXTRA_DIST = README \ ngIRCd-Logo.gif \ ngircd-redhat.init \ ngircd.service \ + ngircd.socket \ ngircd.spec \ platformtest.sh \ systrace.policy |