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.20110725.etc.tar.gz / bradford.20110725.etc.tar / etc / sysconfig / suseconfig < prev    next >
Text File  |  2006-12-18  |  2KB  |  91 lines

  1. ## Path:    System/SuSEconfig
  2. ## Type:    yesno
  3. ## Default:    yes
  4. ## Config:    perl
  5. #
  6. # May SuSEconfig modify your perllocal.pod? (yes/no)
  7. #
  8. CREATE_PERLLOCAL_POD="yes"
  9. ## Path:    System/SuSEconfig
  10. ## Description:    
  11. ## Type:    yesno
  12. ## Default:    yes
  13. #
  14. # Some people don't want SuSEconfig to modify the system. With this
  15. # entry you can disable SuSEconfig completely. 
  16. # Please don't contact our support if you have trouble configuring your 
  17. # system after having disabled SuSEconfig.  (yes/no)
  18. #
  19. ENABLE_SUSECONFIG="yes"
  20.  
  21. ## Type:    string(root,"")
  22. ## Default:    root
  23. #
  24. # SuSEconfig can mail reports (created by YaST or included in packages)
  25. # to you.  Here you can set the address.  If you don't want reports to
  26. # be sent, then simply set it to "".
  27. #
  28. MAIL_REPORTS_TO="root"
  29.  
  30. ## Type:    list(warn,all,off)
  31. ## Default:    off
  32. #
  33. # There are two levels of mailing. If you set MAIL_LEVEL it to "warn"
  34. # you will only get the important mails. If you set it to "all", you will
  35. # also receive the logs.
  36. #
  37. MAIL_LEVEL="off"
  38.  
  39. ## Type:    yesno
  40. ## Default:    yes
  41. #
  42. # We have a small perl script to generate the usr/info/dir file. Do you
  43. # want this file to be generated? (yes/no)
  44. #
  45. CREATE_INFO_DIR="yes"
  46.  
  47. ## Type:    yesno
  48. ## Default:    no
  49. #
  50. # If SORT_PASSWD_BY_UID is set to yes, SuSEconfig sorts your /etc/passwd
  51. # and /etc/group by uid/gid.
  52. #
  53. SORT_PASSWD_BY_UID="no"
  54.  
  55. ## Type:    yesno
  56. ## Default:    no
  57. #
  58. # Do you want to have "." in root path?  This is not recommended, but
  59. # many people do prefer it (yes/no). The setting affects all system
  60. # users (with uid < 100)
  61. #
  62. CWD_IN_ROOT_PATH="no"
  63.  
  64. ## Type:    yesno
  65. ## Default:    yes
  66. #
  67. # Do you want to have "." in the path for normal users?
  68. # Defaults to "yes" since this has been the case for years.
  69. #
  70. CWD_IN_USER_PATH="no"
  71. ## Path:        System/SuSEconfig
  72. ## Type:        yesno
  73. ## Config:      groff
  74. ## Default:     yes
  75. #
  76. # Update /etc/papersize to get page sizes for groff correct? (yes/no)
  77. UPDATE_GROFF_CONF="yes"
  78. ## Type:        string(letter,legal,a4,b5)
  79. ## Config:      groff
  80. ## Default:     ""
  81. #
  82. # By default, SuSEconfig tries to get the correct page size
  83. # from your system wide locale (i.e. from the system wide value of
  84. # LC_PAPER, which is possibly inherited from the system wide value of LANG).
  85. # If you want to set a page size for groff different from that,
  86. # you can set GROFF_PAGESIZE to the following values
  87. #      letter, legal, a4, b5
  88. #
  89. GROFF_PAGESIZE=""
  90.