[Cluster-devel] cluster/fence/agents/scsi Makefile

rohara at sourceware.org rohara at sourceware.org
Fri Oct 13 16:24:50 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rohara at sourceware.org	2006-10-13 16:24:50

Modified files:
	fence/agents/scsi: Makefile 

Log message:
	Remove unnecessary chmod for scsi_reserve.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/scsi/Makefile.diff?cvsroot=cluster&r1=1.6&r2=1.7

--- cluster/fence/agents/scsi/Makefile	2006/10/12 22:02:48	1.6
+++ cluster/fence/agents/scsi/Makefile	2006/10/13 16:24:50	1.7
@@ -27,7 +27,6 @@
 	echo "\$$BUILD_DATE=\"(built `date`)\";" >> $(TARGET)
 	awk -v p=0 "(\$$1 ~ /#END_VERSION_GENERATION/){p = 1} {if(p==1)print}" $(SOURCE) >> $(TARGET)
 	chmod +x $(TARGET)
-	chmod +x $(SCRIPT)
 
 install: all
 	if [ ! -d ${sbindir} ]; then \




More information about the Cluster-devel mailing list