date and time created 92/07/05 14:15:13 by bostic
[unix-history] / usr / src / sbin / dump / pathnames.h
CommitLineData
0f492634
KB
1/*
2 * Copyright (c) 1989 The Regents of the University of California.
3 * All rights reserved.
4 *
6ecf3d85 5 * %sccs.include.redist.c%
0f492634 6 *
bac9dc48 7 * @(#)pathnames.h 5.6 (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"