Manpage of ntssetup
ntssetup
Section: nfstimesync (1)
Updated: 1.2.0
Index
Return to Main Contents
NAME
ntssetup - a program for set environment needed for "syncronize" nfs server and nfs client times.
SYNTAX
ntssetup [options] <shell>
DESCRIPTION
ntssetup is a program for set permanent environment for libnfstimesync library.
OPTIONS
- -t <file>
-
name of the test file for check nfs server / nfs client time difference (default .nts.tmp)
- -T <directory>
-
path to the test file for check nfs server / nfs client time difference (default ".")
- -l <file>
-
name of the nfstimesync library to be preload (default libnfstimesync.so)
- -L <directory>
-
path to the nfstimesync library to be preload (default /usr/lib)
- -p
-
Don't change LD_PRELOAD environment variable.
May be used if LD_PRELOAD already contains libnfstimesync.so or if this library in the /etc/ld.so.preload.
- <
shell> -
Shell can be 'sh' or 'csh'.
- -v
-
Output version information and exit.
- -h
-
Output help information and exit.
FILES
- /usr/lib/libnfstimesync.so
-
dynamic library to be preloaded.
- $(CURDIR)/.nts.tmp
-
temporary file for test time difference
EXAMPLES
To set a permanent environment for /bin/bash:
eval `ntssetup sh`
Use libnfstimesync.so in the current directory:
PWD=`pwd`
eval `ntssetup -L $PWD sh`
AUTHORS
Valery Reznic <valery_reznic@users.sourceforge.net>
- See <URL:http://nfstimesync.sourceforge.net/>.
-
COPYRIGHT
ntssetup is copyright (©) 2003 by Valery Reznic.
This program is distributed under GNU General Public License
It is provided "as is", without any express or implied
warranties. See the file COPYING for details.
SEE ALSO
nfstimesync(8), nts(1)
Index
- NAME
-
- SYNTAX
-
- DESCRIPTION
-
- OPTIONS
-
- FILES
-
- EXAMPLES
-
- AUTHORS
-
- COPYRIGHT
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 07:53:13 GMT, May 16, 2006