Gentoo Archives: gentoo-commits

From: "Marc Schiffbauer (mschiff)" <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/bareos/files: bareos-sd.initd bareos-dir.initd bareos-fd.initd
Date: Sun, 04 May 2014 16:49:56
Message-Id: 20140504164953.1C4AF2004C@flycatcher.gentoo.org
1 mschiff 14/05/04 16:49:53
2
3 Modified: bareos-sd.initd bareos-dir.initd bareos-fd.initd
4 Log:
5 Change location of pidfiles from /run to /run/bareos for better non-root support
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)
8
9 Revision Changes Path
10 1.3 app-backup/bareos/files/bareos-sd.initd
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/files/bareos-sd.initd?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/files/bareos-sd.initd?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/files/bareos-sd.initd?r1=1.2&r2=1.3
15
16 Index: bareos-sd.initd
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-backup/bareos/files/bareos-sd.initd,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- bareos-sd.initd 12 Nov 2013 09:19:10 -0000 1.2
23 +++ bareos-sd.initd 4 May 2014 16:49:52 -0000 1.3
24 @@ -1,7 +1,7 @@
25 #!/sbin/runscript
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bareos/files/bareos-sd.initd,v 1.2 2013/11/12 09:19:10 mschiff Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-backup/bareos/files/bareos-sd.initd,v 1.3 2014/05/04 16:49:52 mschiff Exp $
31
32 depend() {
33 use dns
34 @@ -9,6 +9,7 @@
35
36 start() {
37 ebegin "Starting bareos storage daemon"
38 + checkpath -d -m 0750 -o bareos:bareos /run/bareos
39 start-stop-daemon --start --quiet --exec /usr/sbin/bareos-sd \
40 -- ${SD_OPTIONS}
41 eend $?
42
43
44
45 1.3 app-backup/bareos/files/bareos-dir.initd
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/files/bareos-dir.initd?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/files/bareos-dir.initd?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/files/bareos-dir.initd?r1=1.2&r2=1.3
50
51 Index: bareos-dir.initd
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-backup/bareos/files/bareos-dir.initd,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- bareos-dir.initd 12 Nov 2013 09:19:10 -0000 1.2
58 +++ bareos-dir.initd 4 May 2014 16:49:52 -0000 1.3
59 @@ -1,7 +1,7 @@
60 #!/sbin/runscript
61 -# Copyright 1999-2013 Gentoo Foundation
62 +# Copyright 1999-2014 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bareos/files/bareos-dir.initd,v 1.2 2013/11/12 09:19:10 mschiff Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-backup/bareos/files/bareos-dir.initd,v 1.3 2014/05/04 16:49:52 mschiff Exp $
66
67 depend() {
68 use dns bareos-fd bareos-sd
69 @@ -9,6 +9,7 @@
70
71 start() {
72 ebegin "Starting bareos director"
73 + checkpath -d -m 0750 -o bareos:bareos /run/bareos
74 start-stop-daemon --start --quiet --exec /usr/sbin/bareos-dir \
75 -- ${DIR_OPTIONS}
76 eend $?
77
78
79
80 1.3 app-backup/bareos/files/bareos-fd.initd
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/files/bareos-fd.initd?rev=1.3&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/files/bareos-fd.initd?rev=1.3&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/files/bareos-fd.initd?r1=1.2&r2=1.3
85
86 Index: bareos-fd.initd
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/app-backup/bareos/files/bareos-fd.initd,v
89 retrieving revision 1.2
90 retrieving revision 1.3
91 diff -u -r1.2 -r1.3
92 --- bareos-fd.initd 12 Nov 2013 09:19:10 -0000 1.2
93 +++ bareos-fd.initd 4 May 2014 16:49:52 -0000 1.3
94 @@ -1,7 +1,7 @@
95 #!/sbin/runscript
96 -# Copyright 1999-2013 Gentoo Foundation
97 +# Copyright 1999-2014 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bareos/files/bareos-fd.initd,v 1.2 2013/11/12 09:19:10 mschiff Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/app-backup/bareos/files/bareos-fd.initd,v 1.3 2014/05/04 16:49:52 mschiff Exp $
101
102 depend() {
103 use dns
104 @@ -9,6 +9,7 @@
105
106 start() {
107 ebegin "Starting bareos file daemon"
108 + checkpath -d -m 0750 -o bareos:bareos /run/bareos
109 start-stop-daemon --start --quiet --exec /usr/sbin/bareos-fd \
110 -- ${FD_OPTIONS}
111 eend $?