Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/maui/files: maui.initd
Date: Wed, 29 Jun 2011 16:15:15
Message-Id: 20110629161504.450EF20057@flycatcher.gentoo.org
1 alexxy 11/06/29 16:15:04
2
3 Modified: maui.initd
4 Log:
5 [sys-cluster/maui ] Fix typo in init.d
6
7 (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-cluster/maui/files/maui.initd
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/files/maui.initd?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/files/maui.initd?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/files/maui.initd?r1=1.1&r2=1.2
15
16 Index: maui.initd
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/maui/files/maui.initd,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- maui.initd 29 Jun 2011 13:55:09 -0000 1.1
23 +++ maui.initd 29 Jun 2011 16:15:04 -0000 1.2
24 @@ -1,7 +1,7 @@
25 #!/sbin/runscript
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/files/maui.initd,v 1.1 2011/06/29 13:55:09 alexxy Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/files/maui.initd,v 1.2 2011/06/29 16:15:04 alexxy Exp $
30
31 . /etc/conf.d/torque
32 PBS_SERVER_HOME="$(. /etc/env.d/25torque; echo ${PBS_SERVER_HOME})"
33 @@ -39,7 +39,7 @@
34
35 stop() {
36 ebegin "Stopping Maui scheduler"
37 - start-stop-daemon --stop -p /usr/spool/maui/maui.pid
38 + start-stop-daemon --stop -p /var/spool/maui/maui.pid
39 eend ${?}
40 }
41 # vim:ts=4