blob: 7baf4b7cd3e5a72bd2e8052f55743e7a9fb0cd57 [file] [log] [blame]
ajs518cde82005-02-17 20:11:58 +000012005-02-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
2
3 * watchquagga.c: (handle_read) Use new ERRNO_IO_RETRY macro.
4
ajs52e66292005-02-16 20:40:25 +000052005-02-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
6
7 * watchquagga.c: (try_connect) Use new set_nonblocking function instead
8 of calling fcntl directly.
9
ajsa8a8ddc2005-01-12 16:24:51 +0000102005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
11
12 * watchquagga.c: (run_job) Fix bug: delay.tv_sec was being used
13 without having been initialized when the "force" argument was true.
14 (try_restart) When phased restart is stopping the routing daemons,
15 it should tell run_job to update the restart interval.
16 (phase_check) In final step of phased restart when the routing
17 daemons are being started again, tell run_job not to update
18 the restart interval (this is now done when the daemons are
19 stopped).
20
ajsa3655342004-12-29 17:39:10 +0000212004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
22
ajsf2d82572004-12-29 17:45:08 +000023 * watchquagga.c: In several places, cast pid_t to int for printf to
24 avoid complaints on Solaris 8.
25
262004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
27
ajsa3655342004-12-29 17:39:10 +000028 * watchquagga.c: Fix headers: get most stuff from zebra.h.
29
paul6f594022004-12-23 19:35:56 +0000302004-12-23 Paul Jakma <paul@dishone.st>
31
32 * watchquagga.c: Add missing getopt.h include
33
ajs6028df52004-12-22 14:08:13 +0000342004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
35
ajs098e2402004-12-22 17:00:46 +000036 * watchquagga.c: Try for gcc 2.95 compatibility (avoid %z and a tricky
37 initialization).
38
392004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
40
ajsc8b40f82004-12-22 16:17:16 +000041 * watchquagga.c: Add -b option to circumvent difficulties passing
42 embedded spaces in command-line arguments. This is an ugly hack,
43 we should probably use a config file instead.
44
452004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
46
ajs16f65112004-12-22 15:37:44 +000047 * watchquagga.c: Use new config.h define for DAEMON_VTY_DIR.
48
492004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
50
ajs6028df52004-12-22 14:08:13 +000051 * watchquagga.c: Get PATH_WATCHQUAGGA_PID from config.h.
52
ajs8b886ca2004-12-22 02:56:38 +0000532004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
54
ajsc57c5e32004-12-22 03:41:51 +000055 * .cvsignore: Added.
56
572004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
58
ajs8b886ca2004-12-22 02:56:38 +000059 * {ChangeLog,watchquagga.c,Makefile.am}: Created.