Home | History | Annotate | Line # | Download | only in man8
MAKEDEV.local.8 revision 1.4
 $NetBSD: MAKEDEV.local.8,v 1.4 2007/03/11 15:54:54 apb Exp $

Copyright (c) 2007 The NetBSD Foundation, Inc.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
must display the following acknowledgement:
This product includes software developed by the NetBSD
Foundation, Inc. and its contributors.
4. Neither the name of The NetBSD Foundation nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

.Dd March 11, 2007 .Dt MAKEDEV.LOCAL 8 .Os .Sh NAME .Nm MAKEDEV.local .Nd create site-specific device special files .Sh SYNOPSIS .Nm .Op Fl fs .Op Fl m Ar mknod ro Pa all | site-specific-argument Brc Op Ar ... .Sh DESCRIPTION .Nm is used to create site-specific device special files. Each argument may be the word

a all or a site-specific argument. By default, there are no valid site-specific arguments, and the

a all argument has no effect; This may be changed by editing the script.

p The script is in

a /dev/MAKEDEV.local and must be called from the

a /dev directory.

p Supported options for .Nm are the same as for .Xr MAKEDEV 8 , as follows: l -tag -width XmXmknodXX t Fl f Force permissions to be updated on existing devices. t Fl m Ar mknod Name of .Xr mknod 8 program. [Usually, $TOOL_MKNOD or mknod.] t Fl s Generate .Xr mtree 8 specfile instead of creating devices. .El .Sh FILES l -tag -width "/dev/MAKEDEV.local" -compact t Pa /dev special device files directory t Pa /dev/MAKEDEV script that invokes .Nm with the

a all argument. t Pa /dev/MAKEDEV.local script described in this man page .El .Sh SEE ALSO .Xr config 1 , .Xr intro 4 , .Xr MAKEDEV 8 , .Xr mknod 8 .Sh HISTORY The .Nm command appeared in x 4.2 . Handling of the same command line options as .Xr MAKEDEV 8 , and the use of .Xr MAKEDEV 8 as a function library, was added in .Nx 5.0 . .Sh BUGS .Xr MAKEDEV 8 Ap s .Fl M and .Fl p options are not supported by .Nm . .Sh NOTES The relationship between .Nm and .Xr MAKEDEV 8 is complex: l -bullet t If .Xr MAKEDEV 8 is invoked with the

a all or

a local argument, then it will invoke .Nm as a child process, with options similar to those that were originally passed to .Xr MAKEDEV 8 , and with the

a all argument. t .Nm uses shell functions defined in .Xr MAKEDEV 8 . This is done by loading .Xr MAKEDEV 8 using the shell .Dq . command, with the .Ev MAKEDEV_AS_LIBRARY variable set (to inform .Xr MAKEDEV 8 that it should behave as a function library, not as an independent program). .El