$OpenBSD: patch-oinkmaster_1,v 1.2 2006/01/25 04:30:58 david Exp $
--- oinkmaster.1.orig	Sat Apr 16 02:29:41 2005
+++ oinkmaster.1	Tue Jan  3 23:05:36 2006
@@ -8,7 +8,7 @@
 .B oinkmaster
 \- update Snort signatures
 .SH SYNOPSIS
-.B oinkmaster.pl -o
+.B oinkmaster -o
 .I outdir
 [options]
 .SH DESCRIPTION
@@ -182,14 +182,14 @@ Download rules archive from default loca
 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
@@ -200,7 +200,7 @@ passwords, you should of course not send
 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
@@ -212,7 +212,7 @@ command is available on the system:
 .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\\
