1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/news/nntp/files/patch-server-Makefile
Dirk Meyer b446a1d670 - remove option INETD
- build both standalone and inetd version
- fix permissions on update
- add IPv6 support based on work from Gert Doering

If you used the inetd version, please change the path in /etc/inetd.conf
from /usr/local/sbin/nntpd to /usr/local/libexec/nntpd.
2018-04-30 10:23:32 +00:00

12 lines
211 B
Plaintext

--- server/Makefile.orig 1994-12-04 00:18:48 UTC
+++ server/Makefile
@@ -31,6 +31,8 @@ SRCS = ${SRVRSRC}
LIBS = $(DBLIBS) $(NETLIBS)
+CPPFLAGS+= -DALONE
+
# Where nntpd is going to live
#DESTDIR = /etc