Blame SOURCES/0001-Change-filepath-to-newns.patch

2e96e6
From b8706e5dee8bada1390363cf9c43af61b2288425 Mon Sep 17 00:00:00 2001
2e96e6
From: Hedayat Vatankhah <hedayatv@gmail.com>
2e96e6
Date: Thu, 5 May 2011 23:33:30 +0430
2e96e6
Subject: [PATCH 01/18] Change filepath to newns
2e96e6
2e96e6
Move newns to a location outside the os-prober directory.
2e96e6
---
2e96e6
 common.sh | 2 +-
2e96e6
 1 file changed, 1 insertion(+), 1 deletion(-)
2e96e6
2e96e6
diff --git a/common.sh b/common.sh
2e96e6
index 30e245e..f83eb0d 100644
2e96e6
--- a/common.sh
2e96e6
+++ b/common.sh
2e96e6
@@ -1,5 +1,5 @@
2e96e6
 newns () {
2e96e6
-  [ "$OS_PROBER_NEWNS" ] || exec /usr/lib/os-prober/newns "$0" "$@"
2e96e6
+  [ "$OS_PROBER_NEWNS" ] || exec /usr/lib/newns "$0" "$@"
2e96e6
 }
2e96e6
 
2e96e6
 cleanup_tmpdir=false
2e96e6
-- 
2e96e6
2.5.5
2e96e6