From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH 1/2] Libvirt search in /sbin for the ebtables binaries but hen binaries are located in /usr/local/sbin. To solve this, 3 symlinks are created and shipped with the ebtables package. Date: Sun, 20 Mar 2016 16:46:08 +0100 Message-ID: <1458488769-3157-2-git-send-email-jonatan.schlag@ipfire.org> In-Reply-To: <1458488769-3157-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5021461310130926265==" List-Id: --===============5021461310130926265== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Jonatan Schlag --- config/rootfiles/packages/ebtables | 3 +++ lfs/ebtables | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config/rootfiles/packages/ebtables b/config/rootfiles/packages/e= btables index 7e10eee..315e2fb 100644 --- a/config/rootfiles/packages/ebtables +++ b/config/rootfiles/packages/ebtables @@ -28,3 +28,6 @@ usr/lib/libebtc.so usr/local/sbin/ebtables usr/local/sbin/ebtables-restore usr/local/sbin/ebtables-save +sbin/ebtables-save +sbin/ebtables +sbin/ebtables-restore diff --git a/lfs/ebtables b/lfs/ebtables index 0c55a21..5ec3fd2 100644 --- a/lfs/ebtables +++ b/lfs/ebtables @@ -79,5 +79,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && make $(MAKETUNING) CFLAGS=3D"$(CFLAGS)" cd $(DIR_APP) && make install + ln -s /usr/local/sbin/ebtables-save /sbin/ebtables-save + ln -s /usr/local/sbin/ebtables /sbin/ebtables + ln -s /usr/local/sbin/ebtables-restore /sbin/ebtables-restore @rm -rf $(DIR_APP) @$(POSTBUILD) --=20 2.1.4 --===============5021461310130926265==--