Gentoo Archives: gentoo-commits

From: "Justin Bronder (jsbronder)" <jsbronder@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/torque/files: torque-env.d-2.2.1-r1
Date: Tue, 04 Dec 2007 21:38:19
Message-Id: E1IzfT3-0006hx-V8@stork.gentoo.org
1 jsbronder 07/12/04 21:38:13
2
3 Modified: torque-env.d-2.2.1-r1
4 Log:
5 Don't expect variable expansion in env.d. Thanks to jer for reporting this (Bug #201260).
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.2 sys-cluster/torque/files/torque-env.d-2.2.1-r1
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/torque/files/torque-env.d-2.2.1-r1?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/torque/files/torque-env.d-2.2.1-r1?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/torque/files/torque-env.d-2.2.1-r1?r1=1.1&r2=1.2
14
15 Index: torque-env.d-2.2.1-r1
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/files/torque-env.d-2.2.1-r1,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- torque-env.d-2.2.1-r1 29 Nov 2007 01:01:36 -0000 1.1
22 +++ torque-env.d-2.2.1-r1 4 Dec 2007 21:38:13 -0000 1.2
23 @@ -3,5 +3,5 @@
24
25 # Configuration files that are included in the initial Torque install
26 PBS_SERVER_HOME="/var/spool/torque"
27 -CONFIG_PROTECT="${PBS_SERVER_HOME}/sched_priv/{holidays,resource_group,dedicated_time,sched_config} ${PBS_SERVER_HOME}/{server_name,pbs_environment}"
28 +CONFIG_PROTECT="/var/spool/torque"
29
30
31
32
33 --
34 gentoo-commits@g.o mailing list