SOURCES: gfs2-install.patch (NEW) - fix potential cross-device lin...

aredridel aredridel at pld-linux.org
Thu Apr 5 22:38:07 CEST 2007


Author: aredridel                    Date: Thu Apr  5 20:38:07 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix potential cross-device link in installation

---- Files affected:
SOURCES:
   gfs2-install.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gfs2-install.patch
diff -u /dev/null SOURCES/gfs2-install.patch:1.1
--- /dev/null	Thu Apr  5 22:38:07 2007
+++ SOURCES/gfs2-install.patch	Thu Apr  5 22:38:02 2007
@@ -0,0 +1,12 @@
+diff -ur cluster-2.00.00/gfs2/mkfs/Makefile cluster-2.00.00-o/gfs2/mkfs/Makefile
+--- cluster-2.00.00/gfs2/mkfs/Makefile	2007-04-05 14:34:25.000000000 -0600
++++ cluster-2.00.00-o/gfs2/mkfs/Makefile	2006-08-22 13:16:39.000000000 -0600
+@@ -35,7 +35,7 @@
+ 
+ install: all
+ 	${INSTALL} -m 0755 ${MKFS} ${sbindir}
+-	ln -f ${MKFS} ${sbindir}/${JADD}
++	ln -s ${MKFS} ${sbindir}/${JADD}
+ 
+ clean:
+ 	rm -f *.o ${MKFS} ${JADD}
================================================================


More information about the pld-cvs-commit mailing list