summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/torque')
-rw-r--r--sys-cluster/torque/ChangeLog6
-rw-r--r--sys-cluster/torque/torque-1.2.0_p1-r2.ebuild4
2 files changed, 7 insertions, 3 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/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}}
}