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_acct_sm.pm | |
parent | cd6989b0380bb289bffac0b947a3bfa6eb8c773e (diff) |
yet more mod_perl stuff
Diffstat (limited to 'site_perl/svc_acct_sm.pm')
-rw-r--r-- | site_perl/svc_acct_sm.pm | 3 |
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 |