~ubuntu-branches/ubuntu/maverick/monit/maverick

« back to all changes in this revision

Viewing changes to device/sysdep_LINUX.c

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Alfredsson
  • Date: 2010-03-19 22:40:11 UTC
  • mfrom: (1.1.6 upstream) (5.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100319224011-o1z4m0xh8z81jczo
Tags: 1:5.1.1-1
* New upstream release (Closes: #573777)
* Added configurable statefile in /etc/default/monit (Closes: #569616)
* Verbose info when syntax errors are detected at start (Closes: #427922)
* Sample configuration adjustments (Closes: #427924)
* Removed pam_securityserver in pam config (Closes: #574120)
* An include-directory is supplied (Closes: #249933)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2009 Tildeslash Ltd. All rights reserved.
 
2
 * Copyright (C) 2010 Tildeslash Ltd. All rights reserved.
3
3
 *
4
4
 * This program is free software: you can redistribute it and/or modify
5
5
 * it under the terms of the GNU General Public License version 3.
33
33
 *  @author Jan-Henrik Haukeland, <hauk@tildeslash.com>
34
34
 *  @author Martin Pala, <martinp@tildeslash.com>
35
35
 *
36
 
 *  @version \$Id: sysdep_LINUX.c,v 1.24 2009/05/04 19:37:15 martinp Exp $
37
 
 *
38
36
 *  @file
39
37
 */
40
38