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

« back to all changes in this revision

Viewing changes to net.h

  • 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.
42
42
 *  @author Christian Hopp, <chopp@iei.tu-clausthal.de>
43
43
 *  @author Martin Pala, <martinp@tildeslash.com>
44
44
 *
45
 
 *  @version \$Id: net.h,v 1.35 2009/02/13 09:18:08 hauk Exp $
46
 
 *
47
45
 *  @file
48
46
 */
49
47