Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/networking/isrv_identd.c

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

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 122  int fakeidentd_main(int argc UNUSED_PARA Line 122  int fakeidentd_main(int argc UNUSED_PARA
122   * log to stderr. I like daemontools more. Go their way.   * log to stderr. I like daemontools more. Go their way.
123   * (Or maybe we need yet another option "log to syslog") */   * (Or maybe we need yet another option "log to syslog") */
124   if (!(opt & OPT_fiw) /* || (opt & OPT_syslog) */) {   if (!(opt & OPT_fiw) /* || (opt & OPT_syslog) */) {
125   openlog(applet_name, 0, LOG_DAEMON);   openlog(applet_name, LOG_PID, LOG_DAEMON);
126   logmode = LOGMODE_SYSLOG;   logmode = LOGMODE_SYSLOG;
127   }   }
128    

Legend:
Removed from v.983  
changed lines
  Added in v.984