Converts sun automount maps to amd maps
sun2amd [-hH] [-i infile] [-o outfile]
sun2amd is used to convert Sun style automount maps to Amd style automount maps. By default sun2amd reads from stdin and writes to stdout.
-h
Help
-i
Read Sun map information from specified file.
-o
Write Amd map information to specified file.
To convert a Sun automount file called auto_foo to an Amd file called auto.amd type:
sun2amd -i auto_foo -o auto.amd
* Can not convert master maps yet.
* NFS is the only automount type currently supported.
total_bug_count = number_found + 1;
Linux NFS and Automounter Administration by Erez Zadok, ISBN 0-7821-2739-8, (Sybex, 2001).
http://www.am-utils.org
Daniel P. Ottavio <[email protected]>