~ubuntu-branches/debian/sid/ntp/sid

« back to all changes in this revision

Viewing changes to sntp/main.c

  • Committer: Package Import Robot
  • Author(s): Peter Eisentraut
  • Date: 2012-02-27 13:55:56 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20120227135556-dkx4mkod5trl5bgt
Tags: 1:4.2.6.p5+dfsg-1
* New upstream release (closes: #644673)
* Updated instructions on generating autotools.patch
* Updated standards version

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 
58
58
        /* Initialize logging system */
59
59
        init_logging();
60
 
        if (HAVE_OPT(FILELOG))
61
 
                open_logfile(OPT_ARG(FILELOG));
 
60
        if (HAVE_OPT(LOGFILE))
 
61
                open_logfile(OPT_ARG(LOGFILE));
62
62
 
63
63
        msyslog(LOG_NOTICE, "Started sntp");
64
64