Installing/Uninstalling NST Scripts On Your Systems

Some of the NST scripts are useful on systems in addition to a NST probe. To install these generic scripts on your non-NST probe, you will need to:

The following give one a idea of what this looks like:


[root@localhost nst]# ./configure


  ... Lots of output indicating success or failure ...

[root@localhost nst]# make scripts-install

  ... Lots of output resembling ...
Installing script: nstsetproxy
make[1]: Entering directory `/opt/nst/fc2/src/scripts/nstsetproxy'
/usr/bin/install -o root -m 755 -p -D ./nstsetproxy /usr/local/bin/nstsetproxy
/usr/bin/install -o root -m 644 -p -D ./nstsetproxy.man.html /usr/local/share/doc/nstsetproxy/nstsetproxy.man.html
make[1]: Leaving directory `/opt/nst/fc2/src/scripts/nstsetproxy'

Note

If you decide you would like to remove the installed scripts, you can run make scripts-uninstall.