about summary refs log tree commit diff
path: root/contrib/README
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2013-02-10 20:43:56 +0100
committerAlexander Barton <alex@barton.de>2013-02-10 20:43:56 +0100
commit628c14d65686c4c848a17381b8ef61c78dbcf405 (patch)
tree3f2d891c1045651c04df7086976054153dc3a6e7 /contrib/README
parentac32d07aaff0e7a1c4a544353dadbf397859d8f9 (diff)
parent2cb7023e2835e9c29bec5a6d3a911894c847005d (diff)
downloadngircd-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/README')
-rw-r--r--contrib/README13
1 files changed, 11 insertions, 2 deletions
diff --git a/contrib/README b/contrib/README
index 1aebd1eb..2d639e66 100644
--- a/contrib/README
+++ b/contrib/README
@@ -2,18 +2,21 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2011 Alexander Barton and Contributors.
+               (c)2001-2013 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
-                            -- Contributions --
+                             -- Contributions --
 
 
 Debian/
  - Various files for building Debian GNU/Linux packages (".deb's").
+	- ngircd.init; ngircd.default: init script for Debian-based systems.
+	- ngircd.pam: example PAM configuraton.
 
 MacOSX/
  - Project files for XCode, the "project builder" of Apple Mac OS X.
+	- de.barton.ngircd.plist[.tmpl]: launchd(8) property list.
 
 ngindent
  - Script to indent the code of ngIRCd in the "standard way".
@@ -24,6 +27,12 @@ ngircd-bsd.sh
 ngircd-redhat.init
  - Start/stop script for RedHat-based distributions (like CentOS).
 
+ngircd.service
+ - systemd(8) service unit configuration file.
+
+ngircd.socket
+ - systemd(8) socket unit configuration file for "socket activation".
+
 ngircd.spec
  - RPM "spec" file.