Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/rlocate/files: rlocated.rc digest-rlocate-0.5.6 rlocated.confd
Date: Sat, 06 Oct 2007 13:47:23
Message-Id: E1Ie9qv-0006fb-5f@stork.gentoo.org
1 vapier 07/10/06 13:37:57
2
3 Modified: rlocated.rc
4 Added: digest-rlocate-0.5.6 rlocated.confd
5 Log:
6 Version bump #191073 by Juan Aguado.
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.3 sys-apps/rlocate/files/rlocated.rc
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rlocate/files/rlocated.rc?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rlocate/files/rlocated.rc?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rlocate/files/rlocated.rc?r1=1.2&r2=1.3
15
16 Index: rlocated.rc
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/rlocate/files/rlocated.rc,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- rlocated.rc 18 Apr 2006 22:37:21 -0000 1.2
23 +++ rlocated.rc 6 Oct 2007 13:37:56 -0000 1.3
24 @@ -1,17 +1,17 @@
25 #!/sbin/runscript
26 -# Copyright 1999-2005 Gentoo Foundation
27 +# Copyright 1999-2007 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/rlocate/files/rlocated.rc,v 1.2 2006/04/18 22:37:21 vapier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/rlocate/files/rlocated.rc,v 1.3 2007/10/06 13:37:56 vapier Exp $
31
32 start() {
33 - if [[ ! -e /proc/rlocate ]] ; then
34 + if [ ! -e /proc/rlocate ] ; then
35 ebegin "Loading rlocate kernel module"
36 modprobe rlocate
37 eend $? || return 1
38 fi
39
40 ebegin "Starting rlocated"
41 - rlocated
42 + rlocated ${RLOCATED_OPTIONS}
43 eend $?
44 }
45
46
47
48
49 1.1 sys-apps/rlocate/files/digest-rlocate-0.5.6
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rlocate/files/digest-rlocate-0.5.6?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rlocate/files/digest-rlocate-0.5.6?rev=1.1&content-type=text/plain
53
54 Index: digest-rlocate-0.5.6
55 ===================================================================
56 MD5 b834e2b1249fba9138bea29a030de46c rlocate-0.5.6.tar.gz 182910
57 RMD160 6cbb3d09d3c54a6d8855cee348602b6ba2dc5845 rlocate-0.5.6.tar.gz 182910
58 SHA256 5bf35c68234885d84ac5f9df65e99d11012331d6b209c42f16df72100b880bc8 rlocate-0.5.6.tar.gz 182910
59
60
61
62 1.1 sys-apps/rlocate/files/rlocated.confd
63
64 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rlocate/files/rlocated.confd?rev=1.1&view=markup
65 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rlocate/files/rlocated.confd?rev=1.1&content-type=text/plain
66
67 Index: rlocated.confd
68 ===================================================================
69 # /etc/conf.d/rlocated
70
71 # Custom options to pass to rlocated
72
73 RLOCATED_OPTIONS=""
74
75
76
77 --
78 gentoo-commits@g.o mailing list