mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
2ad1ee7e80
- 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>
8 lines
410 B
Plaintext
8 lines
410 B
Plaintext
--- autoconf/ircpathgen.orig Tue Apr 29 15:52:16 2003
|
|
+++ autoconf/ircpathgen Tue Feb 6 15:09:50 2007
|
|
@@ -87,3 +87,4 @@
|
|
echo "#define IRCD_PREFIX_VAR \"$localstatedir\"" >> $1/include/ircpath.h
|
|
echo "#define IRCD_PREFIX_LIB \"$libdir\"" >> $1/include/ircpath.h
|
|
echo "#define IRCD_PREFIX_DOC \"$datadir\"" >> $1/include/ircpath.h
|
|
+echo "#define IRCD_PREFIX_LOG \"/var/log/tr-ircd\"" >> $1/include/ircpath.h
|