ipsvd by default installs into the /package hierarchy. To install as non-root user and without the /package directory, make the programs and documentation available manually.
Install into /package
Install programs and documentation manually
If you don't have a /package directory, create it
now:
mkdir -p /package
chmod 1755 /package
Download ipsvd-1.1.1.tar.gz into
/package (sha256sum) and unpack
the archive
cd /package
gunzip ipsvd-1.1.1.tar
tar -xpf ipsvd-1.1.1.tar
rm ipsvd-1.1.1.tar
cd net/ipsvd-1.1.1
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.1@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.
Download ipsvd-1.1.1.tar.gz into the current directory (sha256sum) and unpack the archive
gunzip ipsvd-1.1.1.tar
tar -xpf ipsvd-1.1.1.tar
cd net/ipsvd-1.1.1
Compile and check the ipsvd programs
package/compile
package/check
The ipsvd programs are available in the
command/ directory. You probably want to install them into
/bin. As non-root user you probably want to install them
into $HOME/bin.
The documentation is available in the doc/ directory,
and the man pages in the man/ directory.
To report success:
mail pape-ipsvd-1.1.1@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.