diff options
author | Alex Brandt <alunduil@gentoo.org> | 2015-08-09 15:47:22 -0500 |
---|---|---|
committer | Alex Brandt <alunduil@gentoo.org> | 2015-08-09 15:48:04 -0500 |
commit | f61098fef54895ee4874d9bbc3694310322e06f7 (patch) | |
tree | 95f8df57e7e82f7e26886984ba586c0b2ff286dc /app-emulation/lxd/files | |
parent | sys-kernel/hardened-sources: remove oldest stable versions. (diff) | |
download | gentoo-f61098fef54895ee4874d9bbc3694310322e06f7.tar.gz gentoo-f61098fef54895ee4874d9bbc3694310322e06f7.tar.bz2 gentoo-f61098fef54895ee4874d9bbc3694310322e06f7.zip |
app-emulation/lxd: add version 0.14
Submitted by Erik Mackdanz.
Package-Manager: portage-2.2.20
Diffstat (limited to 'app-emulation/lxd/files')
-rw-r--r-- | app-emulation/lxd/files/lxd-0.14-nc-binary-name.patch | 11 | ||||
-rw-r--r-- | app-emulation/lxd/files/lxd.initd | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/app-emulation/lxd/files/lxd-0.14-nc-binary-name.patch b/app-emulation/lxd/files/lxd-0.14-nc-binary-name.patch new file mode 100644 index 000000000000..40e122487418 --- /dev/null +++ b/app-emulation/lxd/files/lxd-0.14-nc-binary-name.patch @@ -0,0 +1,11 @@ +--- lxd/migration/rsync.go.orig 2015-07-11 09:33:18.012425011 -0500 ++++ lxd/migration/rsync.go 2015-07-11 09:33:34.881423857 -0500 +@@ -84,7 +84,7 @@ + * command (i.e. the command to run on --server). However, we're + * hardcoding that at the other end, so we can just ignore it. + */ +- rsyncCmd := fmt.Sprintf("sh -c \"nc -U %s\"", f.Name()) ++ rsyncCmd := fmt.Sprintf("sh -c \"nc.openbsd -U %s\"", f.Name()) + cmd := exec.Command("rsync", "-arvPz", "--devices", "--partial", path, "localhost:/tmp/foo", "-e", rsyncCmd) + if err := cmd.Start(); err != nil { + return nil, nil, err diff --git a/app-emulation/lxd/files/lxd.initd b/app-emulation/lxd/files/lxd.initd index fa72002fcc9a..2c50c78e609b 100644 --- a/app-emulation/lxd/files/lxd.initd +++ b/app-emulation/lxd/files/lxd.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxd/files/lxd.initd,v 1.1 2015/07/19 20:36:34 alunduil Exp $ DAEMON=/usr/sbin/lxd PIDFILE=/run/lxd.pid |