OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
2.3 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../sysfiles/etc_inittab.txt
  5. # Copyright (C) 1998 - 2003 Clifford Wolf
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; version 2 of the License. A copy of the
  12. # GNU General Public License can be found in the file COPYING.
  13. # --- SDE-COPYRIGHT-NOTE-END ---
  14. #
  15. # See "man 5 inittab" for details.
  16. #
  17. # The default runlevel.
  18. id:2:initdefault:
  19. # /etc/rc.d executes the S and K scripts upon change
  20. # of runlevel.
  21. #
  22. # Runlevels 0 and 6 are halt and reboot.
  23. # Runlevels 1-5 are multi-user.
  24. # Runlevel S is single user.
  25. l0:0:wait:/etc/rc.d/rc
  26. l1:1:wait:/etc/rc.d/rc
  27. l2:2:wait:/etc/rc.d/rc
  28. l3:3:wait:/etc/rc.d/rc
  29. l4:4:wait:/etc/rc.d/rc
  30. l5:5:wait:/etc/rc.d/rc
  31. l6:6:wait:/etc/rc.d/rc
  32. ls:S:wait:/etc/rc.d/rc
  33. ~~:S:wait:/sbin/sulogin
  34. # What to do when CTRL-ALT-DEL is pressed.
  35. ca:12345:ctrlaltdel:/sbin/shutdown -r now
  36. # /sbin/agetty invocations for the runlevels.
  37. #
  38. # The "id" field MUST be the same as the last
  39. # characters of the device (after "tty").
  40. #
  41. # Format:
  42. # <id>:<runlevels>:<action>:<process>
  43. #
  44. # Maintenace Console on /dev/console
  45. #
  46. #1:12345:respawn:/sbin/agetty -L -i -I '\012\015\012Maintenance Console:\012' 9600 console linux
  47. #
  48. # Virtual Consoles 1-6
  49. #
  50. # to enable the SAK blocking feature add the options "-t 10 -s /etc/sakmsg"
  51. #
  52. # to clear the screen on ANSI terminals add the option "-I '\033[H\033[J'"
  53. #
  54. # there are 3 Issue files:
  55. # /etc/issue ........ Simple login screen for consoles or terminals
  56. # /etc/issue.ansi ... Login screen for ANSI consoles or terminals
  57. # /etc/issue.net .... Login message for network connections
  58. #
  59. 1:12345:respawn:/sbin/agetty -L -i -I '\012\015' 38400 vc/1 linux
  60. 2:12345:respawn:/sbin/agetty -f /etc/issue.ansi 38400 vc/2 linux
  61. 3:12345:respawn:/sbin/agetty -f /etc/issue.ansi 38400 vc/3 linux
  62. 4:12345:respawn:/sbin/agetty -f /etc/issue.ansi 38400 vc/4 linux
  63. 5:12345:respawn:/sbin/agetty -f /etc/issue.ansi 38400 vc/5 linux
  64. 6:12345:respawn:/sbin/agetty -f /etc/issue.ansi 38400 vc/6 linux
  65. #
  66. # A X display manager (multiplexer)
  67. #
  68. X:5:respawn:/usr/X11/bin/startxdm