~ubuntu-branches/ubuntu/trusty/syslog-ng/trusty-proposed

« back to all changes in this revision

Viewing changes to syslog-ng/main.c

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2013-05-26 09:06:21 UTC
  • mfrom: (1.3.11)
  • Revision ID: package-import@ubuntu.com-20130526090621-8z2s0oi21eoljb9x
Tags: 3.3.9-1
* New upstream release.
* Include missed ivykis header (closes: #708793).

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
      return 1;
211
211
    }
212
212
 
213
 
  msg_init(FALSE);
214
 
 
215
213
  if (display_version)
216
214
    {
 
215
      msg_init(TRUE);
 
216
 
217
217
      version();
218
218
      return 0;
219
219
    }
220
220
  if (display_module_registry)
221
221
    {
 
222
      msg_init(TRUE);
222
223
      plugin_list_modules(stdout, TRUE);
223
224
      return 0;
224
225
    }