aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rancid/files/patch-bin::hpfilter.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/rancid/files/patch-bin::hpfilter.c')
-rw-r--r--net-mgmt/rancid/files/patch-bin::hpfilter.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-mgmt/rancid/files/patch-bin::hpfilter.c b/net-mgmt/rancid/files/patch-bin::hpfilter.c
deleted file mode 100644
index fd749ebde788..000000000000
--- a/net-mgmt/rancid/files/patch-bin::hpfilter.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- bin/hpfilter.c.orig Wed Oct 15 15:52:48 2003
-+++ bin/hpfilter.c Wed Oct 15 15:53:08 2003
-@@ -382,7 +382,7 @@
- usage(void)
- {
- fprintf(stderr,
--"usage: %s [-hv] <telnet|ssh> <hostname>
-+"usage: %s [-hv] <telnet|ssh> <hostname>\n\
- ", progname);
- return;
- }
-@@ -391,7 +391,7 @@
- vers(void)
- {
- fprintf(stderr,
--"%s: %s version %s
-+"%s: %s version %s\n\
- ", progname, package, version);
- return;
- }