aboutsummaryrefslogtreecommitdiff
path: root/japanese/bugzilla3/pkg-message
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-11-19 10:43:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-11-19 10:43:57 +0000
commitf982be45e81588a27383cd1a3eb12789b8498904 (patch)
tree07be283d015b2c39f95e655cb7328ff355bc47fa /japanese/bugzilla3/pkg-message
parent856c5bf9f133ae5d553d972d5a940586d3f56048 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_4_0'.release/6.4.0
Notes
Notes: svn path=/head/; revision=223035 svn path=/tags/RELEASE_6_4_0/; revision=223036; tag=release/6.4.0
Diffstat (limited to 'japanese/bugzilla3/pkg-message')
-rw-r--r--japanese/bugzilla3/pkg-message23
1 files changed, 0 insertions, 23 deletions
diff --git a/japanese/bugzilla3/pkg-message b/japanese/bugzilla3/pkg-message
deleted file mode 100644
index 0474ba8f11ec..000000000000
--- a/japanese/bugzilla3/pkg-message
+++ /dev/null
@@ -1,23 +0,0 @@
-==========================================================================
- Bugzilla has now been installed. To quick setup you have to:
-
- 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)
-==========================================================================