diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-18 20:41:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-18 20:41:21 +0000 |
commit | f30d42f081c8da76bb6f987d8cd65ace1c12d879 (patch) | |
tree | 29f44a3195e43faad673362f872c0689194633dc /net/pload/files/patch-Imakefile | |
parent | Document NTLM authentication vulnerability in squid (diff) |
Add pload, an X11 program to monitor network device statistics.
It graphs information using Athena stripchart widgets.
PR: ports/72013
Submitted by: J.R. Oldroyd <fbsd@opal.com>
Diffstat (limited to 'net/pload/files/patch-Imakefile')
-rw-r--r-- | net/pload/files/patch-Imakefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/pload/files/patch-Imakefile b/net/pload/files/patch-Imakefile new file mode 100644 index 000000000000..ae8cc75f98c7 --- /dev/null +++ b/net/pload/files/patch-Imakefile @@ -0,0 +1,20 @@ +diff -c Imakefile.orig Imakefile +*** Imakefile.orig Tue Feb 1 02:11:24 2000 +--- Imakefile Tue Aug 3 10:02:12 2004 +*************** +*** 15,21 **** + + ComplexProgramTarget(pload) + +! distclean: clean + $(RM) Makefile osdefs.mk core \ + pload-$(VER).tar.gz \ + pload-$(VER)-1.i386.rpm \ +--- 15,21 ---- + + ComplexProgramTarget(pload) + +! distclean:: clean + $(RM) Makefile osdefs.mk core \ + pload-$(VER).tar.gz \ + pload-$(VER)-1.i386.rpm \ |