/[pengfork]/pengfork/src/log.c
ViewVC logotype

Diff of /pengfork/src/log.c

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

revision 1.14 by chupa, Tue Dec 3 18:38:15 2002 UTC revision 1.15 by chupa, Thu Dec 5 00:12:15 2002 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (C) 2002  Jean-Charles Salzeber <jc@varspool.net>   * Copyright (C) 2002  Jean-Charles Salzeber <jc@varspool.net>
3   *   *
4   * This file is part of pengfork.   * This file is part of penggy.
5   *   *
6   * This program is free software; you can redistribute it and/or   * This program is free software; you can redistribute it and/or
7   * modify it under the terms of the GNU General Public License   * modify it under the terms of the GNU General Public License
# Line 41  init_log (void) Line 41  init_log (void)
41    textdomain (PACKAGE);    textdomain (PACKAGE);
42    
43    if (PARAM_DAEMON)    if (PARAM_DAEMON)
44      openlog ("pengfork", 0, LOG_DAEMON);      openlog ("penggy", 0, LOG_DAEMON);
45    
46    return 1;    return 1;
47  }  }

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