]> git.pld-linux.org Git - packages/efingerd.git/commitdiff
a07e56ba9e5a40c22201f29cf22d252c efingerd_1.6.1.tar.gz
authorundefine <undefine@pld-linux.org>
Tue, 9 Oct 2001 16:07:03 +0000 (16:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    efingerd-DESTDIR.patch -> 1.2

efingerd-DESTDIR.patch

index 53467bf34e325b77ab61a510a3375d53761e2d8f..ec6bc18178daeb6b4a78eea24de878ad08f47cc4 100644 (file)
@@ -1,7 +1,7 @@
-diff -ur efingerd-1.3.old/Makefile efingerd-1.3/Makefile
---- efingerd-1.3.old/Makefile  Mon May  3 14:05:39 1999
-+++ efingerd-1.3/Makefile      Fri Jan  5 22:38:33 2001
-@@ -1,9 +1,9 @@
+diff -ur efingerd-1.6/Makefile efingerd-1.6.new/Makefile
+--- efingerd-1.6/Makefile      Mon Mar 12 14:34:49 2001
++++ efingerd-1.6.new/Makefile  Tue Oct  9 17:56:13 2001
+@@ -1,15 +1,15 @@
  
 -BINDIR=/usr/local/sbin
 -MANDIR=/usr/local/man/man8
@@ -9,13 +9,11 @@ diff -ur efingerd-1.3.old/Makefile efingerd-1.3/Makefile
 +MANDIR=$(DESTDIR)/usr/share/man/man8
  
  CC = gcc 
--CFLAGS = -O2 -Wall  
-+#CFLAGS = -O2 -Wall  
+-CFLAGS = -O2 -Wall -Wsurprising
++#CFLAGS = -O2 -Wall -Wsurprising
  
  #or, if you do not have libinent at all:
  #CFLAGS = -O2 -Wall -DDONT_HAVE_LIBIDENT
-@@ -15,7 +15,7 @@
- #CFLAGS = -O2 -Wall -DDONT_HAVE_SNPRINTF -DDONT_HAVE_LIBIDENT
  
  #uncomment the following line if you do have libident.so
 -#LDFLAGS = -lident
@@ -23,7 +21,7 @@ diff -ur efingerd-1.3.old/Makefile efingerd-1.3/Makefile
  
  
  all: efingerd
-@@ -25,8 +25,7 @@
+@@ -19,8 +19,7 @@
  #replace the line below with the line above if you have libident.so, or 
  #do not have libident at all
  #modify path to libident.a if necessary
@@ -33,7 +31,7 @@ diff -ur efingerd-1.3.old/Makefile efingerd-1.3/Makefile
  
  efingerd.o: efingerd.c
        $(CC) $(CFLAGS) -c efingerd.c
-@@ -41,9 +40,11 @@
+@@ -32,9 +31,11 @@
        rm -f *~ *.o efingerd
  
  install: efingerd 
@@ -46,3 +44,5 @@ diff -ur efingerd-1.3.old/Makefile efingerd-1.3/Makefile
 -      gzip -9 efingerd.8 -c >$(MANDIR)/efingerd.8.gz
 +      mkdir -p $(MANDIR)
 +      cp efingerd.8 $(MANDIR)/efingerd.8
+Only in efingerd-1.6.new/: Makefile.orig
+Only in efingerd-1.6.new/: Makefile.rej
This page took 0.097957 seconds and 4 git commands to generate.