[Pkg-lustre-svn-commit] updated: [015b186] Fixed typo in bug15587 patch: SECURUTY --> SECURITY
Patrick Winnertz
winnie at debian.org
Thu Jun 17 14:33:18 UTC 2010
The following commit has been merged in the master branch:
commit 015b1862497a6c34dda61270ae3dbfed42e34d9a
Author: Patrick Winnertz <winnie at debian.org>
Date: Thu Jun 17 13:50:02 2010 +0200
Fixed typo in bug15587 patch: SECURUTY --> SECURITY
Signed-off-by: Patrick Winnertz <winnie at debian.org>
diff --git a/debian/patches/bug15587_security.capability_xattr.dpatch b/debian/patches/bug15587_security.capability_xattr.dpatch
index 212c991..3b1c5f7 100755
--- a/debian/patches/bug15587_security.capability_xattr.dpatch
+++ b/debian/patches/bug15587_security.capability_xattr.dpatch
@@ -14,7 +14,7 @@ index 8fbc7bf..819e7bb 100644
RETURN(0);
+ /* b15587: ignore security.capability xattr for now */
-+ if ((xattr_type == XATTR_SECURUTY_T &&
++ if ((xattr_type == XATTR_SECURITY_T &&
+ strcmp(name, "security.capability") == 0))
+ RETURN(0);
+
@@ -26,7 +26,7 @@ index 8fbc7bf..819e7bb 100644
RETURN(rc);
+ /* b15587: ignore security.capability xattr for now */
-+ if ((xattr_type == XATTR_SECURUTY_T &&
++ if ((xattr_type == XATTR_SECURITY_T &&
+ strcmp(name, "security.capability") == 0))
+ RETURN(-ENODATA);
+
--
Lustre Debian Packaging
More information about the Pkg-lustre-svn-commit
mailing list