Revision 9a6ade06

b/lib/backend.py
2204 2204
  for pname, pvalue in os_params.items():
2205 2205
    result["OSP_%s" % pname.upper()] = pvalue
2206 2206

  
2207
  # Set a default path otherwise programs called by OS scripts (or
2208
  # even hooks called from OS scripts) might break, and we don't want
2209
  # to have each script require setting a PATH variable
2210
  result["PATH"] = constants.HOOKS_PATH
2211

  
2207 2212
  return result
2208 2213

  
2209 2214

  

Also available in: Unified diff