diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-07-21 03:39:23 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-07-21 03:39:23 +0000 |
commit | f770fd0101e1ff89fd05303cf4ac32592e725aee (patch) | |
tree | 0a3ef25d21aa3e84e334f27988c940b782436209 /sys-cluster/openpbs-common/files | |
parent | add a desktop entry (diff) | |
download | gentoo-2-f770fd0101e1ff89fd05303cf4ac32592e725aee.tar.gz gentoo-2-f770fd0101e1ff89fd05303cf4ac32592e725aee.tar.bz2 gentoo-2-f770fd0101e1ff89fd05303cf4ac32592e725aee.zip |
This is the new env.d entry to keep the PBS directories from being removed.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-cluster/openpbs-common/files')
-rw-r--r-- | sys-cluster/openpbs-common/files/digest-openpbs-common-1.1.0 | 0 | ||||
-rw-r--r-- | sys-cluster/openpbs-common/files/pbs-env.d | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys-cluster/openpbs-common/files/digest-openpbs-common-1.1.0 b/sys-cluster/openpbs-common/files/digest-openpbs-common-1.1.0 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/sys-cluster/openpbs-common/files/digest-openpbs-common-1.1.0 diff --git a/sys-cluster/openpbs-common/files/pbs-env.d b/sys-cluster/openpbs-common/files/pbs-env.d new file mode 100644 index 000000000000..ed9c1dd9147b --- /dev/null +++ b/sys-cluster/openpbs-common/files/pbs-env.d @@ -0,0 +1,6 @@ +# /etc/env.d/25pbs +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License, v2 or later + +# This is to stop portage removing stuff from here. Including empty directories! +CONFIG_PROTECT="/usr/spool/PBS" |