[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, experimental, updated. debian/0.9.4-1
Guido Günther
agx at sigxcpu.org
Tue Aug 9 15:01:30 UTC 2011
The following commit has been merged in the experimental branch:
commit 17d831be872564255b7d15355477a678992e6018
Author: Guido Günther <agx at sigxcpu.org>
Date: Tue Aug 9 15:05:37 2011 +0200
New patch Don-t-require-gawk-for-a-simple-print-expression.patch
Don't require gawk for a simple print expression
Closes: #636712
diff --git a/debian/patches/debian/Don-t-require-gawk-for-a-simple-print-expression.patch b/debian/patches/debian/Don-t-require-gawk-for-a-simple-print-expression.patch
new file mode 100644
index 0000000..0dfee44
--- /dev/null
+++ b/debian/patches/debian/Don-t-require-gawk-for-a-simple-print-expression.patch
@@ -0,0 +1,25 @@
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Tue, 9 Aug 2011 14:59:01 +0200
+Subject: Don't require gawk for a simple print expression
+
+Closes: #636712
+Thanks: Luca Capello
+
+---
+ src/nwfilter/nwfilter_ebiptables_driver.c | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/nwfilter/nwfilter_ebiptables_driver.c b/src/nwfilter/nwfilter_ebiptables_driver.c
+index f87cfa1..a057799 100644
+--- a/src/nwfilter/nwfilter_ebiptables_driver.c
++++ b/src/nwfilter/nwfilter_ebiptables_driver.c
+@@ -3719,7 +3719,7 @@ ebiptablesDriverInit(bool privileged)
+ if (virMutexInit(&execCLIMutex))
+ return EINVAL;
+
+- gawk_cmd_path = virFindFileInPath("gawk");
++ gawk_cmd_path = virFindFileInPath("awk");
+ grep_cmd_path = virFindFileInPath("grep");
+
+ ebtables_cmd_path = virFindFileInPath("ebtables");
+--
diff --git a/debian/patches/series b/debian/patches/series
index 37cb2f2..c6fe3d6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@ Autodetect-if-the-remote-nc-command-supports-the-q-o.patch
Disable-failing-virnetsockettest.patch
Readd-LFS-support.patch
Autoreconf.patch
+debian/Don-t-require-gawk-for-a-simple-print-expression.patch
--
Libvirt Debian packaging
More information about the Pkg-libvirt-commits
mailing list