diff --git a/ChangeLog b/ChangeLog index 5a84ee52..10f6a1c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo System Intialization ("rc") scripts # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2 + 02 Sep 2007; Roy Marples : + + RC_TTY_NUMBER now defaults to 12, #190996 thanks to Pacho Ramos. + 31 Aug 2007; Roy Marples : Only generate dependencies for Gentoo scripts, #190547. 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