mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
- 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>
21 lines
806 B
Text
21 lines
806 B
Text
--- Makefile.in.orig Tue Feb 6 13:56:27 2007
|
|
+++ Makefile.in Tue Feb 6 13:57:25 2007
|
|
@@ -126,18 +126,6 @@
|
|
echo "install ==> $$i";\
|
|
${MAKE} -C $$i install ;\
|
|
done
|
|
- @${bindir}/irandom.sh
|
|
- @echo "***********************************************"
|
|
- @echo "Please do not forget to check your example.conf"
|
|
- @echo "When creating ircd.conf configuration file"
|
|
- @echo "***********************************************"
|
|
- @echo "If you have enabled the SSL option, you would"
|
|
- @echo "Need creating an SSL Certificate. Please check"
|
|
- @echo "out the ircdssl.conf for this."
|
|
- @echo "The certificate can be created with the"
|
|
- @echo "isslconfig.sh utility provided"
|
|
- @echo "***********************************************"
|
|
- @echo "Finished Installation"
|
|
|
|
uninstall_begin:
|
|
@echo "Removing binaries"
|