summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorrillig <rillig>2005-09-28 14:15:48 +0000
committerrillig <rillig>2005-09-28 14:15:48 +0000
commitce8288f8949e4c4a157779a00e4a2eb8f5a257a4 (patch)
treee6fd2f73c40d2704f0228b452a04bf850f52cacb /databases
parent6c90f52e644dddda6af4f2dabee0da9d8403e5da (diff)
downloadpkgsrc-ce8288f8949e4c4a157779a00e4a2eb8f5a257a4.tar.gz
Removed trailing white-space.
Diffstat (limited to 'databases')
-rw-r--r--databases/acid/MESSAGE10
-rw-r--r--databases/mysql-server/MESSAGE6
-rw-r--r--databases/phpmyadmin/MESSAGE6
3 files changed, 11 insertions, 11 deletions
diff --git a/databases/acid/MESSAGE b/databases/acid/MESSAGE
index 6da5a0af512..9184286b85b 100644
--- a/databases/acid/MESSAGE
+++ b/databases/acid/MESSAGE
@@ -1,9 +1,9 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2004/04/20 09:50:54 xtraeme Exp $
+$NetBSD: MESSAGE,v 1.2 2005/09/28 14:15:48 rillig Exp $
You will need to make ACID accessible through your HTTP server.
If you are running Apache and ap-php, then you may copy:
-
+
${EXDIR}/acid.conf
to ${PKG_SYSCONFDIR}/httpd and add the following line to httpd.conf:
@@ -11,11 +11,11 @@ to ${PKG_SYSCONFDIR}/httpd and add the following line to httpd.conf:
Include ${PKG_SYSCONFDIR}/httpd/acid.conf
to make ACID accessible through:
-
+
http://www.domain.com/acid/
-You will need to customise ${ACID_DIR}/acid_conf.php before
-ACID will work. This includes setting up database access.
+You will need to customise ${ACID_DIR}/acid_conf.php before
+ACID will work. This includes setting up database access.
For detailed instructions see:
http://www.andrew.cmu.edu/~rdanyliw/snort/acid_config.html
diff --git a/databases/mysql-server/MESSAGE b/databases/mysql-server/MESSAGE
index ce555a8131b..50ef151f2dd 100644
--- a/databases/mysql-server/MESSAGE
+++ b/databases/mysql-server/MESSAGE
@@ -1,17 +1,17 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.10 2004/11/18 08:22:27 jklos Exp $
+$NetBSD: MESSAGE,v 1.11 2005/09/28 14:15:49 rillig Exp $
The MySQL directory `${MYSQL_DATADIR}' should be owned by the user
`${MYSQL_USER}' and group `${MYSQL_GROUP}'. This can be done with:
chown -R ${MYSQL_USER}:${MYSQL_GROUP} ${MYSQL_DATADIR}
-If this is a new installation, you will likely want to set up the
+If this is a new installation, you will likely want to set up the
initial database tables by using the following command:
${PREFIX}/bin/mysql_install_db --user=${MYSQL_USER}
-After the tables are set up and the MySQL server is running,
+After the tables are set up and the MySQL server is running,
please remember to set a password for the MySQL root user!
This is done by running both:
diff --git a/databases/phpmyadmin/MESSAGE b/databases/phpmyadmin/MESSAGE
index 7ab58668be4..ec60a6eb9af 100644
--- a/databases/phpmyadmin/MESSAGE
+++ b/databases/phpmyadmin/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.8 2004/12/16 19:50:48 jdolecek Exp $
+$NetBSD: MESSAGE,v 1.9 2005/09/28 14:15:49 rillig Exp $
Do *not* edit "${PMDIR}/config.inc.php" to customize
this package because it is a link which will removed during upgrades.
@@ -8,11 +8,11 @@ The actual configuration file is "${PMCONFFILE}".
You will need to make phpMyAdmin accessible through your HTTP server.
If you are running Apache and ap-php, then you can add the following line
to httpd.conf:
-
+
Include ${EXDIR}/apache.conf
to make phpMyAdmin accessible through:
-
+
http://www.domain.com/phpmyadmin/
If you use "cookie" authentication method, installing security/php-mcrypt