From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 97A19138D06 for ; Fri, 3 Jul 2015 04:50:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91050E084E; Fri, 3 Jul 2015 04:50:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FFCAE084E for ; Fri, 3 Jul 2015 04:50:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B3BC340845 for ; Fri, 3 Jul 2015 04:50:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16F3874C for ; Fri, 3 Jul 2015 04:50:24 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1435898974.42b434340cf7b3766d892fb07255c490116df2ef.twitch153@gentoo> Subject: [gentoo-commits] proj/webapp-config:master commit in: doc/ X-VCS-Repository: proj/webapp-config X-VCS-Files: doc/webapp-config.8.xml X-VCS-Directories: doc/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: 42b434340cf7b3766d892fb07255c490116df2ef X-VCS-Branch: master Date: Fri, 3 Jul 2015 04:50:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 05703d2c-959f-4536-a043-3188c5eae677 X-Archives-Hash: ce31d14ac6f0a85c6adc0fe197cb93f7 Message-ID: <20150703045024.QqbFu0JQYy6xFdSMv-xO42plNQpgvq-DXKkGBFjxK2Q@z> commit: 42b434340cf7b3766d892fb07255c490116df2ef Author: Devan Franchini gentoo org> AuthorDate: Fri Jul 3 04:04:15 2015 +0000 Commit: Devan Franchini gentoo org> CommitDate: Fri Jul 3 04:49:34 2015 +0000 URL: https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=42b43434 webapp-config.8.xml: Updates man page in accordance with command line arg changes Other changes have been made, including: * Formatting of command examples * Changing short-hand flags to show they no longer require two dashes * Adding information on the --prune-database flag. * Code cleanup doc/webapp-config.8.xml | 117 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 83 insertions(+), 34 deletions(-) diff --git a/doc/webapp-config.8.xml b/doc/webapp-config.8.xml index 2214d47..13f6baf 100644 --- a/doc/webapp-config.8.xml +++ b/doc/webapp-config.8.xml @@ -70,15 +70,15 @@ - - - + + + app-name @@ -92,15 +92,15 @@ - - - + + + app-name @@ -114,9 +114,6 @@ - - - directory @@ -124,6 +121,9 @@ --secure + + + app-name @@ -141,8 +141,6 @@ app-name - - app-version @@ -156,7 +154,7 @@ - app-version + app-name app-version @@ -167,6 +165,21 @@ webapp-config + + + + + pretend + + + clean + + + + + + webapp-config + @@ -182,10 +195,10 @@ - + app-name - + app-version @@ -193,11 +206,21 @@ webapp-config - --list-servers - -v - --version - -h - --help + + + + + + + + + + + + + + + @@ -264,32 +287,32 @@ Actions - - + app-name app-version + app-name app-version Activate install mode. - - + app-name app-version + app-name app-version Activate upgrade mode. - - + app-name app-version + app-name app-version Activate remove mode. + app-name app-version app-name app-version - app-name app-version Outputs a list of all the virtual copies of the app-name-app-version package. If you omit app-name or app-version webapp-config will display all available packages/versions. @@ -297,16 +320,39 @@ + app-name app-version app-name app-version - app-name app-version Outputs a list of all the master copies of the app-name-app-version package that have not been installed using webapp-config . + action + action + + Cleans up the installed webapps database for lingering uninstalled webapps. Behavior is determined by the action given. + action must be one of: + + + pretend + + Shows output of what would be cleaned from the database + + + + clean + + Removes webapp entries that are not installed on the system + + + + + + + + - Outputs the app-name and app-version of the application installed in directory. Use the switch to tell webapp-config which directory to look in. directory is a directory under the htdocs dir. @@ -314,24 +360,24 @@ + app-name app-version app-name app-version - app-name app-version Displays the post-installation instructions of the app-name-app-version package. Very handy if you didn't see them displayed when the package was installed. + app-name app-version app-name app-version - app-name app-version Displays the post-upgrade instructions of the app-name-app-version package. Very handy if you didn't see them displayed when the package was upgraded. + - Outputs a list of the web servers that webapp-config currently supports. Use the server switch to change which web-server an install or upgrade should use. @@ -485,6 +531,7 @@ + Use this option to create the virtual copy using symbolic links. @@ -493,6 +540,7 @@ + Use this option to create the virtual copy by copying the files from the /usr/share/webapps/ directories. @@ -501,6 +549,7 @@ + Use this option to install into the htdocs-secure directory rather than into the htdocs directory. @@ -510,8 +559,8 @@ - - + type + type type must be one of: @@ -538,8 +587,8 @@ + type type - type type must be one of: