diff options
author | William Hubbs <williamh@gentoo.org> | 2012-01-25 13:06:55 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2012-02-20 20:13:11 -0600 |
commit | 32c506a4c813b77f9cad4051409bac15f9696e14 (patch) | |
tree | d5c8ec1fd7b74cbd4ca16e9e01e3c09df8434b74 /etc/rc.conf.Linux | |
parent | 04db6c3d39f1c2e81e7d6d98f17388e2003bc17f (diff) |
Drop rc_sys definition from build system
Diffstat (limited to 'etc/rc.conf.Linux')
-rw-r--r-- | etc/rc.conf.Linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.conf.Linux b/etc/rc.conf.Linux index e88fc538..d79165d8 100644 --- a/etc/rc.conf.Linux +++ b/etc/rc.conf.Linux @@ -16,7 +16,7 @@ # # This should be set to the value representing the environment this file is # PRESENTLY in, not the virtualization the environment is capable of. -rc_sys="@RC_SYS_DEFAULT@" +#rc_sys="" # This is the number of tty's used in most of the rc-scripts (like # consolefont, numlock, etc ...) |