diff options
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/Debian/control | 30 | ||||
| -rw-r--r-- | contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj | 1 | ||||
| -rw-r--r-- | contrib/Makefile.am | 11 | ||||
| -rw-r--r-- | contrib/ngircd.service | 11 | ||||
| -rw-r--r-- | contrib/ngircd.spec | 10 |
5 files changed, 41 insertions, 22 deletions
diff --git a/contrib/Debian/control b/contrib/Debian/control index 0ac6d22a..d6cf418c 100644 --- a/contrib/Debian/control +++ b/contrib/Debian/control @@ -18,11 +18,11 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Provides: ircd Description: lightweight Internet Relay Chat server - This package provides ngIRCd, a lightweight Internet Relay Chat - server for small or private networks. It is simple to configure, can - cope with dynamic IP addresses, and supports IPv6 as well as SSL. It - is written from scratch, not based on the original IRCd and quite - portable. + This package provides ngIRCd, a portable and lightweight Internet Relay + Chat server for small or private networks, developed under the GNU + General Public License (GPL). It is simple to configure, can cope with + dynamic IP addresses, and supports IPv6 as well as SSL. It is written + from scratch and not based on the original IRCd. . This package contains the "standard distribution", including support for syslog logging and compressed server-links using zlib. Please have a look @@ -35,11 +35,11 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Provides: ircd Conflicts: ngircd, ngircd-dbg Description: lightweight Internet Relay Chat server - This package provides ngIRCd, a lightweight Internet Relay Chat - server for small or private networks. It is simple to configure, can - cope with dynamic IP addresses, and supports IPv6 as well as SSL. It - is written from scratch, not based on the original IRCd and quite - portable. + This package provides ngIRCd, a portable and lightweight Internet Relay + Chat server for small or private networks, developed under the GNU + General Public License (GPL). It is simple to configure, can cope with + dynamic IP addresses, and supports IPv6 as well as SSL. It is written + from scratch and not based on the original IRCd. . In addition to the features of the "standard package", this package includes support for TCP wrappers, IDENT requests, the IPv6 protocol and @@ -51,11 +51,11 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Provides: ircd Conflicts: ngircd, ngircd-full Description: lightweight Internet Relay Chat server - This package provides ngIRCd, a lightweight Internet Relay Chat - server for small or private networks. It is simple to configure, can - cope with dynamic IP addresses, and supports IPv6 as well as SSL. It - is written from scratch, not based on the original IRCd and quite - portable. + This package provides ngIRCd, a portable and lightweight Internet Relay + Chat server for small or private networks, developed under the GNU + General Public License (GPL). It is simple to configure, can cope with + dynamic IP addresses, and supports IPv6 as well as SSL. It is written + from scratch and not based on the original IRCd. . In addition to the features of the "standard package", this package includes support for TCP wrappers, IDENT requests, the IPv6 protocol and diff --git a/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj b/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj index 6da1cb3e..ac3f6235 100644 --- a/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj +++ b/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj @@ -787,6 +787,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + CODE_SIGN_IDENTITY = "Developer ID Application: Alexander Barton"; GCC_VERSION = 4.2; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 36ba2458..99ab6844 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -11,8 +11,15 @@ SUBDIRS = Anope Debian MacOSX -EXTRA_DIST = README ngircd.spec systrace.policy ngindent ngircd-bsd.sh \ - ngIRCd-Logo.gif ngircd-redhat.init platformtest.sh +EXTRA_DIST = README \ + ngindent \ + ngircd-bsd.sh \ + ngIRCd-Logo.gif \ + ngircd-redhat.init \ + ngircd.service \ + ngircd.spec \ + platformtest.sh \ + systrace.policy maintainer-clean-local: rm -f Makefile Makefile.in diff --git a/contrib/ngircd.service b/contrib/ngircd.service new file mode 100644 index 00000000..b5bab060 --- /dev/null +++ b/contrib/ngircd.service @@ -0,0 +1,11 @@ +[Unit] +Description=Next Generation IRC Daemon +After=network.target + +[Service] +# don't daemonize to simplify stuff +ExecStart=/usr/sbin/ngircd -n +ExecReload=/bin/kill -HUP $MAINPID + +[Install] +WantedBy=multi-user.target diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index 2041aa08..aeb10f2a 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -15,11 +15,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: zlib-devel, openssl-devel %description -This package provides ngIRCd, a lightweight Internet Relay Chat -server for small or private networks. It is simple to configure, can -cope with dynamic IP addresses, and supports IPv6 as well as SSL. It -is written from scratch, not based on the original IRCd and quite -portable. +This package provides ngIRCd, a portable and lightweight Internet Relay +Chat server for small or private networks, developed under the GNU +General Public License (GPL). It is simple to configure, can cope with +dynamic IP addresses, and supports IPv6 as well as SSL. It is written +from scratch and not based on the original IRCd. Advantages: - well arranged (lean) configuration file |