diff options
author | Devan Franchini <twitch153@gentoo.org> | 2015-07-03 22:57:27 +0000 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2015-07-03 22:57:27 +0000 |
commit | 58bc6c7b4b95d6db7e224c98fc993eb921a77029 (patch) | |
tree | b9ddc670d7f255e5f3995d0d58debe15a47faa53 /www-apps/gallery | |
parent | New package: dev-lang/coffee-script, the official CoffeeScript language compi... (diff) | |
download | gentoo-2-58bc6c7b4b95d6db7e224c98fc993eb921a77029.tar.gz gentoo-2-58bc6c7b4b95d6db7e224c98fc993eb921a77029.tar.bz2 gentoo-2-58bc6c7b4b95d6db7e224c98fc993eb921a77029.zip |
Updates post{inst,upgrade} text files to reflect new webapp-config flag placement
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A8C8FBCF)
Diffstat (limited to 'www-apps/gallery')
-rw-r--r-- | www-apps/gallery/ChangeLog | 9 | ||||
-rw-r--r-- | www-apps/gallery/files/postinstall-en.txt | 2 | ||||
-rw-r--r-- | www-apps/gallery/files/postupgrade-en.txt | 2 |
3 files changed, 9 insertions, 4 deletions
diff --git a/www-apps/gallery/ChangeLog b/www-apps/gallery/ChangeLog index 870a311000d6..036e6a6a0462 100644 --- a/www-apps/gallery/ChangeLog +++ b/www-apps/gallery/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apps/gallery -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.212 2014/04/15 14:03:19 blueness Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.213 2015/07/03 22:57:27 twitch153 Exp $ + + 03 Jul 2015; Devan Franchini <twitch153@gentoo.org> files/postinstall-en.txt, + files/postupgrade-en.txt: + Updates post{inst,upgrade} text files to reflect new webapp-config flag + placement 15 Apr 2014; Anthony G. Basile <blueness@gentoo.org> gallery-2.3.2.ebuild, gallery-3.0.9.ebuild: diff --git a/www-apps/gallery/files/postinstall-en.txt b/www-apps/gallery/files/postinstall-en.txt index 04d4a0453374..96b52684b59e 100644 --- a/www-apps/gallery/files/postinstall-en.txt +++ b/www-apps/gallery/files/postinstall-en.txt @@ -2,7 +2,7 @@ For new installations: 1. Install the webapp using
- webapp-config -I -h <VHOST_HOSTNAME> -d <VHOST_APPDIR> gallery X.Y.Z
+ webapp-config -h <VHOST_HOSTNAME> -d <VHOST_APPDIR> -I gallery X.Y.Z
where either the VHOST_HOSTNAME or VHOST_APPDIR are optional and X.Y.Z
is the version of gallery you just emerged.
diff --git a/www-apps/gallery/files/postupgrade-en.txt b/www-apps/gallery/files/postupgrade-en.txt index 4721021a195a..2d41eb21f0e0 100644 --- a/www-apps/gallery/files/postupgrade-en.txt +++ b/www-apps/gallery/files/postupgrade-en.txt @@ -2,7 +2,7 @@ To upgreade: 1. Upgrade the webapp using - webapp-config -U -h <VHOST_HOSTNAME> -d <VHOST_APPDIR> gallery X.Y.Z + webapp-config -h <VHOST_HOSTNAME> -d <VHOST_APPDIR> -U gallery X.Y.Z 2. Direct your browser to |