summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-06-15 11:35:09 +0200
committerDirk von Suchodoletz2007-06-15 11:35:09 +0200
commitda568f99b3c51e40f1215bf8e3477e09eecb8caf (patch)
treed1847b2b5c3211b27588cfefeb522da64da31cb0 /tools
parentBusybox patches for new 1.6.0 version (as separate files for testing) (diff)
downloadcore-da568f99b3c51e40f1215bf8e3477e09eecb8caf.tar.gz
core-da568f99b3c51e40f1215bf8e3477e09eecb8caf.tar.xz
core-da568f99b3c51e40f1215bf8e3477e09eecb8caf.zip
Wrong unionfs-run-init patch, fixed.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1165 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'tools')
-rw-r--r--tools/busybox-patches/unionfs-run-init-1.6.0.diff5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/busybox-patches/unionfs-run-init-1.6.0.diff b/tools/busybox-patches/unionfs-run-init-1.6.0.diff
index 0014e865..14df85b8 100644
--- a/tools/busybox-patches/unionfs-run-init-1.6.0.diff
+++ b/tools/busybox-patches/unionfs-run-init-1.6.0.diff
@@ -1,5 +1,6 @@
---- util-linux/switch_root.c.orig 2007-06-15 11:38:00.000000000 +0200
-+++ util-linux/switch_root.c 2007-06-15 11:35:41.000000000 +0200
+diff -ru ../busybox-1.6.0.orig/util-linux/switch_root.c ./util-linux/switch_root.c
+--- ../busybox-1.6.0.orig/util-linux/switch_root.c 2007-06-01 13:48:41.000000000 +0200
++++ ./util-linux/switch_root.c 2007-06-15 12:31:40.000000000 +0200
@@ -105,6 +105,10 @@
// Overmount / with newdir and chroot into it. The chdir is needed to
// recalculate "." and ".." links.