README 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ngIRCd - Next Generation IRC Server
  2. http://ngircd.barton.de/
  3. (c)2001-2013 Alexander Barton and Contributors.
  4. ngIRCd is free software and published under the
  5. terms of the GNU General Public License.
  6. -- Contributions --
  7. Debian/
  8. - Various files for building Debian GNU/Linux packages (".deb's").
  9. - ngircd.init; ngircd.default: init script for Debian-based systems.
  10. - ngircd.pam: example PAM configuraton.
  11. MacOSX/
  12. - Project files for XCode, the "project builder" of Apple Mac OS X.
  13. - de.barton.ngircd.plist[.tmpl]: launchd(8) property list.
  14. ngindent
  15. - Script to indent the code of ngIRCd in the "standard way".
  16. ngircd-bsd.sh
  17. - Start script for FreeBSD.
  18. ngircd-redhat.init
  19. - Start/stop script for RedHat-based distributions (like CentOS).
  20. ngircd.service
  21. - systemd(8) service unit configuration file.
  22. ngircd.socket
  23. - systemd(8) socket unit configuration file for "socket activation".
  24. ngircd.spec
  25. - RPM "spec" file.
  26. platformtest.sh
  27. - Build ngIRCd and output a "result line" suitable for doc/Platforms.txt.
  28. systrace.policy
  29. - Systrace policy file for OpenBSD (and probably NetBSD).