Changeset 120 for trunk/confman/confman.conf
- Timestamp:
- 12/04/2006 01:32:20 (5 years ago)
- File:
-
- 1 edited
-
trunk/confman/confman.conf (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confman/confman.conf
r100 r120 14 14 15 15 # The hostname providing our config repository: 16 REPO_HOSTNAME=" kermit.rescomp.berkeley.edu"16 REPO_HOSTNAME="svn.rescomp.berkeley.edu" 17 17 18 18 # The path on the remote host to find the repository: … … 42 42 DEFAULT_COMMENT="#" 43 43 44 # This is the URI for clients to locate the exported working copy. This 45 # is used by system processes (crons). There are URI handlers for 46 # file://, http://, https://, ftp://, sftp://, and scp://. Port numbers 47 # are not handled correctly in sftp and scp URIs. 48 CONF_EXPORT_FILE="/var/db/confman/export.tgz" 49 CONF_EXPORT_URI="scp://${REPO_HOSTNAME}${CONF_EXPORT_FILE}" 50 51 # What group should be able to read confman files? 52 CONF_GROUP="staff" 53 44 54 # Enable or disable debugging 45 55 DEBUG="false"
Note: See TracChangeset
for help on using the changeset viewer.
