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
|
# ChangeLog for net-libs/xrootd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/ChangeLog,v 1.2 2012/03/06 17:04:22 bicatali Exp $
*xrootd-3.1.1 (06 Mar 2012)
06 Mar 2012; Sébastien Fabbro <bicatali@gentoo.org> +xrootd-3.1.1.ebuild:
Version bump
19 Dec 2011; Sébastien Fabbro <bicatali@gentoo.org> +xrootd-3.1.0.ebuild,
+files/cmsd.confd, +files/cmsd.initd, +files/frm_purged.initd,
+files/frm_xfrd.initd, +files/xrootd.confd, +files/xrootd.initd,
+metadata.xml:
Initial import to the main tree
*xrootd-3.1.0 (03 Dec 2011)
03 Dec 2011; Andrew Savchenko <bircoph@gmail.com> +xrootd-3.1.0.ebuild,
+files/cmsd.initd, +files/frm_purged.initd, +files/frm_xfrd.initd,
+files/xrootd.confd, +files/xrootd.initd, +metadata.xml:
XRootD isn't really a new program in this overlay. It was
previously bundled within sci-physics/root, but now it is unbundled
upstream and needs to be installed as a separate package in order
to be used from ROOT.
Aside from standard xrootd distribution, this ebuild may install
useful pdf documentation from the official web site.
Program was tested on ~x86 and ~amd64 with some basic setup, though
no real production tests were done. Please note, that xrootd and
accompany daemons do not work with root privileges any longer, so
special xrootd user was used.
Another note: all daemons MUST use the same config (-c
/etc/xrootd/your._config), that's why there is only one conf.d file
for all four daemons.
|