diff options
author | Devan Franchini <twitch153@hotmail.com> | 2013-08-23 15:39:31 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-08-24 19:02:51 -0400 |
commit | 3bbdf6579d88c0abe77519e0148dd0a7dcc7d3fe (patch) | |
tree | d33b77dbf8a4c9d59ccf9ae4fd565eb2c9ce246b /doc/webapp-config.8.xml | |
parent | WebappConfig/config.py: fix indentation (diff) | |
download | webapp-config-3bbdf6579d88c0abe77519e0148dd0a7dcc7d3fe.tar.gz webapp-config-3bbdf6579d88c0abe77519e0148dd0a7dcc7d3fe.tar.bz2 webapp-config-3bbdf6579d88c0abe77519e0148dd0a7dcc7d3fe.zip |
Webappconfig/{config.py,worker.py}: Adds configurable --copy option.
This allows for altering the value of vhost_link_type in
/etc/vhosts/webapp-config to copy files by default when installing
a webapp as opposed to soft-linking or hard-linking. This patch also
repairs the previous damage in which the behavior of the --copy flag
was being ignored; due to the fact that the boolean g_copy was not
being passed down throughout the program because of the extra --cp
flag. Man page alterations have also been made to reflect the removal
of the --cp flag in the program.
X-Gentoo-Bug: 231482
X-Gentoo-Bug-URL: https://bugs.gentoo.org/231482
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'doc/webapp-config.8.xml')
-rw-r--r-- | doc/webapp-config.8.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/webapp-config.8.xml b/doc/webapp-config.8.xml index 5b0048b..459e301 100644 --- a/doc/webapp-config.8.xml +++ b/doc/webapp-config.8.xml @@ -473,7 +473,6 @@ </varlistentry> <varlistentry> - <term><option>--cp</option></term> <term><option>--copy</option></term> <listitem> <para>Use this option to create the virtual copy by copying the files from the <filename>/usr/share/webapps/</filename> directories.</para> |