~ubuntu-branches/ubuntu/precise/nordugrid-arc/precise

« back to all changes in this revision

Viewing changes to src/services/a-rex/urlogger/arc-ur-registrant

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2011-10-24 02:19:37 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20111024021937-8whiie90uq2oqsok
Tags: 1.1.0-2
* Backport fixes for endian independent md5 checksum
* Filter out -Wl,-Bsymbolic-functions from default Ubuntu LDFLAGS

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
 
41
41
# static file locations
42
 
DEFAULT_LOGFILE        = '/var/log/arc-ur-registration.log'
 
42
DEFAULT_LOGFILE        = '/var/log/arc/ur-registration.log'
43
43
 
44
44
# config sections
45
45
CONFIG_SECTION_COMMON  = 'common'
64
64
DEFAULT_HOSTKEY      = '/etc/grid-security/hostkey.pem'
65
65
DEFAULT_HOSTCERT     = '/etc/grid-security/hostcert.pem'
66
66
DEFAULT_CERTDIR      = '/etc/grid-security/certificates'
67
 
DEFAULT_LOG_DIR      = '/var/spool/nordugrid/usagerecords/'
 
67
DEFAULT_LOG_DIR      = '/var/spool/arc/usagerecords/'
68
68
DEFAULT_BATCH_SIZE   = 100
69
69
DEFAULT_UR_LIFETIME  = 30 # days
70
70