rename mfs man page to mount_mfs, leave mfs though
[unix-history] / usr / src / sbin / mountd / pathnames.h
CommitLineData
36613d86 1/*
1d200db2
KB
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
36613d86 4 *
70ab3c27 5 * %sccs.include.redist.c%
36613d86 6 *
1d200db2 7 * @(#)pathnames.h 8.1 (Berkeley) %G%
36613d86
KM
8 */
9#include <paths.h>
10
11#define _PATH_EXPORTS "/etc/exports"
8d166671 12#define _PATH_RMOUNTLIST "/var/db/mountdtab"
ccb4677f 13#define _PATH_MOUNTDPID "/var/run/mountd.pid"