diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 14:15:48 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 14:15:48 +0000 |
commit | 2a7d75f9ce1ebe9b6a0f04983814522db485dc2e (patch) | |
tree | e6fd2f73c40d2704f0228b452a04bf850f52cacb /databases | |
parent | 99e4751e1fe2d4bc2e51b0e8f9435a1ca41ee511 (diff) | |
download | pkgsrc-2a7d75f9ce1ebe9b6a0f04983814522db485dc2e.tar.gz |
Removed trailing white-space.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/acid/MESSAGE | 10 | ||||
-rw-r--r-- | databases/mysql-server/MESSAGE | 6 | ||||
-rw-r--r-- | databases/phpmyadmin/MESSAGE | 6 |
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 |