diff options
author | ivan <ivan> | 1999-01-25 12:26:17 +0000 |
---|---|---|
committer | ivan <ivan> | 1999-01-25 12:26:17 +0000 |
commit | 963a290ad2d9a89b45b66ac9d9ccdd612a756f11 (patch) | |
tree | f2c8c9eb3e4ca762f4abdc043655a17db7d8397a /site_perl/svc_domain.pm | |
parent | cd6989b0380bb289bffac0b947a3bfa6eb8c773e (diff) |
yet more mod_perl stuff
Diffstat (limited to 'site_perl/svc_domain.pm')
-rw-r--r-- | site_perl/svc_domain.pm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/site_perl/svc_domain.pm b/site_perl/svc_domain.pm index f86723f4a..76d666b86 100644 --- a/site_perl/svc_domain.pm +++ b/site_perl/svc_domain.pm @@ -121,6 +121,7 @@ sub insert { local $SIG{QUIT} = 'IGNORE'; local $SIG{TERM} = 'IGNORE'; local $SIG{TSTP} = 'IGNORE'; + local $SIG{PIPE} = 'IGNORE'; $error = $self->check; return $error if $error; @@ -386,7 +387,7 @@ sub submit_internic { =head1 VERSION -$Id: svc_domain.pm,v 1.5 1998-12-30 00:30:47 ivan Exp $ +$Id: svc_domain.pm,v 1.6 1999-01-25 12:26:17 ivan Exp $ =head1 BUGS @@ -422,7 +423,10 @@ ivan@sisd.com 98-jul-17-19 pod, some FS::Conf (not complete) ivan@sisd.com 98-sep-23 $Log: svc_domain.pm,v $ -Revision 1.5 1998-12-30 00:30:47 ivan +Revision 1.6 1999-01-25 12:26:17 ivan +yet more mod_perl stuff + +Revision 1.5 1998/12/30 00:30:47 ivan svc_ stuff is more properly OO - has a common superclass FS::svc_Common Revision 1.3 1998/11/13 09:56:57 ivan |