Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 1c542c5d0801890b6b5a99853565858c > files > 2

oinkmaster-2.1-2.20080218.1mdv2009.0.src.rpm

--- oinkmaster.1	2006-10-12 10:55:47.000000000 +0200
+++ oinkmaster.1.oden	2008-05-07 13:37:31.000000000 +0200
@@ -8,7 +8,7 @@
 .B oinkmaster
 \- update Snort signatures
 .SH SYNOPSIS
-.B oinkmaster.pl -o
+.B oinkmaster -o
 .I outdir
 [options]
 .SH DESCRIPTION
@@ -205,14 +205,14 @@
 and put the new rules in /etc/rules/:
 .PP
 .nf
-\fB    oinkmaster.pl -o /etc/rules \fP
+\fB    oinkmaster -o /etc/rules \fP
 .fi
 .PP
 Grab rules archive from local filesystem and do not print anything unless
 it contains updated rules:
 .PP
 .nf
-\fB    oinkmaster.pl -u file:///tmp/rules.tar.gz -o /etc/rules -q \fP
+\fB    oinkmaster -u file:///tmp/rules.tar.gz -o /etc/rules -q \fP
 .fi
 .PP
 Download rules archive from default location, make backup of old rules if
@@ -223,7 +223,7 @@
 first encrypting the content.):
 .PP
 .nf
-\fB    oinkmaster.pl -o /etc/snort/rules -b /etc/snort/backup 2>&1 | \fP\\
+\fB    oinkmaster -o /etc/snort/rules -b /etc/snort/backup 2>&1 | \fP\\
 \fB    mail -s "subject" user@example.com
 .fi
 .PP
@@ -232,7 +232,7 @@
 /etc/snort/snort.conf:
 .PP
 .nf
-\fB    oinkmaster.pl -u file:///tmp/foo.rules.tar.gz \fP\\
+\fB    oinkmaster -u file:///tmp/foo.rules.tar.gz \fP\\
 \fB    -u http://somewhere/rules.tar.gz -u https://blah/rules.tar.gz \fP\\
 \fB    -o /etc/rules -S snort.conf -S foo.conf -U /etc/snort/snort.conf
 .fi
@@ -245,7 +245,7 @@
 .PP
 .nf
 \fB    TMP=`mktemp /tmp/oinkmaster.XXXXXX` && \fP\\
-\fB    (oinkmaster.pl -C /etc/oinkmaster-global.conf \fP\\
+\fB    (oinkmaster -C /etc/oinkmaster-global.conf \fP\\
 \fB    -C /etc/oinkmaster-sensor.conf -o /etc/rules \fP\\
 \fB    -U /etc/snort.conf \fP\\
 \fB    -u scp://user@example.com:/home/user/rules.tar.gz \fP\\