X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=compat%2Finclude%2Fpathnames.h;h=b5b025a161c105a5f4ae082dc77627cafc471654;hb=a115827665c85aec2587518fbcbca22558fdcb91;hp=20454e34656debb618b0fd1bb1c26f5fc1f10c78;hpb=df9ae507502f413c72119dde6ea3d35c91dba5bf;p=dump.git diff --git a/compat/include/pathnames.h b/compat/include/pathnames.h index 20454e3..b5b025a 100644 --- a/compat/include/pathnames.h +++ b/compat/include/pathnames.h @@ -2,9 +2,10 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999 + * Stelian Pop , 1999-2000 + * Stelian Pop - AlcĂ´ve , 2000 * - * $Id: pathnames.h,v 1.5 1999/10/13 09:57:18 stelian Exp $ + * $Id: pathnames.h,v 1.9 2000/11/10 14:42:24 stelian Exp $ */ /* @@ -42,7 +43,13 @@ #include +#ifdef __linux__ +#include /* use the same default tape as "mt" */ +#define _PATH_DEFTAPE DEFTAPE +#endif + +#ifndef _PATH_DEFTAPE #define _PATH_DEFTAPE "/dev/st0" -#define _PATH_DTMP "/etc/dtmp" -#define _PATH_LOCK "/tmp/dumplockXXXXXX" +#endif + #define _PATH_RMT "/etc/rmt" /* path on remote host */