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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
# ChangeLog for net-analyzer/symon
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/symon/ChangeLog,v 1.15 2014/06/24 01:31:06 jer Exp $
*symon-2.86-r1 (24 Jun 2014)
24 Jun 2014; Jeroen Roovers <jer@gentoo.org> -symon-2.85.ebuild,
-symon-2.86.ebuild, +symon-2.86-r1.ebuild, files/symon-init.d,
files/symux-init.d:
Fix init scripts (opts / --oknodo / /var/run) by Torbjörn Lönnemark (bug
#514452).
*symon-2.86 (20 Feb 2013)
20 Feb 2013; Jeroen Roovers <jer@gentoo.org> +symon-2.86.ebuild:
Version bump.
13 Sep 2012; Sergey Popov <pinkbyte@gentoo.org> files/symon-init.d,
files/symux-init.d:
Change license of init.d scripts to BSD-2 wrt bug #426002
02 Jul 2012; Matti Bickel <mabi@gentoo.org> -symon-2.84.ebuild:
remove old version with permission from jer
*symon-2.85 (17 Apr 2012)
17 Apr 2012; Jeroen Roovers <jer@gentoo.org> -symon-2.83.ebuild,
+symon-2.85.ebuild:
Version bump.
*symon-2.84 (15 Feb 2012)
15 Feb 2012; Jeroen Roovers <jer@gentoo.org> -symon-2.80.ebuild,
+symon-2.84.ebuild:
Version bump.
*symon-2.83 (01 Jun 2011)
01 Jun 2011; Jeroen Roovers <jer@gentoo.org> +symon-2.83.ebuild:
Version bump.
*symon-2.80 (01 Dec 2009)
01 Dec 2009; Tiago Cunha <tcunha@gentoo.org> -symon-2.79-r5.ebuild,
+symon-2.80.ebuild, +files/symon.conf, -files/symon-symon.conf.patch,
-files/symon-symux.conf.patch, +files/symux.conf, metadata.xml:
- Version bump.
- Remove old.
08 Dec 2008; Tiago Cunha <tcunha@gentoo.org> metadata.xml,
symon-2.79-r5.ebuild:
- Call pmake directly. Thanks to vapier in bug 250143.
- While there improve USE flags descriptions.
17 Nov 2008; Tiago Cunha <tcunha@gentoo.org> -symon-2.79-r3.ebuild,
-symon-2.79-r4.ebuild:
Remove old versions
*symon-2.79-r5 (17 Nov 2008)
17 Nov 2008; Tiago Cunha <tcunha@gentoo.org> files/symon-init.d,
files/symux-init.d, +symon-2.79-r5.ebuild:
Improve the init scripts by:
- depending on localmount (both daemons need to write to local disks).
- starting after bootmisc (both daemons place a pidfile in /var/run).
- using the system logger.
- introducing the reload option which sends a SIGHUP to the daemons.
- removing the quiet flag to avoid hiding useful information.
09 Nov 2008; Tiago Cunha <tcunha@gentoo.org> metadata.xml:
Update my email address. Thanks pva
*symon-2.79-r4 (27 Aug 2008)
27 Aug 2008; Peter Volkov <pva@gentoo.org> +symon-2.79-r4.ebuild:
Added symon USE flag to make it possible build only client: either perl
client or symux, thank Tiago Cunha for the work.
*symon-2.79-r3 (19 Aug 2008)
19 Aug 2008; Peter Volkov <pva@gentoo.org> -symon-2.79-r2.ebuild,
+symon-2.79-r3.ebuild:
Fixed typo in sed expression, thank Tiago for report.
*symon-2.79-r2 (19 Aug 2008)
19 Aug 2008; Peter Volkov <pva@gentoo.org> +files/symon-init.d,
+files/symon-symon.conf.patch, +files/symon-symux.conf.patch,
+files/symux-init.d, +metadata.xml, +symon-2.79-r2.ebuild:
Initial import from sunrise, bug #176635. Syweb splited into separate
package. Thank Tiago Cunha for all the work.
|