Author: fs
Date: Wed Dec 26 02:02:47 2007
New Revision: 10011

Log:
Rediff 04_fix-lcrso-file-permissions.dpatch


Modified:
   dists/trunk/redhat-cluster/redhat-cluster/debian/patches/00list
   
dists/trunk/redhat-cluster/redhat-cluster/debian/patches/04_fix-lcrso-file-permissions.dpatch

Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/patches/00list
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/patches/00list     
(original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/patches/00list     Wed Dec 
26 02:02:47 2007
@@ -2,5 +2,5 @@
 01_fix_gfs-kernel-makefile.dpatch
 02_fix_gnbd-kernel-makefile.dpatch
 03_manpages-whatis.dpatch
-#04_fix-lcrso-file-permissions.dpatch
+04_fix-lcrso-file-permissions.dpatch
 05_fix-ocf-shellfuncs.dpatch

Modified: 
dists/trunk/redhat-cluster/redhat-cluster/debian/patches/04_fix-lcrso-file-permissions.dpatch
==============================================================================
--- 
dists/trunk/redhat-cluster/redhat-cluster/debian/patches/04_fix-lcrso-file-permissions.dpatch
       (original)
+++ 
dists/trunk/redhat-cluster/redhat-cluster/debian/patches/04_fix-lcrso-file-permissions.dpatch
       Wed Dec 26 02:02:47 2007
@@ -11,7 +11,7 @@
  
  install: all
        install -d ${libexecdir}/lcrso
--      install -s ${TARGET} ${libexecdir}/lcrso
+-      install ${TARGET} ${libexecdir}/lcrso
 +      install -m 644 ${TARGET} ${libexecdir}/lcrso
  
  uninstall:

_______________________________________________
Kernel-svn-changes mailing list
Kernel-svn-changes@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

Reply via email to