Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/coreutils/nohup.c

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

revision 1122 by niro, Sun May 30 11:32:42 2010 UTC revision 1123 by niro, Wed Aug 18 21:56:57 2010 UTC
# Line 75  int nohup_main(int argc UNUSED_PARAM, ch Line 75  int nohup_main(int argc UNUSED_PARAM, ch
75    
76   signal(SIGHUP, SIG_IGN);   signal(SIGHUP, SIG_IGN);
77    
78   BB_EXECVP(argv[1], argv+1);   argv++;
79   bb_simple_perror_msg_and_die(argv[1]);   BB_EXECVP_or_die(argv);
80  }  }

Legend:
Removed from v.1122  
changed lines
  Added in v.1123