File: copyright

package info (click to toggle)
mon 0.37h-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 336 kB
  • ctags: 72
  • sloc: perl: 2,167; sh: 138; makefile: 48
file content (56 lines) | stat: -rw-r--r-- 2,495 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
$Id: copyright,v 1.3 1998/04/04 05:00:34 roderick Exp $

This is a Debian prepackaged version of mon.  It was put together by
Roderick Schertler <roderick@argon.org> with sources obtained from
<URL:ftp://consult.ml.org/pub/mon/>.

The package contains these modifications to the distributed software:

    - Change the top of the library directory from /usr/mon to /usr/lib/mon.
    - Changes to mon:
	- Support a pid file.
	- Treat SIGINT like SIGTERM (for interactive debugging).
	- Allow a `hostgroup' line in mon.cf which doesn't have any host
	  names (useful for putting each host name on a line by itself).
      	- Add `d' (meaning `days') to the list of suffixes accepted by
      	  the interval and alertevery keywords.
    	- Squelch extra blank line output by alerthist and failurehist
    	  commands if there are no corresponding history entries.
	- Bug fix:  fork() returns undef, not -1, on error.
	- Set umask 022, not 0.
    - Changes to mon.cgi:
    	- Set -T mode.
	- Allow all local info fields to be blank, and set them that way
	  by default.
	- Use the same default mon host as the other interfaces.
	- Use $ENV{SCRIPT_NAME} as the default $url.
	- Don't hardcode the path to mon, assume it is in the path.
	- Vet the name passed to the `list group' command.  The old code
	  would allow remote users to run arbitrary local commands.
    - Changes to opstatus.cgi:
    	- Set -T mode.
	- Correct port, was 32768 should be 32777.
	- Add missing Content-Type to html_die().
    - In monstatus correct the my() line in populate_group(), and add
      missing $group initialization.
    - Change the skymon files to use the paths the files will have in
      the installed package.
    - Tweak typesetting in the mon.1 and moncmd.1 man pages.

Copyright:

mon is Copyright (c) 1998, Jim Trocki

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
   Boston, MA 02111-1307, USA; either version 2 of the License, or (at
   your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

On Debian systems, the complete text of the GNU General Public License
can be found in `/usr/doc/copyright/GPL'.