]> arthur.barton.de Git - ngircd-alex.git/blob - contrib/README
Remove unmaintained contrib/MacOSX/ folder
[ngircd-alex.git] / contrib / README
1
2                      ngIRCd - Next Generation IRC Server
3                            http://ngircd.barton.de/
4
5                (c)2001-2024 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 de.barton.ngircd.metainfo.xml
18  - AppStream metadata file.
19
20 de.barton.ngircd.plist[.tmpl]
21  - launchd(8) property list file.
22
23 ngindent.sh
24  - Script to indent the code of ngIRCd in the "standard way".
25
26 ngircd-bsd.sh
27  - Start script for FreeBSD.
28
29 ngircd-redhat.init
30  - Start/stop script for RedHat-based distributions (like CentOS).
31
32 ngircd.logcheck
33  - Sample rules for logcheck(8) to ignore "normal" log messages of ngIRCd.
34
35 ngircd.service
36  - systemd(8) service unit configuration file.
37
38 ngircd.socket
39  - systemd(8) socket unit configuration file for "socket activation".
40
41 ngircd.spec
42  - RPM "spec" file.
43
44 nglog.sh
45  - Colorizes the log messages of ngircd(8) according to their log level.
46
47 platformtest.sh
48  - Build ngIRCd and output a "result line" suitable for doc/Platforms.txt.