From 3e3475d66688a35afd96a344000a020fe8765518 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 5 Oct 2011 09:12:46 +0200 Subject: [PATCH] fix config path in vznetaddbr --- Makefile | 2 +- debian/changelog | 6 ++++++ debian/patches/fix-vznetaddbr-conf-path.diff | 13 +++++++++++++ debian/patches/series | 1 + 4 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 debian/patches/fix-vznetaddbr-conf-path.diff diff --git a/Makefile b/Makefile index f6e5a4e..7daefe3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE=2.0 SVER=3.0.29 -PACKAGERELEASE=3pve1 +PACKAGERELEASE=3pve2 ARCH=amd64 PACKAGE=vzctl diff --git a/debian/changelog b/debian/changelog index 79357aa..3492d2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vzctl (3.0.29-3pve2) unstable; urgency=low + + * fix config path in vznetaddbr + + -- Proxmox Support Team Wed, 05 Oct 2011 09:09:50 +0200 + vzctl (3.0.29-3pve1) unstable; urgency=low * update to 3.0.29.3 diff --git a/debian/patches/fix-vznetaddbr-conf-path.diff b/debian/patches/fix-vznetaddbr-conf-path.diff new file mode 100644 index 0000000..e522776 --- /dev/null +++ b/debian/patches/fix-vznetaddbr-conf-path.diff @@ -0,0 +1,13 @@ +Index: new/bin/vznetaddbr.in +=================================================================== +--- new.orig/bin/vznetaddbr.in 2011-10-05 09:03:07.000000000 +0200 ++++ new/bin/vznetaddbr.in 2011-10-05 09:04:15.000000000 +0200 +@@ -2,7 +2,7 @@ + # + # Add virtual network interfaces (veth's) in a container to a bridge on CT0 + +-CONFIGFILE=@PKGCONFDIR@/conf/$VEID.conf ++CONFIGFILE=@VPSCONFDIR@/$VEID.conf + . $CONFIGFILE + + NETIFLIST=$(printf %s "$NETIF" |tr ';' '\n') diff --git a/debian/patches/series b/debian/patches/series index c23c7df..9714fe7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -7,3 +7,4 @@ fix-vzevent-init.patch fix-default-template.diff fix-udev-path.diff fix-config-path.diff +fix-vznetaddbr-conf-path.diff -- 2.39.2