/[monit]/monit/spawn.c
ViewVC logotype

Diff of /monit/spawn.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by hauk, Fri Sep 13 01:48:37 2002 UTC revision 1.15 by hauk, Tue Nov 5 12:24:35 2002 UTC
# Line 138  void  spawn(Process_T P, Command_T C) { Line 138  void  spawn(Process_T P, Command_T C) {
138        umask(Run.umask);        umask(Run.umask);
139    
140        /*        /*
141           * Redirect the standard file descriptors
142           */
143          redirect_stdfd();
144          
145          /*
146         * The exec statement done by the second child         * The exec statement done by the second child
147         */         */
148        (void) execv(c->arg[0], c->arg);        (void) execv(c->arg[0], c->arg);

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26