home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20101108.etc.tar.gz / bradford.20101108.etc.tar / etc / sysconfig / scpm < prev    next >
Text File  |  2006-12-18  |  2KB  |  74 lines

  1. ## Path:    System/Profilemanagement/SCPM
  2. ## Description: SCPM (System Configuration Profile Management) is a\
  3. ## system to manage different configuration settings.
  4. ## Path:    System/Profilemanagement/SCPM
  5. ## Type:    yesno
  6. ## Default:    yes
  7. # Print verbose messages
  8. VERBOSE="yes"
  9.  
  10. ## Path:    System/Profilemanagement/SCPM
  11. ## Type:    yesno
  12. ## Default:    no
  13. # Log debug messages
  14. DEBUG=""
  15.  
  16. ## Path:    System/Profilemanagement/SCPM
  17. ## Type:    list(normal,skip,force)
  18. ## Default:    normal
  19. # Sets the default behaviour when switching profiles
  20. # normal  ask what to do with changes
  21. # skip    drop changes
  22. # force   save changes
  23. SWITCH_MODE="normal"
  24.  
  25. ## Path:    System/Profilemanagement/SCPM
  26. ## Type:    list(force,skip,backup)
  27. ## Default:    force
  28. # Defines the behaviour when booting into a profile
  29. # force   save changes
  30. # skip    drop changes
  31. # backup  create a profile named _boot (obsolete)
  32. BOOT_MODE="force"
  33.  
  34. ## Path:    System/Profilemanagement/SCPM
  35. ## Type:    yesno
  36. ## Default:    yes
  37. # If set to yes, scpm will write boot information to /boot/message
  38. # which can be used by GRUB
  39. WRITE_BOOT_CONFIG="yes"
  40.  
  41. ## Path:    System/Profilemanagement/SCPM
  42. ## Type:    string
  43. ## Default:    /var/log/scpm
  44. # Defines the location of the log file
  45. #
  46. # May be also "syslog" for logging via syslog or "stderr"
  47. # for console logging
  48. LOGFILE="/var/log/scpm"
  49.  
  50. ## Path:    System/Profilemanagement/SCPM
  51. ## Type:    string
  52. ## Default:    /var/lib/scpm/scdb/scdb.db
  53. # Location of database file
  54. DBFILE="/var/lib/scpm/scdb/scdb.db"
  55.  
  56. ## Path:    System/Profilemanagement/SCPM
  57. ## Type:    string
  58. ## Default:    /usr/lib/scpm
  59. # Root directory of SCPM data
  60. # Do not change!
  61. LIBDIR="/usr/lib/scpm"
  62.  
  63. ## Path:    System/Profilemanagement/SCPM
  64. ## Type:    string
  65. ## Default:    /var/lib/scpm/profiles
  66. # Defines where the profile data gets stored
  67. PROFILEDIR="/var/lib/scpm/profiles"
  68.  
  69. ## Path:    System/Profilemanagement/SCPM
  70. ## Type:    string
  71. ## Default:    /etc/scpm.users
  72. # Configuration file for non-root users allowed to use SCPM
  73. USERSFILE="/etc/scpm.users"
  74.