Mercurial > syslog2iptables
comparison src/syslog2iptables.cpp @ 42:d9ae11033b4b stable-1-9
Add default config to firewall systems that send bounces to non-existant accounts.
Switch to Mercurial source control. Update spec file for fedora packaging.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 21 Mar 2008 14:02:32 -0700 |
parents | cdd6dde8d4ec |
children | 9e9f09cf411c |
comparison
equal
deleted
inserted
replaced
41:738d1f059183 | 42:d9ae11033b4b |
---|---|
20 #include <sysexits.h> | 20 #include <sysexits.h> |
21 #include <pthread.h> | 21 #include <pthread.h> |
22 #include <syslog.h> | 22 #include <syslog.h> |
23 #include <sys/wait.h> /* header for waitpid() and various macros */ | 23 #include <sys/wait.h> /* header for waitpid() and various macros */ |
24 #include <signal.h> /* header for signal functions */ | 24 #include <signal.h> /* header for signal functions */ |
25 | |
26 static char* syslog2iptables_version = "$Id$"; | |
27 | 25 |
28 extern "C" { | 26 extern "C" { |
29 void sigchld(int sig); | 27 void sigchld(int sig); |
30 void sigterm(int sig); | 28 void sigterm(int sig); |
31 } | 29 } |