View | Details | Raw Unified | Return to bug 167219 | Differences between
and this patch

Collapse All | Expand All

(-)german/wordpress/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (wordpress_331-de.zip) = 89d0d65d09ea6c374c9a107e82ddd54faa323e6476ca0d8a8b4fe7bcc9a31f2c
1
SHA256 (wordpress_332-de.zip) = 8be1b15de26dcb4af1c68cdbc301e21ed0a88838d649576df6b47a93a46e9558
2
SIZE (wordpress_331-de.zip) = 4678868
2
SIZE (wordpress_332-de.zip) = 4681616
(-)german/wordpress/files/pkg-install.in (+11 lines)
Line 0 Link Here
1
#!/bin/sh
2
case $2 in
3
	PRE-INSTALL)
4
		;;
5
	POST-INSTALL)
6
		%%CHOWN%% -R %%WWWOWN%% %%WWWDIR%%/wp-content
7
		%%FIND%% %%WWWDIR%% -type d -execdir %%CHGRP%% %%WWWGRP%% {} \;
8
		;;
9
	*)
10
	;;
11
esac
(-)german/wordpress/files/pkg-message.in (+6 lines)
Line 0 Link Here
1
                  **** NOTE ****
2
Before the first use of WordPress, copy wp-config-sample.php to wp-config.php
3
in %%WWWDIR%% and modify it to fit your MySQL.
4
Maybe you need 'mysqladmin create wordpress' first.
5
If you are upgrading from 1.x or 2.x to 3.x, please run
6
http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 3.x
(-)german/wordpress/pkg-message (-6 lines)
Lines 1-6 Link Here
1
                  **** NOTE ****
2
Before the first use of WordPress, copy wp-config-sample.php to wp-config.php
3
in ${WWWDIR} and modify it to fit your MySQL.
4
Maybe you need 'mysqladmin create wordpress' first.
5
If you are upgrading from 1.x or 2.x to 3.x, please run
6
http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 3.x

Return to bug 167219