summaryrefslogtreecommitdiff
path: root/misc/open2300-mysql
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-09-28 14:15:48 +0000
committerrillig <rillig@pkgsrc.org>2005-09-28 14:15:48 +0000
commit9984e0604a93cd3c3942a51b0167b8a7fe50ef86 (patch)
treee6fd2f73c40d2704f0228b452a04bf850f52cacb /misc/open2300-mysql
parentef92691af74462f8bb3943b3f2a04d9636bbd4b4 (diff)
downloadpkgsrc-9984e0604a93cd3c3942a51b0167b8a7fe50ef86.tar.gz
Removed trailing white-space.
Diffstat (limited to 'misc/open2300-mysql')
-rw-r--r--misc/open2300-mysql/MESSAGE8
1 files changed, 4 insertions, 4 deletions
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.