summaryrefslogtreecommitdiff
path: root/watchquagga/ChangeLog
diff options
context:
space:
mode:
authorajs <ajs>2004-12-22 16:17:16 +0000
committerajs <ajs>2004-12-22 16:17:16 +0000
commitc8b40f86edd5cf0e5553ecb660ee2cbaf84a366f (patch)
tree0c534d14860763e98f4582106d61a16e5dd35e59 /watchquagga/ChangeLog
parentfe71a97da23e2282bc92f647227d5c97c73e3bc8 (diff)
2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* watchquagga.c: Add -b option to circumvent difficulties passing embedded spaces in command-line arguments. This is an ugly hack, we should probably use a config file instead.
Diffstat (limited to 'watchquagga/ChangeLog')
-rw-r--r--watchquagga/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/watchquagga/ChangeLog b/watchquagga/ChangeLog
index cc9ac227..d3c4b727 100644
--- a/watchquagga/ChangeLog
+++ b/watchquagga/ChangeLog
@@ -1,5 +1,11 @@
2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+ * watchquagga.c: Add -b option to circumvent difficulties passing
+ embedded spaces in command-line arguments. This is an ugly hack,
+ we should probably use a config file instead.
+
+2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
* watchquagga.c: Use new config.h define for DAEMON_VTY_DIR.
2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>