summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/pisg/files/0.56-network-option-fix.patch')
-rw-r--r--net-irc/pisg/files/0.56-network-option-fix.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-irc/pisg/files/0.56-network-option-fix.patch b/net-irc/pisg/files/0.56-network-option-fix.patch
deleted file mode 100644
index 52f94fce224c..000000000000
--- a/net-irc/pisg/files/0.56-network-option-fix.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -Nur pisg-0.56.orig/pisg pisg-0.56/pisg
---- pisg-0.56.orig/pisg 2004-06-19 03:31:46.620638768 +0200
-+++ pisg-0.56/pisg 2004-06-19 03:32:24.177929192 +0200
-@@ -81,7 +81,7 @@
-
- my $usage = <<END_USAGE;
- Usage: pisg [-ch channel] [-l logfile] [-o outputfile] [-ma maintainer]
--[-f format] [-n network] [-d logdir] [-mo moduledir] [-s] [-v] [-h]
-+[-f format] [-ne network] [-d logdir] [-mo moduledir] [-s] [-v] [-h]
-
- -ch --channel=xxx : Set channel name
- -cc --cchannels=xxx : Only do this channel from cfg file, give multiple
-@@ -92,7 +92,7 @@
- -t --tag=xxx : Replace \%t in --outfile by xxx
- -ma --maintainer=xxx : Channel/statistics maintainer
- -f --format=xxx : Logfile format [see FORMATS file]
---n --network=xxx : IRC network for the channel
-+-ne --network=xxx : IRC network for the channel
- -d --dir=xxx : Analyze all files in this dir. Ignores logfile.
- Give multiple times to use multiple directories.
- -nf --nfiles=xxx : Analyze the last xxx files if used with --dir
-@@ -107,7 +107,7 @@
-
- Example:
-
-- \$ pisg -n IRCnet -f xchat -o suid.html -ch \\#channel -l logfile.log
-+ \$ pisg -ne IRCnet -f xchat -o suid.html -ch \\#channel -l logfile.log
-
- All options may also be defined by editing the configuration file and
- calling pisg without arguments.