c208dc5df3
Notable changes to the port: - creates opennap user/group to run as - tons of bugfixes, improved performance - no longer hardcodes SYSCONFDIR to /etc/opennap Submitted by Jolan Luff <jolan@pellaeon.com>.
33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
$OpenBSD: patch-Makefile_am,v 1.1 2002/08/10 01:14:04 naddy Exp $
|
|
--- Makefile.am.orig Tue Sep 25 23:59:56 2001
|
|
+++ Makefile.am Tue Oct 16 18:14:04 2001
|
|
@@ -1,5 +1,5 @@
|
|
-sbin_PROGRAMS=opennap metaserver setup #mkpass
|
|
-opennap_SOURCES=opennap.h main.c add_file.c search.c \
|
|
+sbin_PROGRAMS=opennap metaserver setup
|
|
+opennap_SOURCES=opennap.h main.c add_file.c discipline.c search.c \
|
|
motd.c hash.h hash.c privmsg.c browse.c \
|
|
debug.c debug.h login.c whois.c free_user.c \
|
|
join.c part.c public.c part_channel.c \
|
|
@@ -14,17 +14,16 @@ opennap_SOURCES=opennap.h main.c add_fil
|
|
napigator.c win32-support.h #fast_snprintf.c
|
|
opennap_LDADD=$(REGEX)
|
|
opennap_DEPENDENCIES=$(REGEX)
|
|
-#mkpass_SOURCES=mkpass.c md5.c debug.c util.c
|
|
metaserver_SOURCES=metaserver.c
|
|
setup_SOURCES=setup.c
|
|
EXTRA_opennap_SOURCES=regex.c _regex.h
|
|
EXTRA_DIST=sample.config sample.motd napster.txt .indent.pro \
|
|
FAQ spyserv.c opennap.dsw opennap.dsp \
|
|
opennap.opt sample.users sample.servers opennap.spec \
|
|
- getopt.c mkpass.dsp sample.channels \
|
|
- napchk logchk setup.dsp opennap.init sample.filter mkpass.c \
|
|
+ getopt.c sample.channels \
|
|
+ napchk logchk setup.dsp opennap.init sample.filter \
|
|
manual.html start_opennap sample.block win98se_max_conn.reg \
|
|
- notes.txt sample.block
|
|
+ notes.txt sample.block metaserver.dsp
|
|
INCLUDES=-DSHAREDIR=\"@SHAREDIR@\"
|
|
|
|
.PHONY: log
|