Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jariq committed Sep 20, 2008
1 parent f650968 commit d917a58
Show file tree
Hide file tree
Showing 49 changed files with 7,052 additions and 0 deletions.
66 changes: 66 additions & 0 deletions releases/1.1.1/INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
IPwatchD requirements
---------------------

IPwatchD can be built as a pure daemon (useful for servers without
X Window System) or with desktop notification support.

To build IPwatchD from source code you will need gcc, libpcap
and libnet1 installed in your system. For desktop notification
support you will also need libnotify.

On Ubuntu 8.04 it should be sufficient to install following packages:

- build-essential - C compiler and other development tools
- libpcap-dev - Network packet capture library
- libnet1-dev - Network packet construction library
- libnotify-dev - Desktop notification library


Building IPwatchD as a pure daemon
----------------------------------

Download IPwatchD source from sourceforge project page.

Extract code and build it:
$ bunzip2 ipwatchd-x.x.tar.bz2
$ tar -xf ipwatchd-x.x.tar
$ cd ipwatchd-x.x/src
$ make daemon


Building IPwatchD with desktop notification support
---------------------------------------------------

Download IPwatchD source from sourceforge project page.

Extract code and build it:
$ bunzip2 ipwatchd-x.x.tar.bz2
$ tar -xf ipwatchd-x.x.tar
$ cd ipwatchd-x.x/src
$ make


IPwatchD installation and uninstallation
----------------------------------------

You can install IPwatchD as root with command:
# make install

You can uninstall IPwatchD as root with command:
# make uninstall


IPwatchD configuration
----------------------

IPwatchD executable is copied into /usr/local/sbin
and the configuration file is copied into /usr/local/etc.

Edit configuration file /usr/local/etc/ipwatchd.conf with
your favourite editor to suite your needs.

Run IPwatchD as root with command:
# /usr/local/sbin/ipwatchd -c /usr/local/etc/ipwatchd.conf

For more information please read "ipwatchd" manual page.

339 changes: 339 additions & 0 deletions releases/1.1.1/LICENCE

Large diffs are not rendered by default.

Loading

0 comments on commit d917a58

Please sign in to comment.