rpms/Pound/devel pound-remove-owner.patch,1.1,1.2

Ruben Kerkhof (ruben) fedora-extras-commits at redhat.com
Mon Jan 15 18:21:30 UTC 2007


Author: ruben

Update of /cvs/extras/rpms/Pound/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2491

Modified Files:
	pound-remove-owner.patch 
Log Message:
Modified to apply to new release


pound-remove-owner.patch:

Index: pound-remove-owner.patch
===================================================================
RCS file: /cvs/extras/rpms/Pound/devel/pound-remove-owner.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pound-remove-owner.patch	3 Jan 2007 20:21:34 -0000	1.1
+++ pound-remove-owner.patch	15 Jan 2007 18:20:59 -0000	1.2
@@ -1,17 +1,18 @@
---- Pound-2.2.1/Makefile.in.remove-owner	2007-01-03 20:43:57.000000000 +0100
-+++ Pound-2.2.1/Makefile.in	2007-01-03 20:45:36.000000000 +0100
-@@ -49,10 +49,10 @@
- $(OBJS):	pound.h
+--- Pound-2.2.2/Makefile.in.remove-owner	2007-01-15 19:12:39.000000000 +0100
++++ Pound-2.2.2/Makefile.in	2007-01-15 19:13:25.000000000 +0100
+@@ -50,11 +50,11 @@
  
  install:	all
+ 		@INSTALL@ -d ${DESTDIR}@sbindir@
 -		@INSTALL@ -o @I_OWNER@ -g @I_GRP@ -m 555 -D pound ${DESTDIR}@sbindir@/pound
 -		@INSTALL@ -o @I_OWNER@ -g @I_GRP@ -m 555 -D poundctl ${DESTDIR}@sbindir@/poundctl
++		@INSTALL@ -m 755 -D pound ${DESTDIR}@sbindir@/pound
++		@INSTALL@ -m 755 -D poundctl ${DESTDIR}@sbindir@/poundctl
+ 		@INSTALL@ -d ${DESTDIR}@mandir@/man8
 -		@INSTALL@ -o @I_OWNER@ -g @I_GRP@ -m 644 -D pound.8 ${DESTDIR}@mandir@/man8/pound.8
 -		@INSTALL@ -o @I_OWNER@ -g @I_GRP@ -m 644 -D poundctl.8 ${DESTDIR}@mandir@/man8/poundctl.8
-+		@INSTALL@ -p -m 755 -D pound ${DESTDIR}@sbindir@/pound
-+		@INSTALL@ -p -m 755 -D poundctl ${DESTDIR}@sbindir@/poundctl
-+		@INSTALL@ -p -m 644 -D pound.8 ${DESTDIR}@mandir@/man8/pound.8
-+		@INSTALL@ -p -m 644 -D poundctl.8 ${DESTDIR}@mandir@/man8/poundctl.8
++		@INSTALL@ -m 644 -D pound.8 ${DESTDIR}@mandir@/man8/pound.8
++		@INSTALL@ -m 644 -D poundctl.8 ${DESTDIR}@mandir@/man8/poundctl.8
  
  clean:
  		rm -f pound $(OBJS) poundctl poundctl.o




More information about the scm-commits mailing list