ajs | a365534 | 2004-12-29 17:39:10 +0000 | [diff] [blame^] | 1 | 2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 2 | |
| 3 | * watchquagga.c: Fix headers: get most stuff from zebra.h. |
| 4 | |
paul | 6f59402 | 2004-12-23 19:35:56 +0000 | [diff] [blame] | 5 | 2004-12-23 Paul Jakma <paul@dishone.st> |
| 6 | |
| 7 | * watchquagga.c: Add missing getopt.h include |
| 8 | |
ajs | 6028df5 | 2004-12-22 14:08:13 +0000 | [diff] [blame] | 9 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 10 | |
ajs | 098e240 | 2004-12-22 17:00:46 +0000 | [diff] [blame] | 11 | * watchquagga.c: Try for gcc 2.95 compatibility (avoid %z and a tricky |
| 12 | initialization). |
| 13 | |
| 14 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 15 | |
ajs | c8b40f8 | 2004-12-22 16:17:16 +0000 | [diff] [blame] | 16 | * 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 | |
| 20 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 21 | |
ajs | 16f6511 | 2004-12-22 15:37:44 +0000 | [diff] [blame] | 22 | * watchquagga.c: Use new config.h define for DAEMON_VTY_DIR. |
| 23 | |
| 24 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 25 | |
ajs | 6028df5 | 2004-12-22 14:08:13 +0000 | [diff] [blame] | 26 | * watchquagga.c: Get PATH_WATCHQUAGGA_PID from config.h. |
| 27 | |
ajs | 8b886ca | 2004-12-22 02:56:38 +0000 | [diff] [blame] | 28 | 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 29 | |
ajs | c57c5e3 | 2004-12-22 03:41:51 +0000 | [diff] [blame] | 30 | * .cvsignore: Added. |
| 31 | |
| 32 | 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 33 | |
ajs | 8b886ca | 2004-12-22 02:56:38 +0000 | [diff] [blame] | 34 | * {ChangeLog,watchquagga.c,Makefile.am}: Created. |