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
|
# ChangeLog for net-analyzer/symon
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/symon/ChangeLog,v 1.8 2009/12/01 18:25:22 tcunha Exp $
*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.
|