blob: 28a3a297af021c9da07af7fd0099df42e808ec26 [file] [log] [blame]
ajsa3655342004-12-29 17:39:10 +000012004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
2
3 * watchquagga.c: Fix headers: get most stuff from zebra.h.
4
paul6f594022004-12-23 19:35:56 +000052004-12-23 Paul Jakma <paul@dishone.st>
6
7 * watchquagga.c: Add missing getopt.h include
8
ajs6028df52004-12-22 14:08:13 +000092004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
10
ajs098e2402004-12-22 17:00:46 +000011 * watchquagga.c: Try for gcc 2.95 compatibility (avoid %z and a tricky
12 initialization).
13
142004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
15
ajsc8b40f82004-12-22 16:17:16 +000016 * watchquagga.c: Add -b option to circumvent difficulties passing
17 embedded spaces in command-line arguments. This is an ugly hack,
18 we should probably use a config file instead.
19
202004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
21
ajs16f65112004-12-22 15:37:44 +000022 * watchquagga.c: Use new config.h define for DAEMON_VTY_DIR.
23
242004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
25
ajs6028df52004-12-22 14:08:13 +000026 * watchquagga.c: Get PATH_WATCHQUAGGA_PID from config.h.
27
ajs8b886ca2004-12-22 02:56:38 +0000282004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
29
ajsc57c5e32004-12-22 03:41:51 +000030 * .cvsignore: Added.
31
322004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
33
ajs8b886ca2004-12-22 02:56:38 +000034 * {ChangeLog,watchquagga.c,Makefile.am}: Created.