~jan-kneschke/mysql-proxy/packet-tracking-assertions

« back to all changes in this revision

Viewing changes to src/chassis-unix-daemon.c

  • Committer: Mark Leith
  • Date: 2010-08-10 12:42:10 UTC
  • Revision ID: mark.leith@oracle.com-20100810124210-mn21plaf1ifah475
Bug#55711 - Agent log rotation : a HUP should rotate the log file
 - review additions, fix broken duplicate checking

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
                                                G_STRLOC,
136
136
                                                pid);
137
137
 
138
 
                                /* forward a few signals that are sent to us to the child instead */
139
138
                                signal(SIGINT, chassis_unix_signal_forward);
140
139
                                signal(SIGTERM, chassis_unix_signal_forward);
141
140
                                signal(SIGHUP, chassis_unix_signal_forward);
142
 
                                signal(SIGUSR1, chassis_unix_signal_forward);
143
 
                                signal(SIGUSR2, chassis_unix_signal_forward);
144
141
 
145
142
                                child_pid = pid;
146
143
                                nprocs++;