G. Pape
socklog

socklog - installation


Since version 0.3.0, socklog installs into /package.

Check that you have the recent version of runit installed.

Download socklog-1.1.0.tar.gz into /package and unpack the archive

  # cd /package
  # gunzip socklog-1.1.0.tar
  # tar -xpf socklog-1.1.0.tar
  # rm socklog-1.1.0.tar
  # cd admin/socklog-1.1.0
On solaris read using socklog on solaris before proceeding.

Compile and install the socklog programs

  # package/install
If you want to make the man pages available in the /usr/local/man/ hierarchy, do:
  # package/install-man
If you don't have the daemontools package installed, you need to make the setuidgid program available:
  # install -m0755 /package/admin/runit/compile/setuidgid /usr/local/bin/
To report success:
  # mail pape-socklog-1.1.0@smarden.org <compile/sysdeps
Refer to Configuration for configuring and setting up socklog services.
Gerrit Pape <pape@smarden.org>
$Id: install.html,v 1.34 2003/06/19 14:08:36 pape Exp $