[Pkg-lustre-svn-commit] r333 - in /trunk/debian: changelog patches/00list patches/lustre_config.dpatch
pwinnertz-guest at users.alioth.debian.org
pwinnertz-guest at users.alioth.debian.org
Wed Sep 19 09:51:23 UTC 2007
Author: pwinnertz-guest
Date: Wed Sep 19 09:51:23 2007
New Revision: 333
URL: http://svn.debian.org/wsvn/pkg-lustre/?sc=1&rev=333
Log:
Fix for lc_common in wrong path
Added:
trunk/debian/patches/lustre_config.dpatch (with props)
Modified:
trunk/debian/changelog
trunk/debian/patches/00list
Modified: trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/changelog?rev=333&op=diff
==============================================================================
--- trunk/debian/changelog (original)
+++ trunk/debian/changelog Wed Sep 19 09:51:23 2007
@@ -4,6 +4,7 @@
smaller bugs.
* Added patch to fix file system corruption on large 32bit
OST nodes. (large = bigger than 2TB)
+ * Fix Problem concerning lc_common in the wrong path.
* Added 2.6.23 to the list of supported kernels
+ FIXME: ldiskfs doesn't build & both are not yet tested
Modified: trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/patches/00list?rev=333&op=diff
==============================================================================
--- trunk/debian/patches/00list (original)
+++ trunk/debian/patches/00list Wed Sep 19 09:51:23 2007
@@ -24,3 +24,4 @@
# Debian patches
autogen-run.dpatch
+lustre_config.dpatch
Added: trunk/debian/patches/lustre_config.dpatch
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/patches/lustre_config.dpatch?rev=333&op=file
==============================================================================
--- trunk/debian/patches/lustre_config.dpatch (added)
+++ trunk/debian/patches/lustre_config.dpatch Wed Sep 19 09:51:23 2007
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## lustre_config.dpatch by Patrick Winnertz <patrick.winnertz at skolelinux.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Hard coded path to lc_common... not the best solution, but a solution
+
+ at DPATCH@
+diff -urNad lustre-1.6.2~/lustre/scripts/lustre_config.in lustre-1.6.2/lustre/scripts/lustre_config.in
+--- lustre-1.6.2~/lustre/scripts/lustre_config.in 2004-12-20 00:06:24.000000000 +0100
++++ lustre-1.6.2/lustre/scripts/lustre_config.in 2007-09-19 11:49:34.000000000 +0200
+@@ -228,7 +228,7 @@
+ }
+
+ # Get the library of functions
+-. @scriptlibdir@/lc_common
++. /usr/share/lustre/lc_common
+
+ #***************************** Global variables *****************************#
+ declare -a MGS_NODENAME # node names of the MGS servers
Propchange: trunk/debian/patches/lustre_config.dpatch
------------------------------------------------------------------------------
svn:executable = *
More information about the Pkg-lustre-svn-commit
mailing list