Changeset 42 for confman/confman.conf
- Timestamp:
- 03/29/2006 14:58:22 (6 years ago)
- File:
-
- 1 edited
-
confman/confman.conf (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
confman/confman.conf
r41 r42 16 16 REPO_PATH="/usr/local/rescomp/repo/conf/conf" 17 17 18 # The directory from the root of the repository to rescomp core:19 REPO_CORE="core"20 21 # The directory from the root of the repository to host-specific data:22 REPO_LOCAL="`hostname -s`"23 24 18 # The directory from the root of the repository to our checkpoints: 25 19 REPO_CHECKPTS="checkpoints" … … 29 23 30 24 # The path to our current host's recipe file 31 # RECIPE_PATH="/usr/local/rescomp/etc/recipe"32 25 RECIPE_PATH="/usr/local/rescomp/etc/recipe" 33 26 … … 40 33 41 34 # Default file properties 42 DEFAULT_MODE="0444" 35 DEFAULT_MODE_DIRECTORY="0444" 36 DEFAULT_MODE_FILE="0555" 43 37 DEFAULT_OWNER="root" 44 38 DEFAULT_GROUP="wheel"
Note: See TracChangeset
for help on using the changeset viewer.
