X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=dump%2Fmain.c;h=c76f9ae693237eaf7bbe01a99bb6d74ef467c27d;hp=bdc31f4f9550600c47c2a05c1c32a58c37a322b2;hb=11856e771fadee7ddb9b5a613c91f562bf363da7;hpb=8096304ebfb616914df99e42e4dd78dbce667188 diff --git a/dump/main.c b/dump/main.c index bdc31f4..c76f9ae 100644 --- a/dump/main.c +++ b/dump/main.c @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /*- @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.63 2002/01/05 23:23:02 stelian Exp $"; + "$Id: main.c,v 1.65 2002/01/16 09:32:14 stelian Exp $"; #endif /* not lint */ #include @@ -499,6 +499,13 @@ main(int argc, char *argv[]) signal(SIGTERM, sig); if (signal(SIGINT, interrupt) == SIG_IGN) signal(SIGINT, SIG_IGN); +#ifdef SIGXCPU + signal(SIGXCPU, SIG_IGN); +#endif /* SIGXCPU */ +#ifdef SIGXFSZ + signal(SIGXFSZ, SIG_IGN); +#endif /* SIGXFSZ */ + set_operators(); /* /etc/group snarfed */ getfstab(); /* /etc/fstab snarfed */