Changeset 42 for confman/confman.conf


Ignore:
Timestamp:
03/29/2006 14:58:22 (6 years ago)
Author:
ccowart
Message:

Updating some config options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/confman.conf

    r41 r42  
    1616REPO_PATH="/usr/local/rescomp/repo/conf/conf" 
    1717 
    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  
    2418# The directory from the root of the repository to our checkpoints: 
    2519REPO_CHECKPTS="checkpoints" 
     
    2923 
    3024# The path to our current host's recipe file 
    31 # RECIPE_PATH="/usr/local/rescomp/etc/recipe" 
    3225RECIPE_PATH="/usr/local/rescomp/etc/recipe" 
    3326 
     
    4033 
    4134# Default file properties 
    42 DEFAULT_MODE="0444" 
     35DEFAULT_MODE_DIRECTORY="0444" 
     36DEFAULT_MODE_FILE="0555" 
    4337DEFAULT_OWNER="root" 
    4438DEFAULT_GROUP="wheel" 
Note: See TracChangeset for help on using the changeset viewer.