diff options
author | Matthias Maier <tamiko@gentoo.org> | 2017-12-15 17:05:34 -0600 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2017-12-15 18:23:58 -0600 |
commit | c1eb76c6972a8a7cef8f44cac4bb7a5b3e8673e2 (patch) | |
tree | dcd22006e20691b917786005677a5a8d3139b0b5 /app-emulation/lxc | |
parent | dev-util/catalyst: dosfstools needed for EFI. (diff) | |
download | gentoo-c1eb76c6972a8a7cef8f44cac4bb7a5b3e8673e2.tar.gz gentoo-c1eb76c6972a8a7cef8f44cac4bb7a5b3e8673e2.tar.bz2 gentoo-c1eb76c6972a8a7cef8f44cac4bb7a5b3e8673e2.zip |
app-emulation/lxc: fix postinst documentation
Bug: https://bugs.gentoo.org/573116
Closes: https://bugs.gentoo.org/610902
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'app-emulation/lxc')
-rw-r--r-- | app-emulation/lxc/lxc-2.0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/lxc/lxc-2.0.9.ebuild b/app-emulation/lxc/lxc-2.0.9.ebuild index c0b0640c902d..32cfa14111ec 100644 --- a/app-emulation/lxc/lxc-2.0.9.ebuild +++ b/app-emulation/lxc/lxc-2.0.9.ebuild @@ -189,7 +189,7 @@ src_install() { DOC_CONTENTS=" Starting from version ${PN}-1.1.0-r3, the default lxc path has been moved from /etc/lxc to /var/lib/lxc. If you still want to use /etc/lxc - please add the following to your /etc/lxc/default.conf + please add the following to your /etc/lxc/lxc.conf lxc.lxcpath = /etc/lxc |