SOURCES: ipband-DESTDIR.patch, ipband-paths.patch - updated for 0.8
paszczus
paszczus at pld-linux.org
Tue Oct 3 10:35:18 CEST 2006
Author: paszczus Date: Tue Oct 3 08:35:18 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated for 0.8
---- Files affected:
SOURCES:
ipband-DESTDIR.patch (1.1 -> 1.2) , ipband-paths.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/ipband-DESTDIR.patch
diff -u SOURCES/ipband-DESTDIR.patch:1.1 SOURCES/ipband-DESTDIR.patch:1.2
--- SOURCES/ipband-DESTDIR.patch:1.1 Tue Feb 12 11:23:21 2002
+++ SOURCES/ipband-DESTDIR.patch Tue Oct 3 10:35:13 2006
@@ -1,18 +1,17 @@
-diff -urN ipband-0.7/Makefile ipband-0.7.dzikus/Makefile
---- ipband-0.7/Makefile Mon Jan 14 16:13:19 2002
-+++ ipband-0.7.dzikus/Makefile Tue Feb 12 10:12:42 2002
-@@ -29,10 +29,10 @@
-
-
- install: all
-- install -D ipband /usr/local/bin/ipband
-- install -D ipband.1 /usr/local/man/man1/ipband.1
-- install -D ipband.sample.conf /etc/ipband.sample.conf
-- install -D ipband.rc /etc/rc.d/init.d/ipband
-+ install -D ipband $(DESTDIR)/usr/bin/ipband
-+ install -D ipband.1 $(DESTDIR)/usr/share/man/man1/ipband.1
-+ install -D ipband.sample.conf $(DESTDIR)/etc/ipband/ipband.conf
-+ install -D ipband.rc $(DESTDIR)/etc/rc.d/init.d/ipband
+--- ipband-0.8/Makefile 2006-10-02 21:28:20.000000000 +0200
++++ ipband-0.8.new/Makefile 2006-10-03 10:25:53.778650000 +0200
+@@ -58,10 +58,10 @@
+ mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MAN1DIR)
+ mkdir -p $(DESTDIR)$(SYSCONFDIR)
+ mkdir -p $(DESTDIR)$(RCDIR)
+- install -D ipband $(DESTDIR)$(BINDIR)/ipband
+- install -D ipband.1 $(DESTDIR)$(MAN1DIR)/ipband.1
+- install -D ipband.sample.conf $(DESTDIR)$(SYSCONFDIR)/ipband.sample.conf
+- install -D ipband.rc $(DESTDIR)$(RCDIR)/ipband
++ install -D ipband $(DESTDIR)/usr/bin/ipband
++ install -D ipband.1 $(DESTDIR)/usr/share/man/man1/ipband.1
++ install -D ipband.sample.conf $(DESTDIR)/etc/ipband/ipband.conf
++ install -D ipband.rc $(DESTDIR)/etc/rc.d/init.d/ipband
clean:
================================================================
Index: SOURCES/ipband-paths.patch
diff -u SOURCES/ipband-paths.patch:1.1 SOURCES/ipband-paths.patch:1.2
--- SOURCES/ipband-paths.patch:1.1 Tue Feb 12 13:52:30 2002
+++ SOURCES/ipband-paths.patch Tue Oct 3 10:35:13 2006
@@ -1,7 +1,7 @@
-diff -urN ipband-0.7/ipband.h ipband-0.7.dzikus/ipband.h
---- ipband-0.7/ipband.h Mon Jan 14 16:13:19 2002
-+++ ipband-0.7.dzikus/ipband.h Tue Feb 12 11:43:58 2002
-@@ -56,9 +56,9 @@
+diff -ur ipband-0.8/ipband.h ipband-0.8.new/ipband.h
+--- ipband-0.8/ipband.h 2006-10-02 21:28:20.000000000 +0200
++++ ipband-0.8.new/ipband.h 2006-10-03 10:21:10.498650000 +0200
+@@ -61,9 +61,9 @@
#undef DUMP
/* Defaults */
@@ -10,12 +10,12 @@
#define MTASTR_DEF "/usr/sbin/sendmail -t -ba"
-#define REPFILE_DEF "ipband.txt"
+#define REPFILE_DEF "/var/log/ipband.log"
+ #define HTMLFILE_DEF "ipband.html"
+ #define HTMLTITLE_DEF "My bandwidth"
- #define TRUE 1
- #define FALSE 0
-diff -urN ipband-0.7/ipband.sample.conf ipband-0.7.dzikus/ipband.sample.conf
---- ipband-0.7/ipband.sample.conf Mon Jan 14 16:13:19 2002
-+++ ipband-0.7.dzikus/ipband.sample.conf Tue Feb 12 11:45:20 2002
+diff -ur ipband-0.8/ipband.sample.conf ipband-0.8.new/ipband.sample.conf
+--- ipband-0.8/ipband.sample.conf 2006-10-02 21:28:20.000000000 +0200
++++ ipband-0.8.new/ipband.sample.conf 2006-10-03 10:21:51.568650000 +0200
@@ -22,7 +22,7 @@
#filter net 10.10.0.0/16
@@ -23,9 +23,9 @@
-#outfile ipband.txt
+#outfile /var/log/ipband.log
- # Default bandwidth in kBytes/sec.
- #bandwidth 7
-@@ -50,7 +50,7 @@
+ # HTML report file
+ #htmlfile /var/www/html/ipbandwidth/index.html
+@@ -56,7 +56,7 @@
#lenadj -8
# ASCII file to use as e-mail report footer.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/ipband-DESTDIR.patch?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/SOURCES/ipband-paths.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list