G. Pape
ipsvd

ipsvd - installation


ipsvd installs into /package. If you don't have a /package directory, create it now:
 # mkdir -p /package
 # chmod 1755 /package
Download ipsvd-1.1.0.tar.gz into /package (sha256sum) and unpack the archive
 # cd /package
 # gunzip ipsvd-1.1.0.tar
 # tar -xpf ipsvd-1.1.0.tar
 # rm ipsvd-1.1.0.tar
 # cd net/ipsvd-1.1.0
Now compile and install the ipsvd programs
 # package/install
If you want to make the man pages available in the /usr/local/man/ hierarchy, do
 # package/install-man
To report success:
 # mail pape-ipsvd-1.1.0@xxiv.smarden.org <compile/sysdeps
If you use ipsvd regularly, please contribute to the project.

Refer to the examples to learn how to set up services with ipsvd.


Gerrit Pape <pape@smarden.org>