Annotation of ircnowd/contrib/README, Revision 1.1
1.1 ! tomglok 1:
! 2: ngIRCd - Next Generation IRC Server
! 3: http://ngircd.barton.de/
! 4:
! 5: (c)2001-2020 Alexander Barton and Contributors.
! 6: ngIRCd is free software and published under the
! 7: terms of the GNU General Public License.
! 8:
! 9: -- Contributions --
! 10:
! 11:
! 12: Debian/
! 13: - Various files for building Debian GNU/Linux packages (".deb's").
! 14: - ngircd.init; ngircd.default: init script for Debian-based systems.
! 15: - ngircd.pam: example PAM configuration.
! 16:
! 17: MacOSX/
! 18: - Project files for XCode, the "project builder" of Apple Mac OS X.
! 19: - de.barton.ngircd.plist[.tmpl]: launchd(8) property list.
! 20:
! 21: de.barton.ngircd.metainfo.xml
! 22: - AppStream metadata file.
! 23:
! 24: ngindent.sh
! 25: - Script to indent the code of ngIRCd in the "standard way".
! 26:
! 27: ngircd-bsd.sh
! 28: - Start script for FreeBSD.
! 29:
! 30: ngircd-redhat.init
! 31: - Start/stop script for RedHat-based distributions (like CentOS).
! 32:
! 33: ngircd.logcheck
! 34: - Sample rules for logcheck(8) to ignore "normal" log messages of ngIRCd.
! 35:
! 36: ngircd.service
! 37: - systemd(8) service unit configuration file.
! 38:
! 39: ngircd.socket
! 40: - systemd(8) socket unit configuration file for "socket activation".
! 41:
! 42: ngircd.spec
! 43: - RPM "spec" file.
! 44:
! 45: nglog.sh
! 46: - Colorizes the log messages of ngircd(8) accoring to their log level.
! 47:
! 48: platformtest.sh
! 49: - Build ngIRCd and output a "result line" suitable for doc/Platforms.txt.
CVSweb