diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2010-03-25 13:25:48 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2010-03-25 13:25:48 +0000 |
commit | 34281ff6935b26ec8ca5ee367257d467e741aa7c (patch) | |
tree | 2e6886f6504a1d359a5f90707a80556fa2f471a2 /japanese/bugzilla/pkg-message | |
parent | 4217ba397ab63737d1b6dee2131711f7b2e1a278 (diff) | |
download | ports-34281ff6935b26ec8ca5ee367257d467e741aa7c.tar.gz ports-34281ff6935b26ec8ca5ee367257d467e741aa7c.zip |
- Update to 3.4.6 [1]
- Remove ja-bugzilla-2.* from CONFLICT entries of devel/bugzilla,
devel/bugzilla2 and russian/bugzilla-ru [2]
- Change MAINTAINER address from tota@rtfm.jp to tota@FreeBSD.org
[1] This port has been updated from the bugzilla Japanized patch to
bugzilla Japanese language pack installation, both of which are
maintained differently.
* Japanized patch is not actively maintained anymore.
* More sophisticated language pack framework has been introduced since
Bugzilla 3.0.
[2] This port no longer conflicts with those ports due to the new language
pack framework.
Approved by: maho (mentor)
Notes
Notes:
svn path=/head/; revision=251490
Diffstat (limited to 'japanese/bugzilla/pkg-message')
-rw-r--r-- | japanese/bugzilla/pkg-message | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/japanese/bugzilla/pkg-message b/japanese/bugzilla/pkg-message index 0474ba8f11ec..39c27a506ec7 100644 --- a/japanese/bugzilla/pkg-message +++ b/japanese/bugzilla/pkg-message @@ -1,23 +1,5 @@ ========================================================================== - Bugzilla has now been installed. To quick setup you have to: + Japanese localization for Bugzilla has now been installed. - 1. Create database user who has rights on bugs database manipulation - by following mysql commands: - - GRANT SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE,DROP,REFERENCES,\ - LOCK TABLES ON <database>.* TO <dbuser>@<host> \ - IDENTIFIED BY '<password>'; - FLUSH PRIVILEGES; - - where <database> is a bugs database name; <dbuser> is a bugs database - owner; <host> is a host there bugzilla is being setup; - <password> is a database owner's password; - - 2. Change working directory to %%PREFIX%%/%%BUGZILLADIR%% - 3. Run "./checksetup.pl" script as root user - 4. Read output carefully and follow all instructions - - For more complete database setup and post-installation instructions - and security tips/notes please read Bugzilla Guide in - %%PORTDOCS%%%%DOCSDIR%% (chapter 4: Installation) + Please run "checksetup.pl" to re-generate templates. ========================================================================== |