/[sysplogd]/sysplogd
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sysplogd

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8 by dpavlin, Sat Apr 11 09:52:59 2009 UTC revision 11 by dpavlin, Sat Apr 11 11:42:04 2009 UTC
# Line 22  GetOptions( Line 22  GetOptions(
22          'debug+'  => \$debug,          'debug+'  => \$debug,
23          'schema!' => \$schema,          'schema!' => \$schema,
24          'log=s'   => \$log,          'log=s'   => \$log,
25            'port=i'  => \$port,
26  ) || die "usage: $0 --debug --schema\n";  ) || die "usage: $0 --debug --schema\n";
27    
28  my @facilities = ( qw/  our $VERSION = '0.00';
 / );  
29    
30  my $sql_schema = q{  my $sql_schema = q{
31    

Legend:
Removed from v.8  
changed lines
  Added in v.11

  ViewVC Help
Powered by ViewVC 1.1.26