twitch153 15/07/03 22:57:27
Modified: postupgrade-en.txt postinstall-en.txt
Log:
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)
Revision Changes Path
1.2 www-apps/gallery/files/postupgrade-en.txt
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/files/postupgrade-en.txt?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/files/postupgrade-en.txt?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/files/postupgrade-en.txt?r1=1.1&r2=1.2
Index: postupgrade-en.txt
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/files/postupgrade-en.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- postupgrade-en.txt 14 Mar 2013 02:10:01 -0000 1.1
+++ postupgrade-en.txt 3 Jul 2015 22:57:27 -0000 1.2
@@ -2,7 +2,7 @@
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
1.8 www-apps/gallery/files/postinstall-en.txt
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/files/postinstall-en.txt?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/files/postinstall-en.txt?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/files/postinstall-en.txt?r1=1.7&r2=1.8
Index: postinstall-en.txt
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/files/postinstall-en.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- postinstall-en.txt 25 Mar 2013 13:52:25 -0000 1.7
+++ postinstall-en.txt 3 Jul 2015 22:57:27 -0000 1.8
@@ -2,7 +2,7 @@
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.