From 252055cea30ed1e7dc249186dbda75ccda5e1739 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 4 Nov 2014 17:05:18 +0100 Subject: [PATCH] lxc: update due to openssh-server merge. --- srcpkgs/lxc/files/lxc-void | 4 ++-- srcpkgs/lxc/template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/lxc/files/lxc-void b/srcpkgs/lxc/files/lxc-void index 024c2bb8082..5322db501f3 100755 --- a/srcpkgs/lxc/files/lxc-void +++ b/srcpkgs/lxc/files/lxc-void @@ -42,8 +42,8 @@ arch=$(uname -m) default_path="/var/lib/lxc" LXC_TEMPLATE_CONFIG="/usr/share/lxc/config" -# Install 'base-voidstrap' and 'openssh-server' by default -base_packages=('base-voidstrap' 'openssh-server') +# Install 'base-voidstrap' by default +base_packages=('base-voidstrap') declare -a additional_packages # split comma-separated string into an array diff --git a/srcpkgs/lxc/template b/srcpkgs/lxc/template index 6b4415f5690..cd77b9b9785 100644 --- a/srcpkgs/lxc/template +++ b/srcpkgs/lxc/template @@ -3,7 +3,7 @@ _desc="Linux Containers" pkgname=lxc version=1.0.6 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-doc --enable-seccomp --disable-apparmor --with-distro=none --with-rootfs-path=/var/lxc/containers --with-log-path=/var/lxc/log"