diff --git a/NEW_FEATURES.txt b/NEW_FEATURES.txt index 7976d472..c74fa209 100644 --- a/NEW_FEATURES.txt +++ b/NEW_FEATURES.txt @@ -6,6 +6,9 @@ generated records. Put the stats types in a metafile, rather than using the list of tables. +Specify "max time gap" for the graphs. For gaps bigger than this, there would be +no connecting plot line. + Add ordinate wind descriptions "N, NE, E,", etc. Same with barometer trends. diff --git a/docs/README.txt b/docs/README.txt index b80d0126..25370d0a 100644 --- a/docs/README.txt +++ b/docs/README.txt @@ -9,6 +9,8 @@ For complete documentation, see http://www.weewx.com/docs config_vp.py now returns the console version number if available (older consoles do not offer this). +Now includes a Redhat init.d script, contributed by Mark Jenks. Thanks, Mark!! + 2.0.2 11/23/12 diff --git a/docs/usersguide.htm b/docs/usersguide.htm index 33df7342..ab8c77f8 100644 --- a/docs/usersguide.htm +++ b/docs/usersguide.htm @@ -1032,6 +1032,10 @@ mysql> GRANT select, update, create, delete, insert ON stats.* TO weewx@local Debian/Ubuntu: $WEEWX_ROOT/start_script/Debian/weewx + + Redhat + $WEEWX_ROOT/start_script/Redhat/weewx +

Check the chosen script to make sure the variable WEEWX_ROOT inside has been set to the proper root directory for your @@ -1047,6 +1051,10 @@ mysql> GRANT select, update, create, delete, insert ON stats.* TO weewx@local Debian/Ubuntu: cp $WEEWX_ROOT/start_script/Debian/weewx /etc/init.d + + Redhat: + cp $WEEWX_ROOT/start_script/Redhat/weewx /etc/init.d +

Make sure the script is executable:

@@ -1058,6 +1066,10 @@ mysql> GRANT select, update, create, delete, insert ON stats.* TO weewx@local + + + +
Debian/Ubuntu: chmod +x /etc/init.d/weewx
Redhat:chmod +x /etc/init.d/weewx

Create symbolic links in the run level directories:

@@ -1069,6 +1081,10 @@ mysql> GRANT select, update, create, delete, insert ON stats.* TO weewx@local + + + +
Debian/Ubuntu: update-rc.d weewx defaults 98
Redhatchkconfig weewx on

Weewx will now start automatically whenever your system is booted. You can also manually start, stop, and restart the