Check-in Number:
|
4921 | |
Date: |
2004-Dec-26 19:40:39 (local)
2004-Dec-26 18:40:39 (UTC) |
User: | rse |
Branch: | |
Comment: |
Fix syntax of default configuration |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/flow2rrd/ChangeLog 1.2 -> 1.3
--- ChangeLog 2004/12/26 15:20:00 1.2
+++ ChangeLog 2004/12/26 18:40:39 1.3
@@ -8,7 +8,12 @@
ChangeLog
- Changes between *GENESIS* and 0.9.0 (18-Dec-2003 to 24-Dec-2004):
+ Changes between 0.9.0 and 0.9.1 (24-Dec-2004 to xx-Dec-2004):
+
+ *) Fix syntax of default configuration.
+ [Ralf S. Engelschall]
+
+ Changes between *GENESIS* and 0.9.0 (18-Dec-2004 to 24-Dec-2004):
*) Created the initial version of OSSP flow2rrd.
[Ralf S. Engelschall]
|
|
ossp-pkg/flow2rrd/flow2rrd.cfg 1.3 -> 1.4
--- flow2rrd.cfg 2004/12/26 15:24:57 1.3
+++ flow2rrd.cfg 2004/12/26 18:40:39 1.4
@@ -52,7 +52,7 @@
Service dns smtp uucp;
};
Target service2.example.com {
- Network 10.0.0.3/32
+ Network 10.0.0.3/32;
Service dns smtp;
};
};
|
|