summarylogtreecommitdiffstats
path: root/os-prober-newnsdirfix.patch
diff options
context:
space:
mode:
authorlibrewish2021-09-13 12:03:02 +0530
committerlibrewish2021-09-13 12:03:02 +0530
commit66857a13aebc4ff4da0f06b027231b18cdefc314 (patch)
treebb439b2812b4386aa8b15317cc77ca779fa1ed3f /os-prober-newnsdirfix.patch
parent752ceb29fd23a6c4cffbca9f65adad1cb53f4872 (diff)
downloadaur-66857a13aebc4ff4da0f06b027231b18cdefc314.tar.gz
remove newnsdirfix patch
Diffstat (limited to 'os-prober-newnsdirfix.patch')
-rw-r--r--os-prober-newnsdirfix.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/os-prober-newnsdirfix.patch b/os-prober-newnsdirfix.patch
deleted file mode 100644
index ccd60c323ef1..000000000000
--- a/os-prober-newnsdirfix.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -up os-prober-1.46/common.sh.newnsmove os-prober-1.46/common.sh
---- os-prober-1.46/common.sh.newnsmove 2011-04-10 05:30:57.000000000 +0430
-+++ os-prober-1.46/common.sh 2011-05-04 04:08:09.603020037 +0430
-@@ -1,5 +1,5 @@
- newns () {
-- [ "$OS_PROBER_NEWNS" ] || exec /usr/lib/os-prober/newns "$0" "$@"
-+ [ "$OS_PROBER_NEWNS" ] || exec /usr/lib/newns "$0" "$@"
- }
-
- cleanup_tmpdir=false