Commit 56c2d600 by Stéphane Graber Committed by GitHub

Merge pull request #1771 from brauner/2017-08-30/remove_executable_bit_from_console.c

console: non-functional change
parents b41431e8 3a12c64d
......@@ -558,7 +558,7 @@ AC_ARG_WITH([cgroup-pattern],
[AC_HELP_STRING(
[--with-cgroup-pattern=pattern],
[pattern for container cgroups]
)], [], [with_cgroup_pattern=['/lxc/%n']])
)], [], [with_cgroup_pattern=['lxc/%n']])
# Container log path. By default, use $lxcpath.
AC_MSG_CHECKING([Whether to place logfiles in container config path])
......
File mode changed from 100755 to 100644
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment