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 | 9984e0604a93cd3c3942a51b0167b8a7fe50ef86 (patch) | |
tree | e6fd2f73c40d2704f0228b452a04bf850f52cacb | |
parent | ef92691af74462f8bb3943b3f2a04d9636bbd4b4 (diff) | |
download | pkgsrc-9984e0604a93cd3c3942a51b0167b8a7fe50ef86.tar.gz |
Removed trailing white-space.
-rw-r--r-- | audio/rip/MESSAGE | 4 | ||||
-rw-r--r-- | databases/acid/MESSAGE | 10 | ||||
-rw-r--r-- | databases/mysql-server/MESSAGE | 6 | ||||
-rw-r--r-- | databases/phpmyadmin/MESSAGE | 6 | ||||
-rw-r--r-- | devel/mantis/MESSAGE | 6 | ||||
-rw-r--r-- | emulators/bochs/MESSAGE | 4 | ||||
-rw-r--r-- | graphics/libwmf/MESSAGE | 4 | ||||
-rw-r--r-- | ham/tfkiss/MESSAGE | 4 | ||||
-rw-r--r-- | ham/tnt/MESSAGE | 4 | ||||
-rw-r--r-- | inputmethod/canna-server/MESSAGE | 4 | ||||
-rw-r--r-- | lang/gcc34-ada/MESSAGE | 4 | ||||
-rw-r--r-- | lang/gcc34/MESSAGE | 8 | ||||
-rw-r--r-- | mail/mimedefang/MESSAGE | 4 | ||||
-rw-r--r-- | misc/open2300-mysql/MESSAGE | 8 | ||||
-rw-r--r-- | net/arla/MESSAGE | 4 | ||||
-rw-r--r-- | net/entropy/MESSAGE | 4 | ||||
-rw-r--r-- | net/ispman/MESSAGE | 4 | ||||
-rw-r--r-- | net/netsaint-base/MESSAGE | 4 | ||||
-rw-r--r-- | parallel/sge/MESSAGE | 6 | ||||
-rw-r--r-- | security/prngd/MESSAGE | 4 | ||||
-rw-r--r-- | sysutils/asapm/MESSAGE | 4 | ||||
-rw-r--r-- | textproc/py-textile/MESSAGE | 4 | ||||
-rw-r--r-- | www/apc-gui/MESSAGE | 6 | ||||
-rw-r--r-- | www/p5-Apache-Gallery/MESSAGE | 4 | ||||
-rw-r--r-- | x11/xfstt/MESSAGE | 4 |
25 files changed, 62 insertions, 62 deletions
diff --git a/audio/rip/MESSAGE b/audio/rip/MESSAGE index 832d3058d9b..8dd9aa87e04 100644 --- a/audio/rip/MESSAGE +++ b/audio/rip/MESSAGE @@ -1,7 +1,7 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2004/10/19 03:13:11 ben Exp $ +$NetBSD: MESSAGE,v 1.2 2005/09/28 14:15:48 rillig Exp $ -To actually use rip, you need to install at least one of the +To actually use rip, you need to install at least one of the following rippers and encoders: Rippers: 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 diff --git a/devel/mantis/MESSAGE b/devel/mantis/MESSAGE index 0d82b3c8989..2a79b3b0819 100644 --- a/devel/mantis/MESSAGE +++ b/devel/mantis/MESSAGE @@ -1,9 +1,9 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2005/09/19 22:33:28 adrianp Exp $ +$NetBSD: MESSAGE,v 1.4 2005/09/28 14:15:49 rillig Exp $ To complete the setup you will need to read the INSTALL guide in order to setup mySQL properly. In particular secion 3 of the document deals -with database setup. +with database setup. The following URL can be used to complete the installation and database setup: @@ -16,7 +16,7 @@ If you are running Apache then you may add the following lines to httpd.conf: Include ${PKG_SYSCONFDIR}/mantis.conf to make Mantis accessible through: - + http://www.domain.com/mantis/index.php diff --git a/emulators/bochs/MESSAGE b/emulators/bochs/MESSAGE index 10547bab661..cd10a8cf47e 100644 --- a/emulators/bochs/MESSAGE +++ b/emulators/bochs/MESSAGE @@ -1,8 +1,8 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.4 2005/02/11 22:28:42 reed Exp $ +$NetBSD: MESSAGE,v 1.5 2005/09/28 14:15:49 rillig Exp $ You need to copy the ${PREFIX}/share/doc/bochs/bochsrc-sample.txt file to your home directory and name it .bochsrc. Then edit it to -your tastes defining the hard drives and floppies as needed. +your tastes defining the hard drives and floppies as needed. =========================================================================== diff --git a/graphics/libwmf/MESSAGE b/graphics/libwmf/MESSAGE index 765f99e9b92..6cf6c2c4926 100644 --- a/graphics/libwmf/MESSAGE +++ b/graphics/libwmf/MESSAGE @@ -1,10 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2004/03/18 15:53:21 xtraeme Exp $ +$NetBSD: MESSAGE,v 1.3 2005/09/28 14:15:49 rillig Exp $ For getting the most out of libwmf, consider installing TrueType fonts, such as the fonts/ms-ttf, fonts/vera-ttf, and fonts/dbz-ttf packages. - + And if using an older X11 system (like XFree86 before version 4), consider installing a TrueType font server for X11, such as the x11/xfstt package. diff --git a/ham/tfkiss/MESSAGE b/ham/tfkiss/MESSAGE index cf6e2510078..3cab3a2c9d5 100644 --- a/ham/tfkiss/MESSAGE +++ b/ham/tfkiss/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2002/09/24 12:30:06 wiz Exp $ +$NetBSD: MESSAGE,v 1.3 2005/09/28 14:15:49 rillig Exp $ The installation of tfkiss is now completed. Please read the documentation provided with this package carefully and @@ -8,7 +8,7 @@ edit all configuration files to reflect your system setup! IMPORTANT NOTE: =============== - + Make a backup of all your configuration and log files as they will be overwritten or deleted during the installation or de-installation of tfkiss!!! diff --git a/ham/tnt/MESSAGE b/ham/tnt/MESSAGE index 988e5ca7152..e324fb4e8e9 100644 --- a/ham/tnt/MESSAGE +++ b/ham/tnt/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2002/09/24 12:30:06 wiz Exp $ +$NetBSD: MESSAGE,v 1.3 2005/09/28 14:15:49 rillig Exp $ The installation of tnt is now completed. Please read the documentation provided with this package carefully and @@ -7,7 +7,7 @@ edit all configuration files to reflect your system setup! IMPORTANT NOTE: =============== - + Make a backup of all your configuration and log files as they will be overwritten or deleted during any future installation or de-installation of tnt! diff --git a/inputmethod/canna-server/MESSAGE b/inputmethod/canna-server/MESSAGE index f601235abed..03c198fa6eb 100644 --- a/inputmethod/canna-server/MESSAGE +++ b/inputmethod/canna-server/MESSAGE @@ -1,7 +1,7 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2004/10/11 22:14:52 reed Exp $ +$NetBSD: MESSAGE,v 1.4 2005/09/28 14:15:49 rillig Exp $ -If you want Canna server to boot automatically, +If you want Canna server to boot automatically, 1) Copy ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/canna to /etc/rc.d/. 2) Add the following line to /etc/rc.conf. diff --git a/lang/gcc34-ada/MESSAGE b/lang/gcc34-ada/MESSAGE index 3cf996887e5..086911190e7 100644 --- a/lang/gcc34-ada/MESSAGE +++ b/lang/gcc34-ada/MESSAGE @@ -1,7 +1,7 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2004/06/29 18:00:17 shannonjr Exp $ +$NetBSD: MESSAGE,v 1.2 2005/09/28 14:15:49 rillig Exp $ -A wrapper, "ada", has been placed in ${LOCALBASE}/bin to setup the +A wrapper, "ada", has been placed in ${LOCALBASE}/bin to setup the environment and call the tools in this package. So, to make a program with a main program file "main.adb" you would type: diff --git a/lang/gcc34/MESSAGE b/lang/gcc34/MESSAGE index aefb4f82028..e351bd368a4 100644 --- a/lang/gcc34/MESSAGE +++ b/lang/gcc34/MESSAGE @@ -1,15 +1,15 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2004/06/29 18:01:24 shannonjr Exp $ +$NetBSD: MESSAGE,v 1.2 2005/09/28 14:15:49 rillig Exp $ ${PKGNAME} has been installed in ${LOCALBASE}/gcc34 To use this compiler in pkgsrc: 1) In your "pre-configure" target: - + .include "../../lang/gcc34/preconfigure.mk" - - 2) .include "../../lang/gcc34/buildlink3.mk" + + 2) .include "../../lang/gcc34/buildlink3.mk" The "preconfigure.mk" makefile fragment will override the compiler tools selected by ../../mk/compiler.mk to use gcc version 3.4.x. diff --git a/mail/mimedefang/MESSAGE b/mail/mimedefang/MESSAGE index 5c249701c2b..b331cd1ca54 100644 --- a/mail/mimedefang/MESSAGE +++ b/mail/mimedefang/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2005/06/05 22:31:34 markd Exp $ +$NetBSD: MESSAGE,v 1.3 2005/09/28 14:15:49 rillig Exp $ From version 2.52 mimedefang.pl doesn't detect and load Perl modules until the detect_and_load_perl_modules() function is called. @@ -8,7 +8,7 @@ you can rely on the %Features hash being set correctly, and before you can rely on SpamAssassin being loaded!!! In version 2.44 the location of the sa-mimedefang.cf file moved from -${PKG_SYSCONFDIR}/spamassassin/sa-mimedefang.cf to +${PKG_SYSCONFDIR}/spamassassin/sa-mimedefang.cf to ${PKG_SYSCONFDIR}/sa-mimedefang.cf From version 2.43 filter_relay no longer has access to the HELO argument, diff --git a/misc/open2300-mysql/MESSAGE b/misc/open2300-mysql/MESSAGE index d89861e1e92..6d5deaacaa7 100644 --- a/misc/open2300-mysql/MESSAGE +++ b/misc/open2300-mysql/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2004/11/11 19:41:46 martin Exp $ +$NetBSD: MESSAGE,v 1.4 2005/09/28 14:15:49 rillig Exp $ Before you can use this program, you need to configure the MySQL connection in the open2300.conf file. The mysql user used by the @@ -54,10 +54,10 @@ versions) works as well: `tendency` enum('Steady','Rising','Falling') NOT NULL default 'Steady', `forecast` enum('Rainy','Cloudy','Sunny') NOT NULL default 'Rainy', PRIMARY KEY (`timestamp`) - ) - ENGINE=MyISAM DEFAULT CHARSET=latin1 + ) + ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Weather as reported by WS 2300'; - + The program will not output anything, unless errors occur. This makes it easy to use it in cron jobs. diff --git a/net/arla/MESSAGE b/net/arla/MESSAGE index 689dea88b69..3c28923dd22 100644 --- a/net/arla/MESSAGE +++ b/net/arla/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.5 2005/03/15 15:58:52 wennmach Exp $ +$NetBSD: MESSAGE,v 1.6 2005/09/28 14:15:49 rillig Exp $ Arla now has been installed on your system. @@ -34,5 +34,5 @@ to /etc/lkm.conf. You also have to enable loading of lkms in /etc/rc.conf NOTE: Please note that the name of the arla device changed from "xfs" to "nnpfs". If you're upgrading arla from an older version, you - need to adjust /etc/fstab, /etc/lkm.conf, and /etc/rc.d/arlad. + need to adjust /etc/fstab, /etc/lkm.conf, and /etc/rc.d/arlad. =========================================================================== diff --git a/net/entropy/MESSAGE b/net/entropy/MESSAGE index 4e04bdcb39e..dd790909119 100644 --- a/net/entropy/MESSAGE +++ b/net/entropy/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2004/03/29 18:40:43 tv Exp $ +$NetBSD: MESSAGE,v 1.2 2005/09/28 14:15:49 rillig Exp $ NOTE: Entropy is currently a project under rapid development. Sometimes the network protocol changes, requiring an upgrade. Please keep watch on @@ -10,7 +10,7 @@ You will need to copy the contents of ${PREFIX}/share/examples/entropy to a new, writable directory, and edit "entropy.conf". Once done, you -may run "entropy" to start the daemon, or "entropy -k" to stop it. +may run "entropy" to start the daemon, or "entropy -k" to stop it. The option "-v" may be added for verbose start/stop messages. =========================================================================== diff --git a/net/ispman/MESSAGE b/net/ispman/MESSAGE index 6354c4fc08e..17b7994705b 100644 --- a/net/ispman/MESSAGE +++ b/net/ispman/MESSAGE @@ -1,12 +1,12 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2003/05/06 17:42:10 jmmv Exp $ +$NetBSD: MESSAGE,v 1.4 2005/09/28 14:15:49 rillig Exp $ ISPMan has now been installed on your system. Before using this package, copy the default configuration from '${PREFIX}/share/examples/ispman/ispman.conf.default' to '${PREFIX}/etc/ispman/ispman.conf' (and edit it accordingly). - + You also need to create the appropriate template files in '${PREFIX}/etc/ispman/templates' (or copy them from the corresponding .default files that can be found in diff --git a/net/netsaint-base/MESSAGE b/net/netsaint-base/MESSAGE index fa9678f5d2c..edaaef993dc 100644 --- a/net/netsaint-base/MESSAGE +++ b/net/netsaint-base/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.5 2003/05/06 17:42:13 jmmv Exp $ +$NetBSD: MESSAGE,v 1.6 2005/09/28 14:15:49 rillig Exp $ Before using the netsaint-base package for the first time, you need to set up the configuration files. These can be copied from @@ -7,7 +7,7 @@ ${PREFIX}/share/examples/netsaint to ${PKG_SYSCONFDIR} and then edited accordingly. The documentation is installed in ${PREFIX}/share/netsaint/docs. - + Please note that without additional "plug-in" testing programs this package will not do anything very useful. It is therefore recommended you install the 'netsaint-plugins' package as well, and perhaps the diff --git a/parallel/sge/MESSAGE b/parallel/sge/MESSAGE index e6412400382..57a5512fd95 100644 --- a/parallel/sge/MESSAGE +++ b/parallel/sge/MESSAGE @@ -1,11 +1,11 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2004/05/03 00:38:34 dmcmahill Exp $ +$NetBSD: MESSAGE,v 1.2 2005/09/28 14:15:49 rillig Exp $ You will need to add the following line to /etc/services: -sge_commd 535/tcp # Sun Grid Engine +sge_commd 535/tcp # Sun Grid Engine -In addition after installation, you need to set up SGE. To configure the +In addition after installation, you need to set up SGE. To configure the master node of the cluster, run: cd ${SGE_ROOT} && ./install_qmaster -csp diff --git a/security/prngd/MESSAGE b/security/prngd/MESSAGE index c1c84b6374b..6d32369b124 100644 --- a/security/prngd/MESSAGE +++ b/security/prngd/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2004/07/15 23:10:35 recht Exp $ +$NetBSD: MESSAGE,v 1.2 2005/09/28 14:15:49 rillig Exp $ - Edit the PRNGD configuration file ${PKG_SYSCONFDIR}/prngd.conf (see ${PREFIX}/share/doc/prngd). An example conf file was installed in @@ -21,7 +21,7 @@ echo '' echo 'Starting PRNGD.' if [ -f /usr/pkg/bin/prngd ]; then /usr/pkg/bin/prngd /var/run/egd-pool -fi +fi - Browse the manual, docs, and the PRNGD home page for more information. diff --git a/sysutils/asapm/MESSAGE b/sysutils/asapm/MESSAGE index 1863115b7c5..2b6367aed98 100644 --- a/sysutils/asapm/MESSAGE +++ b/sysutils/asapm/MESSAGE @@ -1,11 +1,11 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2004/06/30 14:22:49 kivinen Exp $ +$NetBSD: MESSAGE,v 1.3 2005/09/28 14:15:49 rillig Exp $ This package requires that the APM driver be enabled in your kernel. See apm(4) for details. This package has also special NetBSD modifications to work also with the sysmon interface, which allows it also work with the ACPI driver if -installed in the kernel. +installed in the kernel. =========================================================================== diff --git a/textproc/py-textile/MESSAGE b/textproc/py-textile/MESSAGE index 007501d00b1..32291ad631e 100644 --- a/textproc/py-textile/MESSAGE +++ b/textproc/py-textile/MESSAGE @@ -1,8 +1,8 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2004/03/28 23:22:43 minskim Exp $ +$NetBSD: MESSAGE,v 1.2 2005/09/28 14:15:49 rillig Exp $ If you have Twisted installed, Textile can automatically colorize your -Python code if you specify its language as Python. +Python code if you specify its language as Python. Twisted package is available at: diff --git a/www/apc-gui/MESSAGE b/www/apc-gui/MESSAGE index 6a8bfca938f..fec0162f262 100644 --- a/www/apc-gui/MESSAGE +++ b/www/apc-gui/MESSAGE @@ -1,9 +1,9 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2002/09/24 12:30:46 wiz Exp $ +$NetBSD: MESSAGE,v 1.4 2005/09/28 14:15:49 rillig Exp $ You will need to make APC GUI accessible through your HTTP server. If you are running Apache and ap-php, then you may either symlink - + ${APC_GUI_DIR} into DocumentRoot, or add the following line to httpd.conf: @@ -11,7 +11,7 @@ into DocumentRoot, or add the following line to httpd.conf: Include ${PKG_SYSCONFDIR}/apc_gui.conf to make the APC web interface accessible through: - + http://www.domain.com/apc_gui/ You will need to protect your APC GUI directory with an authentication diff --git a/www/p5-Apache-Gallery/MESSAGE b/www/p5-Apache-Gallery/MESSAGE index 01b014b0657..17cbc36a0cd 100644 --- a/www/p5-Apache-Gallery/MESSAGE +++ b/www/p5-Apache-Gallery/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2005/01/23 18:26:39 kim Exp $ +$NetBSD: MESSAGE,v 1.3 2005/09/28 14:15:50 rillig Exp $ The default Apache::Gallery templates have been installed in @@ -8,7 +8,7 @@ The default Apache::Gallery templates have been installed in The templates refer to icons and stylesheets, that need to be accessible through your HTTP server. If you are running Apache, then you may either symlink - + ln -s ${AG_SHAREDIR}/htdocs ${AG} in DocumentRoot, or add the following line to httpd.conf: diff --git a/x11/xfstt/MESSAGE b/x11/xfstt/MESSAGE index f1ae6031c57..76320df3934 100644 --- a/x11/xfstt/MESSAGE +++ b/x11/xfstt/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.6 2004/10/11 22:14:51 reed Exp $ +$NetBSD: MESSAGE,v 1.7 2005/09/28 14:15:50 rillig Exp $ To use xfstt, you will need to perform the following steps: @@ -22,7 +22,7 @@ To use xfstt, you will need to perform the following steps: 4. Tell your X11 server about the new font service xset fp+ unix/:7101 - + or add the new fontpath directly to the X11 config file, e.g. Section "Files", in XFree86 configuration file |