diff options
author | 2005-07-12 09:36:19 +0000 | |
---|---|---|
committer | 2005-07-12 09:36:19 +0000 | |
commit | d1c1f22b12ffb81d3e528d349a88b46165073bb5 (patch) | |
tree | caa8fce480c17d8bc4cb1aaf0bd3a3be767af343 /sys-cluster/torque | |
parent | Added ~amd64 keyword. (diff) | |
download | historical-d1c1f22b12ffb81d3e528d349a88b46165073bb5.tar.gz historical-d1c1f22b12ffb81d3e528d349a88b46165073bb5.tar.bz2 historical-d1c1f22b12ffb81d3e528d349a88b46165073bb5.zip |
Missed one more directory. Make sure it exists else you get strange errors.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-cluster/torque')
-rw-r--r-- | sys-cluster/torque/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/torque/Manifest | 4 | ||||
-rw-r--r-- | sys-cluster/torque/torque-1.2.0_p1-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-cluster/torque/ChangeLog b/sys-cluster/torque/ChangeLog index c965d471205d..76a2a3ec86b1 100644 --- a/sys-cluster/torque/ChangeLog +++ b/sys-cluster/torque/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/torque # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.14 2005/07/12 08:10:36 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.15 2005/07/12 09:36:19 robbat2 Exp $ + + 12 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> + torque-1.2.0_p1-r2.ebuild: + Missed one more directory. Make sure it exists else you get strange errors. 12 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> torque-1.2.0_p1-r2.ebuild: diff --git a/sys-cluster/torque/Manifest b/sys-cluster/torque/Manifest index bf4c3686633c..8057929a50c2 100644 --- a/sys-cluster/torque/Manifest +++ b/sys-cluster/torque/Manifest @@ -1,8 +1,8 @@ MD5 7dd1a27cf57520610867640d86e91ba3 torque-1.2.0_p1-r1.ebuild 1874 MD5 c6f3121536e6adce335641c7a3c961ae torque-1.2.0_p1.ebuild 2312 MD5 38ff4b249a54a78f0a2d720fbf20b534 torque-1.0.1_p6.ebuild 1910 -MD5 034ff8f633d4f41cbef0771ceb458520 torque-1.2.0_p1-r2.ebuild 2401 -MD5 705446aab42e8265d2f4a623fbd3b78f ChangeLog 2813 +MD5 d18ea01c292ee1127343a7143f8af6f7 torque-1.2.0_p1-r2.ebuild 2405 +MD5 3451ee8fe1ea06e1bf4224144114fb03 ChangeLog 2974 MD5 cde8b4e93c9339eb99fe3ad45941c99b metadata.xml 160 MD5 0358ef5f33cbdf1c0f764f1407677480 files/1.2.0_p1-respect-destdir.patch 21686 MD5 aa9daa3694ffc472849365fdda73b0f9 files/pbs.rc 2138 diff --git a/sys-cluster/torque/torque-1.2.0_p1-r2.ebuild b/sys-cluster/torque/torque-1.2.0_p1-r2.ebuild index 35c942676040..2c5cd033ce2d 100644 --- a/sys-cluster/torque/torque-1.2.0_p1-r2.ebuild +++ b/sys-cluster/torque/torque-1.2.0_p1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-1.2.0_p1-r2.ebuild,v 1.5 2005/07/12 08:10:36 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-1.2.0_p1-r2.ebuild,v 1.6 2005/07/12 09:36:19 robbat2 Exp $ inherit flag-o-matic eutils @@ -76,5 +76,5 @@ pkg_postinst() { # this file MUST exist for PBS/Torque to work touch ${ROOT}/etc/pbs_environment # likewise for these directories - mkdir -p ${ROOT}/usr/spool/PBS/{spool,mom_{priv/jobs,logs},sched_{priv,logs},server_priv/{jobs,queues,accounting}} + mkdir -p ${ROOT}/usr/spool/PBS/{aux,spool,mom_{priv/jobs,logs},sched_{priv,logs},server_priv/{jobs,queues,accounting}} } |