Package: lxc
Version: 1:2.0.9-6
Followup-For: Bug #890884

Updating patch according to DEP-3 guidelines.

-- 
Best regards, Andrii Senkovych
Description: Create LXC container for Debian Wheezy using correct iproute 
package
Author: Andrii Senkovych <and...@senkovych.com>
Bug-Debian: https://bugs.debian.org/890884

--- a/usr/share/lxc/templates/lxc-debian        2018-02-08 16:02:25.496742719 
+0200
+++ b/usr/share/lxc/templates/lxc-debian        2018-02-20 12:16:19.870712786 
+0200
@@ -250,20 +250,22 @@
     case "$release" in
       wheezy)
         init=sysvinit
+        iproute=iproute
         ;;
       *)
         init=init
+        iproute=iproute2
         ;;
     esac
     packages=\
 $init,\
+$iproute,\
 ifupdown,\
 locales,\
 dialog,\
 isc-dhcp-client,\
 netbase,\
 net-tools,\
-iproute2,\
 openssh-server
 
     cache=$1

Reply via email to