diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-08 22:32:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-08 22:32:06 +0000 |
commit | 2ad1ee7e800292f4894cdbb8b9d37510f8653fc9 (patch) | |
tree | 93f9920ddbf0ed2f5f76512a6903ed750835f33b /irc/tr-ircd/files/patch-include::config.h | |
parent | - Update to 2.11 (diff) |
- Update to 5.7.3
- Pass maintainership to submitter
Changelog:
- no more run as root, uses own user and group by default
- RCng startup script (trircd)
- fixed build for amd64
- installs bin/tr-ircd instead of bin/ircd
(conflict with irc/ircd-hybrid, irc/ptlink-ircd & co.)
- does not install bin/md5sum (we have our md5)
(conflict with archivers/dpkg and not necessary)
- run and log directories can be defined via
TRIRCD_RUNDIR and TRIRCD_LOGDIR
- configuration directory via TRIRCD_CONFDIR
(can be specified on runtime as well)
- user and group definable via TRIRCD_USER TRIRCD_GROUP
PR: 108835
Submitted by: Martin Matuska <martin@matuska.org>
Notes
Notes:
svn path=/head/; revision=184607
Diffstat (limited to 'irc/tr-ircd/files/patch-include::config.h')
-rw-r--r-- | irc/tr-ircd/files/patch-include::config.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/irc/tr-ircd/files/patch-include::config.h b/irc/tr-ircd/files/patch-include::config.h deleted file mode 100644 index 796e61e06c3e..000000000000 --- a/irc/tr-ircd/files/patch-include::config.h +++ /dev/null @@ -1,18 +0,0 @@ ---- include/config.h.orig Sat Oct 26 10:03:41 2002 -+++ include/config.h Sat Oct 26 10:13:43 2002 -@@ -38,11 +38,11 @@ - #define LANGPATH IRCD_PREFIX_LIB "/languages" - #define CHANMODEPATH IRCD_PREFIX_LIB "/chanmodes" - --#define LOGFILE IRCD_PREFIX_VAR "/logfiles/ircd.log" --#define IRCD_PIDFILE IRCD_PREFIX_VAR "/ircd.pid" --#define LINKSFILE IRCD_PREFIX_VAR "/ircd.links" -+#define LOGFILE IRCD_PREFIX_VAR "/log/ircd.log" -+#define IRCD_PIDFILE IRCD_PREFIX_VAR "/run/ircd.pid" -+#define LINKSFILE IRCD_PREFIX_VAR "/run/ircd.links" - --#define HELPPATH IRCD_PREFIX_DOC "/help/en_us" -+#define HELPPATH IRCD_PREFIX_DOC "/tr-ircd/help/en_us" - - #define USE_FAKEHOST 1 - |