blob: 20f974ef1c1784705d781ee77983174e31456736 [file] [log] [blame]
ajsa8a8ddc2005-01-12 16:24:51 +000012005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
2
3 * watchquagga.c: (run_job) Fix bug: delay.tv_sec was being used
4 without having been initialized when the "force" argument was true.
5 (try_restart) When phased restart is stopping the routing daemons,
6 it should tell run_job to update the restart interval.
7 (phase_check) In final step of phased restart when the routing
8 daemons are being started again, tell run_job not to update
9 the restart interval (this is now done when the daemons are
10 stopped).
11
ajsa3655342004-12-29 17:39:10 +0000122004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
13
ajsf2d82572004-12-29 17:45:08 +000014 * watchquagga.c: In several places, cast pid_t to int for printf to
15 avoid complaints on Solaris 8.
16
172004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
18
ajsa3655342004-12-29 17:39:10 +000019 * watchquagga.c: Fix headers: get most stuff from zebra.h.
20
paul6f594022004-12-23 19:35:56 +0000212004-12-23 Paul Jakma <paul@dishone.st>
22
23 * watchquagga.c: Add missing getopt.h include
24
ajs6028df52004-12-22 14:08:13 +0000252004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
26
ajs098e2402004-12-22 17:00:46 +000027 * watchquagga.c: Try for gcc 2.95 compatibility (avoid %z and a tricky
28 initialization).
29
302004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
31
ajsc8b40f82004-12-22 16:17:16 +000032 * watchquagga.c: Add -b option to circumvent difficulties passing
33 embedded spaces in command-line arguments. This is an ugly hack,
34 we should probably use a config file instead.
35
362004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
37
ajs16f65112004-12-22 15:37:44 +000038 * watchquagga.c: Use new config.h define for DAEMON_VTY_DIR.
39
402004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
41
ajs6028df52004-12-22 14:08:13 +000042 * watchquagga.c: Get PATH_WATCHQUAGGA_PID from config.h.
43
ajs8b886ca2004-12-22 02:56:38 +0000442004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
45
ajsc57c5e32004-12-22 03:41:51 +000046 * .cvsignore: Added.
47
482004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
49
ajs8b886ca2004-12-22 02:56:38 +000050 * {ChangeLog,watchquagga.c,Makefile.am}: Created.