these shouldn't be here

This commit is contained in:
david 2003-05-27 07:31:52 +00:00
parent 63b158d508
commit b7635369de
2 changed files with 0 additions and 32 deletions

View File

@ -1,19 +0,0 @@
$OpenBSD: patch-conserver_cf_Makefile_in.orig,v 1.1 2003/05/26 20:20:53 pvalchev Exp $
--- conserver.cf/Makefile.in.orig Thu Jul 26 13:05:03 2001
+++ conserver.cf/Makefile.in Sat May 24 14:24:22 2003
@@ -3,6 +3,7 @@ srcdir = @srcdir@
prefix = @prefix@
mandir = @mandir@
sysconfdir = @sysconfdir@
+exampledir = @prefix@/share/examples/conserver
### Installation programs and flags
INSTALL = @INSTALL@
@@ -24,5 +25,7 @@ install:
$(MKDIR) $(DESTDIR)$(mandir)/man5
$(INSTALL) conserver.cf.man $(DESTDIR)$(mandir)/man5/conserver.cf.5
$(INSTALL) conserver.passwd.man $(DESTDIR)$(mandir)/man5/conserver.passwd.5
+ $(INSTALL) conserver.cf $(DESTDIR)$(exampledir)/conserver.cf
+ $(INSTALL) conserver.passwd $(DESTDIR)$(exampledir)/conserver.passwd
.PHONY: clean distclean install

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-conserver_consent_c.orig,v 1.1 2003/05/26 20:20:53 pvalchev Exp $
--- conserver/consent.c.orig Sat May 24 14:02:38 2003
+++ conserver/consent.c Sat May 24 14:02:58 2003
@@ -45,8 +45,8 @@
#include <sys/file.h>
#include <sys/stat.h>
#include <fcntl.h>
-#include <arpa/inet.h>
#include <netinet/in.h>
+#include <arpa/inet.h>
#include <netdb.h>
#include <stdio.h>
#include <ctype.h>