~ubuntu-branches/ubuntu/jaunty/monit/jaunty

« back to all changes in this revision

Viewing changes to protocols/rdate.c

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Alfredsson
  • Date: 2008-08-24 23:44:46 UTC
  • mfrom: (4.1.1 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080824234446-a3k8n02f52nio5dy
Tags: 1:4.10.1-4
* Patch for config file location was not applied (Closes: #479357)
  (thanks to DVZ-Team <dv-zentrum@fh-giessen.de>)
* The relocation patch created an unneccessary "file.c.orig", this
  was removed from the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C), 2000-2006 by the monit project group.
 
2
 * Copyright (C), 2000-2007 by the monit project group.
3
3
 * All Rights Reserved.
4
4
 *
5
 
 * This program is free software; you can redistribute it and/or
6
 
 * modify it under the terms of the GNU General Public License as
7
 
 * published by the Free Software Foundation; either version 2 of the
8
 
 * License, or (at your option) any later version.
9
 
 *
10
 
 * This program is distributed in the hope that it will be useful, but
11
 
 * WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13
 
 * General Public License for more details.
14
 
 * 
 
5
 * This program is free software: you can redistribute it and/or modify
 
6
 * it under the terms of the GNU General Public License as published by
 
7
 * the Free Software Foundation, either version 3 of the License, or
 
8
 * (at your option) any later version.
 
9
 *
 
10
 * This program is distributed in the hope that it will be useful,
 
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
 * GNU General Public License for more details.
 
14
 *
15
15
 * You should have received a copy of the GNU General Public License
16
 
 * along with this program; if not, write to the Free Software Foundation,
17
 
 * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
16
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
17
 */
19
18
 
20
19
#include <config.h>
49
48
 *
50
49
 *  @author Francois Isabelle <Francois.Isabelle@ca.kontron.com>
51
50
 *
52
 
 *  @version \$Id: rdate.c,v 1.9 2006/04/27 20:16:03 martinp Exp $
 
51
 *  @version \$Id: rdate.c,v 1.11 2007/07/25 12:54:33 hauk Exp $
53
52
 *
54
53
 *  @file
55
54
 */