]> git.proxmox.com Git - mirror_lxc.git/commit - configure.ac
Use $localstatedir/log/lxc for default log path
authorRyota Ozaki <ozaki.ryota@gmail.com>
Sun, 17 Mar 2013 14:21:31 +0000 (23:21 +0900)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 19 Mar 2013 13:18:50 +0000 (09:18 -0400)
commit89d556d83a2eb9c6bbe424a7bb0556f59bb137dc
treec05c77e923276719dd291c79340095c26c9833de
parent495c33c8e8329c06e64ce6fca54b9a02a384aba3
Use $localstatedir/log/lxc for default log path

When we install lxc by manual (configure; make; make install),
all files are installed under /usr/local/. Configuration files
and setting files of containers are stored under /usr/local/ too,
however, only log files are stored under /var/log/ not
/usr/local/var/log.

This patch changes the default log path to $localstatedir/log/lxc
(by default $localstatedir is /usr/local/var) where is an ordinary
directory, which is probably expected and unsurprising.

Signed-off-by: Ryota Ozaki <ozaki.ryota@gmail.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
configure.ac