]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/amd/amd/sun2amd.8
Copy googletest 1.8.1 from ^/vendor/google/googletest/1.8.1 to .../contrib/googletest
[FreeBSD/FreeBSD.git] / contrib / amd / amd / sun2amd.8
1 .\"
2 .\" Copyright (c) 1997-2014 Erez Zadok
3 .\" Copyright (c) 2005 Daniel P. Ottavio
4 .\" Copyright (c) 1990 Jan-Simon Pendry
5 .\" Copyright (c) 1990 Imperial College of Science, Technology & Medicine
6 .\" Copyright (c) 1990 The Regents of the University of California.
7 .\" All rights reserved.
8 .\"
9 .\" This code is derived from software contributed to Berkeley by
10 .\" Jan-Simon Pendry at Imperial College, London.
11 .\"
12 .\" Redistribution and use in source and binary forms, with or without
13 .\" modification, are permitted provided that the following conditions
14 .\" are met:
15 .\" 1. Redistributions of source code must retain the above copyright
16 .\"    notice, this list of conditions and the following disclaimer.
17 .\" 2. Redistributions in binary form must reproduce the above copyright
18 .\"    notice, this list of conditions and the following disclaimer in the
19 .\"    documentation and/or other materials provided with the distribution.
20 .\" 3. Neither the name of the University nor the names of its contributors
21 .\"    may be used to endorse or promote products derived from this software
22 .\"    without specific prior written permission.
23 .\"
24 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
25 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
27 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
28 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
29 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 .\" SUCH DAMAGE.
35 .\"
36 .\"
37 .\" File: am-utils/amd/sun2amd.8
38 .\"
39 .TH SUN2AMD 8L "14 August 2005"
40
41 .SH NAME
42 sun2amd \- converts Sun automount maps to Amd maps
43
44 .SH SYNOPSIS
45 .B sun2amd
46 [-hH] [-i infile] [-o outfile]
47
48 .SH DESCRIPTION
49 .B sun2amd
50 is used to convert Sun style automount maps to Amd style automount
51 maps.  By default
52 .B sun2amd
53 reads from stdin and writes to stdout.
54
55 .SH OPTIONS
56 .TP
57 .B -h
58 Help
59 .TP
60 .B -i
61 Read Sun map information from specified file.
62 .TP
63 .B -o
64 Write Amd map information to specified file.
65
66 .SH EXAMPLE
67 To convert a Sun automount file called auto_foo to an Amd file called
68 auto.amd type:
69
70 .B sun2amd
71 -i auto_foo -o auto.amd
72
73 .SH BUGS
74 * Can not convert master maps yet.
75
76 * NFS is the only automount type currently supported.
77
78 total_bug_count = number_found + 1;
79
80 .SH "SEE ALSO"
81 .BR automount(8),
82 .BR amd(8)
83
84 .I "Linux NFS and Automounter Administration"
85 by Erez Zadok, ISBN 0-7821-2739-8, (Sybex, 2001).
86 .LP
87 .I http://www.am-utils.org
88 .LP
89
90 .SH AUTHOR
91 Daniel P. Ottavio
92 .I <dottavio@ic.sunysb.edu>