Changeset 306 for trunk/confman.conf.sample.in
- Timestamp:
- 01/26/2009 21:53:49 (3 years ago)
- File:
-
- 1 moved
-
trunk/confman.conf.sample.in (moved) (moved from trunk/confman.conf.sample) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confman.conf.sample.in
r302 r306 10 10 11 11 # The path on the remote host to find the repository: 12 REPO_PATH=" ${PREFIX}/repo/conf/conf"12 REPO_PATH="@prefix@/repo/conf/conf" 13 13 14 14 # The list of singularities on this host … … 19 19 # file://, http://, https://, ftp://, sftp://, and scp://. Port numbers 20 20 # are not handled correctly in sftp and scp URIs. 21 CONF_EXPORT_FILE=" /var/db/confman/export.tgz"21 CONF_EXPORT_FILE="@localstatedir@/db/confman/export.tgz" 22 22 CONF_EXPORT_URI="scp://confman@${REPO_HOSTNAME}${CONF_EXPORT_FILE}" 23 CONF_SSH_KEY="/root/ id_rsa"23 CONF_SSH_KEY="/root/.ssh/id_rsa" 24 24
Note: See TracChangeset
for help on using the changeset viewer.
