Skip to content
Snippets Groups Projects
Commit 17d831be authored by Guido Günther's avatar Guido Günther
Browse files

New patch Don-t-require-gawk-for-a-simple-print-expression.patch

Don't require gawk for a simple print expression

Closes: #636712
parent 66617309
No related branches found
No related tags found
No related merge requests found
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@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");
--
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment