ajs | a365534 | 2004-12-29 17:39:10 +0000 | [diff] [blame] | 1 | 2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 2 | |
ajs | f2d8257 | 2004-12-29 17:45:08 +0000 | [diff] [blame] | 3 | * watchquagga.c: In several places, cast pid_t to int for printf to |
| 4 | avoid complaints on Solaris 8. |
| 5 | |
| 6 | 2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 7 | |
ajs | a365534 | 2004-12-29 17:39:10 +0000 | [diff] [blame] | 8 | * watchquagga.c: Fix headers: get most stuff from zebra.h. |
| 9 | |
paul | 6f59402 | 2004-12-23 19:35:56 +0000 | [diff] [blame] | 10 | 2004-12-23 Paul Jakma <paul@dishone.st> |
| 11 | |
| 12 | * watchquagga.c: Add missing getopt.h include |
| 13 | |
ajs | 6028df5 | 2004-12-22 14:08:13 +0000 | [diff] [blame] | 14 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 15 | |
ajs | 098e240 | 2004-12-22 17:00:46 +0000 | [diff] [blame] | 16 | * watchquagga.c: Try for gcc 2.95 compatibility (avoid %z and a tricky |
| 17 | initialization). |
| 18 | |
| 19 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 20 | |
ajs | c8b40f8 | 2004-12-22 16:17:16 +0000 | [diff] [blame] | 21 | * watchquagga.c: Add -b option to circumvent difficulties passing |
| 22 | embedded spaces in command-line arguments. This is an ugly hack, |
| 23 | we should probably use a config file instead. |
| 24 | |
| 25 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 26 | |
ajs | 16f6511 | 2004-12-22 15:37:44 +0000 | [diff] [blame] | 27 | * watchquagga.c: Use new config.h define for DAEMON_VTY_DIR. |
| 28 | |
| 29 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 30 | |
ajs | 6028df5 | 2004-12-22 14:08:13 +0000 | [diff] [blame] | 31 | * watchquagga.c: Get PATH_WATCHQUAGGA_PID from config.h. |
| 32 | |
ajs | 8b886ca | 2004-12-22 02:56:38 +0000 | [diff] [blame] | 33 | 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 34 | |
ajs | c57c5e3 | 2004-12-22 03:41:51 +0000 | [diff] [blame] | 35 | * .cvsignore: Added. |
| 36 | |
| 37 | 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 38 | |
ajs | 8b886ca | 2004-12-22 02:56:38 +0000 | [diff] [blame] | 39 | * {ChangeLog,watchquagga.c,Makefile.am}: Created. |