aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lxd
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-12-08 15:40:37 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-12-08 15:40:37 +0000
commit728cbb489f775bf3e483d54b13a8e4887ca37690 (patch)
treefb88d8ec7ede097c73f209518be44eeeb5ca2fac /testing/lxd
parentfa19f04206689f08f3e8060b2c692ac4c9429281 (diff)
downloadaports-728cbb489f775bf3e483d54b13a8e4887ca37690.tar.bz2
aports-728cbb489f775bf3e483d54b13a8e4887ca37690.tar.xz
testing/lxd: added LXD_OPTIONs in the others confd entries
Diffstat (limited to 'testing/lxd')
-rw-r--r--testing/lxd/APKBUILD8
-rw-r--r--testing/lxd/lxd.confd14
2 files changed, 11 insertions, 11 deletions
diff --git a/testing/lxd/APKBUILD b/testing/lxd/APKBUILD
index cf4fe8f1ca..8be26f9a27 100644
--- a/testing/lxd/APKBUILD
+++ b/testing/lxd/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=lxd
pkgver=2.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="a container hypervisor and a new user experience for LXC"
url="https://linuxcontainers.org/lxd/"
arch="all"
@@ -56,11 +56,11 @@ package() {
}
md5sums="59a4f949c7cc6bb3846998e9d4e9adaa lxd-2.6.2.tar.gz
-2c96bafda8b4ae10d07f2d6c9cf854a9 lxd.confd
+7a3132c6cdd5e9ec111dec9ce8dadaf2 lxd.confd
6e48df5cdd6fb7f474fe4dccbc93d627 lxd.initd"
sha256sums="a7c5e584a6fcb867a3e57818dbbbcd11b13195111fb883e16104d3c72603cd58 lxd-2.6.2.tar.gz
-bfc30cebe9d2a960da78e73bc3b56eebc70f6f9c85a30b0088a4bdf5e84c9c25 lxd.confd
+18aff7faa03d4f92e78df6bc19cb33e8b701c2d8defcf52a9d354afdeccd8e92 lxd.confd
0d11e2473b1c6bbbeaad1fc0dde8aeb37eb09b7a5152db13e0bc60935e597442 lxd.initd"
sha512sums="160c338a7b99a281ac51357e09ebb3090bb7efd785699e9daeccf8dea8d8bd78f3274d7885a9b9cc0322ab9909f958dc35a64a0017597efd856fc3b0af533358 lxd-2.6.2.tar.gz
-2cb9b840a5893137aa6fb6d76c53004f153ef811aae9e354954484d191ee69529072820530ac202fc6fb3c0867aabedcdf1a573d79cfdd6405b927dcf6e4e5a5 lxd.confd
+7f1fdacacf8bdab49d3a932c41d52aa84b0df5e0fa3d8e67758902ae70b99b23eb0a9e869cc0d06b30ca711b0f3e18ac5dfa9aad2f43d2cf1fda1eb8353c6ba0 lxd.confd
b9d0d4b47832ccfe5545112be9b4dda95de2c368bb617295d83d294153db8605581e243464369cfbe660afc2cb67b8f38d99695fd8d77c6710dbab4462a5b0cc lxd.initd"
diff --git a/testing/lxd/lxd.confd b/testing/lxd/lxd.confd
index db6f16c2c4..ddc0a46417 100644
--- a/testing/lxd/lxd.confd
+++ b/testing/lxd/lxd.confd
@@ -4,24 +4,24 @@ LXD_OPTIONS=" --group lxd"
# Enable cpu profiling into the specified file
-#LXD_OPTIONS=" --cpuprofile /tmp/lxc_cpu_profile"
+#LXD_OPTIONS="${LXD_OPTIONS} --cpuprofile /tmp/lxc_cpu_profile"
# Enable memory profiling into the specified file
-#LXD_OPTIONS=" --memprofile /tmp/lxc_mem_profile"
+#LXD_OPTIONS="${LXD_OPTIONS} --memprofile /tmp/lxc_mem_profile"
# Enables debug mode
-#LXD_OPTIONS=" --debug"
+#LXD_OPTIONS="${LXD_OPTIONS} --debug"
# For debugging, print a complete stack trace every n seconds
-#LXD_OPTIONS=" --print-goroutines-every 5"
+#LXD_OPTIONS="${LXD_OPTIONS} --print-goroutines-every 5"
# Enables verbose mode
-#LXD_OPTIONS=" -v"
+#LXD_OPTIONS="${LXD_OPTIONS} -v"
# Logfile to log to
-#LXD_OPTIONS=" --logfile /var/log/lxd/lxd.log"
+#LXD_OPTIONS="${LXD_OPTIONS} --logfile /var/log/lxd/lxd.log"
# Enables syslog logging
-#LXD_OPTIONS=" --syslog"
+#LXD_OPTIONS="${LXD_OPTIONS} --syslog"