-.\" $OpenBSD: dump.8,v 1.5 1997/02/10 04:19:55 millert Exp $
+.\" $OpenBSD: dump.8,v 1.6 1997/04/16 04:09:20 millert Exp $
.\" $NetBSD: dump.8,v 1.14 1996/02/05 23:59:37 mrg Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.Ar file
may be a special device file
like
-.Pa /dev/rmt12
+.Pa /dev/rst0
(a tape drive),
.Pa /dev/rsd1c
(a disk drive),
rotated out of the dump cycle and fresh tapes brought in.
.Sh FILES
.Bl -tag -width /etc/dumpdates -compact
-.It Pa /dev/rmt8
+.It Pa /dev/rst0
default tape unit to dump to
.It Pa /dev/rst*
Raw SCSI tape interface
-/* $OpenBSD: main.c,v 1.15 1997/02/25 17:37:20 millert Exp $ */
+/* $OpenBSD: main.c,v 1.16 1997/04/16 04:09:21 millert Exp $ */
/* $NetBSD: main.c,v 1.8 1996/03/15 22:39:32 scottr Exp $ */
/*-
#include <errno.h>
#include <fcntl.h>
#include <fstab.h>
+#include <paths.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
-/* $OpenBSD: pathnames.h,v 1.3 1996/09/14 03:26:01 millert Exp $ */
+/* $OpenBSD: pathnames.h,v 1.4 1997/04/16 04:09:22 millert Exp $ */
/* $NetBSD: pathnames.h,v 1.8 1995/03/18 14:55:06 cgd Exp $ */
/*
#include <paths.h>
-#define _PATH_DEFTAPE "/dev/rmt8"
#define _PATH_DTMP "/etc/dtmp"
#define _PATH_DUMPDATES "/etc/dumpdates"
#define _PATH_LOCK "/tmp/dumplockXXXXXX"