Skip to content
Snippets Groups Projects
Commit 6a2366a1 authored by ale's avatar ale
Browse files

update to 0.4.6

parent 5e1ad1c6
Branches master
No related tags found
No related merge requests found
etcd (0.4.6p1) unstable; urgency=medium
* Update the init script to support DAEMON_OPTS.
-- ale <ale@incal.net> Tue, 07 Oct 2014 12:17:20 +0100
etcd (0.4.6) unstable; urgency=medium
* Upstream release.
-- ale <ale@incal.net> Thu, 02 Oct 2014 11:34:39 +0100
etcd (0.3.0) unstable; urgency=low
* Upstream relase.
......
......@@ -52,4 +52,5 @@ exec chpst -u etcd \
--data-dir=${DATADIR} \
--peer-addr=${PUBLIC_IP}:${RAFT_PORT} \
--peer-bind-addr=0.0.0.0 \
${DAEMON_OPTS} \
2>&1
......@@ -16,7 +16,7 @@
# This has to be exported to make some magic below work.
export DH_OPTIONS
ETCD_VERSION = 0.3.0
ETCD_VERSION = 0.4.6
ETCD_TGZ = etcd-$(ETCD_VERSION).tar.gz
SVCDIR = $(CURDIR)/debian/etcd/etc/svc
......
File deleted
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment