summaryrefslogtreecommitdiff
path: root/site_perl/svc_acct_sm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'site_perl/svc_acct_sm.pm')
-rw-r--r--site_perl/svc_acct_sm.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/site_perl/svc_acct_sm.pm b/site_perl/svc_acct_sm.pm
index 5c0f510e4..b0eee114c 100644
--- a/site_perl/svc_acct_sm.pm
+++ b/site_perl/svc_acct_sm.pm
@@ -103,6 +103,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;
@@ -229,7 +230,7 @@ sub check {
=head1 VERSION
-$Id: svc_acct_sm.pm,v 1.5 1999-01-18 21:58:10 ivan Exp $
+$Id: svc_acct_sm.pm,v 1.6 1999-01-25 12:26:16 ivan Exp $
=head1 BUGS