Ignore:
Timestamp:
01/26/2009 21:53:49 (3 years ago)
Author:
blee
Message:

Some Autotools cleanup:

  • /var is no longer hard-coded (instead use localstatedir)
  • confman.conf.sample is now created by autotools so that it has relevant defaults

Additionally:

  • Changing default of CONF_SSH_KEY to /root/.ssh/id_rsa

See #6

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/confman.conf.sample.in

    r302 r306  
    1010 
    1111# The path on the remote host to find the repository: 
    12 REPO_PATH="${PREFIX}/repo/conf/conf" 
     12REPO_PATH="@prefix@/repo/conf/conf" 
    1313 
    1414# The list of singularities on this host 
     
    1919# file://, http://, https://, ftp://, sftp://, and scp://. Port numbers 
    2020# are not handled correctly in sftp and scp URIs. 
    21 CONF_EXPORT_FILE="/var/db/confman/export.tgz" 
     21CONF_EXPORT_FILE="@localstatedir@/db/confman/export.tgz" 
    2222CONF_EXPORT_URI="scp://confman@${REPO_HOSTNAME}${CONF_EXPORT_FILE}" 
    23 CONF_SSH_KEY="/root/id_rsa" 
     23CONF_SSH_KEY="/root/.ssh/id_rsa" 
    2424 
Note: See TracChangeset for help on using the changeset viewer.