date and time created 93/06/08 18:48:12 by bostic
[unix-history] / usr / src / sbin / dump / pathnames.h
CommitLineData
0f492634 1/*
274d5e83
KB
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
0f492634 4 *
6ecf3d85 5 * %sccs.include.redist.c%
0f492634 6 *
274d5e83 7 * @(#)pathnames.h 8.1 (Berkeley) %G%
0f492634
KB
8 */
9
7abf8d65
KB
10#include <paths.h>
11
7abf8d65 12#define _PATH_DEFTAPE "/dev/rmt8"
0f492634 13#define _PATH_DTMP "/etc/dtmp"
7abf8d65
KB
14#define _PATH_DUMPDATES "/etc/dumpdates"
15#define _PATH_LOCK "/tmp/dumplockXXXXXX"
153fbe31 16#define _PATH_RMT "rmt"