diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-13 14:57:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-13 15:02:44 +0000 |
commit | 11796ca36e2bab9a5e42c8b4bfd91a1e83719f1c (patch) | |
tree | dadfc43f408aeaae81dbaf2bec5ece38d2ca3268 /main/lxc/bb-rm.patch | |
parent | 49a7c9a6c3fe1437e7d51d5a30c5cd4e39370b3d (diff) | |
download | aports-11796ca36e2bab9a5e42c8b4bfd91a1e83719f1c.tar.bz2 aports-11796ca36e2bab9a5e42c8b4bfd91a1e83719f1c.tar.xz |
main/lxc: backport openvswitch bridge support
remove unused patches while at it
Diffstat (limited to 'main/lxc/bb-rm.patch')
-rw-r--r-- | main/lxc/bb-rm.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/main/lxc/bb-rm.patch b/main/lxc/bb-rm.patch deleted file mode 100644 index c93adb33a8..0000000000 --- a/main/lxc/bb-rm.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- ./src/lxc/lxc-destroy.in.orig 2013-04-15 07:38:58.383545701 +0000 -+++ ./src/lxc/lxc-destroy.in 2013-04-15 07:42:22.552123148 +0000 -@@ -137,10 +137,10 @@ - btrfs subvolume delete "$rootdev" - else - # In case rootfs is not under $lxc_path/$lxc_name, remove it -- rm -rf --one-file-system --preserve-root $rootdev -+ find $rootdev -xdev -delete - fi - fi - fi - - # recursively remove the container to remove old container configuration --rm -rf --one-file-system --preserve-root $lxc_path/$lxc_name -+find $lxc_path/$lxc_name -xdev -delete |