pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ircd-hybrid: Add more details about INSTALL removal and other pkgsrc changes
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Fri Feb 8 10:03:28 2019 +0100
Changeset: b8613575709440279dd8c2eb7f1d969bba6f06a1
Modified Files:
ircd-hybrid/COMMIT_MSG
Log Message:
ircd-hybrid: Add more details about INSTALL removal and other pkgsrc changes
(Still a TODO regarding variable removals left, I hope to investigate
and address that ASAP!)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b8613575709440279dd8c2eb7f1d969bba6f06a1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ircd-hybrid/COMMIT_MSG | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diffs:
diff --git a/ircd-hybrid/COMMIT_MSG b/ircd-hybrid/COMMIT_MSG
index a8fc59ea7f..8891682ff0 100644
--- a/ircd-hybrid/COMMIT_MSG
+++ b/ircd-hybrid/COMMIT_MSG
@@ -1,7 +1,20 @@
ircd-hybrid: Update to 8.2.24
pkgsrc changes:
-* Removed the auto creation of configuration files since they are obsolete.
+- No longer install a default ircd.conf file. Upstream now only
+ provides a reference ircd.conf file that needs to be adjusted.
+ Document that in the MESSAGE.
+- Remove INSTALL script. All *.conf are no longer used, corresponding
+ *.db living in ${VARBASE}/log/ircd-hybrid/lib are used instead
+ ircd.motd is still honored and used but there is not a lot of point to
+ continue to install it unconditionally without a configuration file.
+- Remove `efnet', `halfops', `small-net' and `ziplinks' package options,
+ corresponding configure arguments no longer available.
+- No longer honor IRCD_HYBRID_SYSLOG_FACILITY, IRCD_HYBRID_NICLEN,
+ IRCD_HYBRID_TOPICLEN, IRCD_HYBRID_MAXCONN and IRCD_HYBRID_SYSLOG_EVENTS,
+ TODOleot: can all of them be configured with ircd.conf now? (at least
+ niclen and topiclen, yes!)
+- Add LICENSE
Changes since 7.2.3:
Home |
Main Index |
Thread Index |
Old Index