]> git.proxmox.com Git - mirror_frr.git/blob - watchquagga/ChangeLog
[zebra] trivial: fix spelling mistake
[mirror_frr.git] / watchquagga / ChangeLog
1 2005-02-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
2
3 * watchquagga.c: (handle_read) Use new ERRNO_IO_RETRY macro.
4
5 2005-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
10 2005-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
21 2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
22
23 * watchquagga.c: In several places, cast pid_t to int for printf to
24 avoid complaints on Solaris 8.
25
26 2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
27
28 * watchquagga.c: Fix headers: get most stuff from zebra.h.
29
30 2004-12-23 Paul Jakma <paul@dishone.st>
31
32 * watchquagga.c: Add missing getopt.h include
33
34 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
35
36 * watchquagga.c: Try for gcc 2.95 compatibility (avoid %z and a tricky
37 initialization).
38
39 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
40
41 * 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
45 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
46
47 * watchquagga.c: Use new config.h define for DAEMON_VTY_DIR.
48
49 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
50
51 * watchquagga.c: Get PATH_WATCHQUAGGA_PID from config.h.
52
53 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
54
55 * .cvsignore: Added.
56
57 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
58
59 * {ChangeLog,watchquagga.c,Makefile.am}: Created.