home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd2.bin / suse / inst-sys / etc / rc.config < prev    next >
Text File  |  2000-03-30  |  2KB  |  74 lines

  1. #
  2. # /etc/rc.config
  3. #
  4. # Copyright (c) 1996 S.u.S.E. Gmbh Fuerth, Germany.  All rights reserved.
  5. #
  6. # Author: Florian La Roche <florian@suse.de>, 1996
  7. #      Werner Fink <werner@suse.de>, 1996
  8. #      Burchard Steinbild <bs@suse.de>, 1996
  9. #
  10. # Configuration database for shell scripts in /sbin/init.d, SuSEconfig and
  11. # /root/bin/cron.daily
  12. #
  13. # Please edit this file and execute /sbin/SuSEConfig to configure everything.
  14. # Also don't forget to edit the following files:
  15. #    - /etc/lilo.conf
  16. #    - /etc/fstab
  17. #    - /etc/profile
  18. #    - /etc/hosts
  19. #
  20.  
  21.  
  22.  
  23. #
  24. # Which device is the mouse ? (e.g. "/dev/ttyS0")
  25. #
  26. MOUSE="YAST_ASK"
  27.  
  28. #
  29. # keytable and console font
  30. # (e.g. "de-latin1-nodeadkeys" for KEYTABLE, empty for US settings)
  31. #
  32. KEYTABLE="de-latin1-nodeadkeys"
  33. FONT="YAST_ASK"
  34.  
  35.  
  36. #
  37. # Timezone (e.g. MET)
  38. # (this will set /usr/lib/zoneinfo/localtime)
  39. #
  40. TIMEZONE="Europe/Berlin"
  41.  
  42.  
  43. #
  44. # should updatedb (for locate) be started by cron.daily ("yes" or "no")
  45. #
  46. RUN_UPDATEDB=no
  47.  
  48.  
  49. #
  50. # old corefiles? should they be deleted ("yes" or "no")
  51. # if set to no, cron.daily will tell you, if it finds old core files.
  52. # please note, that this feature needs RUN_UPDATEDB to be set to "yes".
  53. #
  54. DELETE_OLD_CORE=no
  55.  
  56.  
  57. #
  58. # hostname of the system (full name)
  59. # if zero, and bootp is used above, bootp will also set the hostname
  60. # (e.g. "riemann.suse.de" or "hugo.linux.de")
  61. # don't forget to also edit /etc/hosts for your system
  62. #
  63. FQHOSTNAME=YoMama.sofa.de
  64.  
  65. #
  66. # SuSE Linux contains two different configurations for
  67. # chkstat. The differences can be found in /etc/permissions.secure
  68. # and /etc/permissions.easy. If you create your own configuration
  69. # (e.g. permissions.foo), you can enter the extension here as well.
  70. #
  71. # (easy/secure local foo whateveryouwant).
  72. #
  73. PERMISSION_SECURITY="easy local"
  74.