diff options
author | Roy Marples <roy@marples.name> | 2007-09-02 13:09:34 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-02 13:09:34 +0000 |
commit | 09374583acba796879a13635242fdee0ac20c61c (patch) | |
tree | d568a9b3f97a645d84d89418099c9300e9294908 /conf.d.Linux | |
parent | 2d39857170b1e85d39fa5f6b1bbf81c584b3af20 (diff) |
RC_TTY_NUMBER now defaults to 12, #190996 thanks to Pacho Ramos.
Diffstat (limited to 'conf.d.Linux')
-rw-r--r-- | conf.d.Linux/rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d.Linux/rc b/conf.d.Linux/rc index bd41acf7..9052ee5f 100644 --- a/conf.d.Linux/rc +++ b/conf.d.Linux/rc @@ -4,7 +4,7 @@ # This is the number of tty's used in most of the rc-scripts (like # consolefont, numlock, etc ...) -RC_TTY_NUMBER=11 +RC_TTY_NUMBER=12 # RC_DOWN_INTERFACE allows you to specify if RC will bring the interface # completely down when it stops. The default is yes, but there are some |