xref: /openbsd/sbin/newfs/pathnames.h (revision 893695ce)
1*893695ceSjsg /*	$OpenBSD: pathnames.h,v 1.3 2023/01/04 13:00:11 jsg Exp $	*/
2212ed4daSderaadt /*	$NetBSD: pathnames.h,v 1.1 1996/09/11 20:27:15 christos Exp $	*/
3212ed4daSderaadt 
4212ed4daSderaadt /*
5212ed4daSderaadt  * Copyright (c) 1996 Christos Zoulas.  All rights reserved.
6212ed4daSderaadt  *
7212ed4daSderaadt  * Redistribution and use in source and binary forms, with or without
8212ed4daSderaadt  * modification, are permitted provided that the following conditions
9212ed4daSderaadt  * are met:
10212ed4daSderaadt  * 1. Redistributions of source code must retain the above copyright
11212ed4daSderaadt  *    notice, this list of conditions and the following disclaimer.
12212ed4daSderaadt  * 2. Redistributions in binary form must reproduce the above copyright
13212ed4daSderaadt  *    notice, this list of conditions and the following disclaimer in the
14212ed4daSderaadt  *    documentation and/or other materials provided with the distribution.
15212ed4daSderaadt  *
16212ed4daSderaadt  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17212ed4daSderaadt  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18212ed4daSderaadt  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19212ed4daSderaadt  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20212ed4daSderaadt  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21212ed4daSderaadt  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22212ed4daSderaadt  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23212ed4daSderaadt  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24212ed4daSderaadt  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25212ed4daSderaadt  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26212ed4daSderaadt  */
27212ed4daSderaadt 
28212ed4daSderaadt #define _PATH_SBIN	"/sbin"
29212ed4daSderaadt #define _PATH_USRSBIN	"/usr/sbin"
30177f8e25Sotto #define _PATH_MNT	"/mnt"
31