Installing Vacation Local
=========================

1) Start with untaring the file into the plugins directory.
   Here is a example for the 1.0 version of the Vacation 
   Local plugin.

  $ cd plugins
  $ tar -zxvf vacation_local-1.0-1.4.tar.gz

2) Then go to the vacation_binary directory and edit the 
   config.mk file.

  $ cd vacation_local/vacation_binary
  $ vi config.mk

3) Build the file using make:

  $ make

4) If it compiles properly, install it:

  $ make install

5) Go back to the main vacation_local directory and copy config.php.sample
   to config.php, edit it and change any settings as desired.

  $ cd ..
  $ cp config.php.sample config.php
  $ vi config.php

6) Then go to your config directory and run conf.pl.  Choose
   option 8 and move the plugin from the "Available Plugins"
   category to the "Installed Plugins" category.  Save and exit.

  $ cd ../../config/
  $ ./conf.pl



Upgrading Vacation Local
========================

1) Start with untaring the file into the plugins directory.
   Here is a example for the 1.0 version of the Vacation 
   Local plugin.

  $ cd plugins
  $ tar -zxvf vacation_local-1.0-1.4.tar.gz

2) Change into the vacation_local directory, check your config.php
   file against the new version, to see if there are any new
   settings that you must add to your config.php file.

  $ diff -Nau config.php config.php.sample

   Or simply replace your config.php file with the provided sample
   and reconfigure the plugin from scratch (see step 5 under the
   installation procedure above).

