Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 118721 Details for
Bug 177410
sys-apps/baselayout-2.0.0_alpha2 - No keyboard under X
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/etc/conf.d/rc
rc (text/plain), 4.70 KB, created by
Togge
on 2007-05-10 06:47:09 UTC
(
hide
)
Description:
/etc/conf.d/rc
Filename:
MIME Type:
Creator:
Togge
Created:
2007-05-10 06:47:09 UTC
Size:
4.70 KB
patch
obsolete
># /etc/conf.d/rc: Global config file for the Gentoo RC System > ># Set to "yes" if you want the rc system to try and start services ># in parallel for a slight speed improvement. >RC_PARALLEL="no" > ># If we're running in parallel then the output of each service is buffered ># until the service finishes. This is so the output one service is not mixed ># with the output of another service. ># To avoid buffering can prefix each line of output to see the service which ># it belongs to by setting the RC_PREFIX="yes". >RC_PREFIX="yes" > ># Set RC_INTERACTIVE to "yes" and you'll be able to press the I key during ># boot so you can choose to start specific services. Set to "no" to disable ># this feature. >RC_INTERACTIVE="yes" > ># RC_VERBOSE will make init scripts more verbose and adds ># "Service FOO starting/started/stopping/stopped" messages around each ># init script. >RC_VERBOSE="yes" > ># RC_QUIET on the other hand will make init scripts quiet and produce no ># output. >RC_QUIET="no" > > ># Do we allow any started service in the runlevel to satisfy the depedency ># or do we want all of them regardless of state? For example, if net.eth0 ># and net.eth0 are in the default runlevel then with RC_STRICT_DEPEND="no" ># both will be started, but services that depend on 'net' will work if either ># one comes up. With RC_STRICT_DEPEND="yes" we would require them both to ># come up. >RC_STRICT_DEPEND="no" > ># Do we allow services to be hotplugged? If not, set to RC_HOTPLUG="no" ># NOTE: This does not affect anything hotplug/udev/devd related, just the ># starting/stopping of the init.d service triggered by it. >RC_HOTPLUG="yes" > ># Dynamic /dev managers can trigger coldplug events which cause services to ># start before we are ready for them. If this happens, we can defer these ># services to start in the boot runlevel. Set RC_COLDPLUG="no" if you don't ># want this. ># NOTE: This also affects module coldplugging in udev-096 and higher ># If you want module coldplugging but not coldplugging of services then you ># can set RC_COLDPLUG="yes" and RC_PLUG_SERVICES="!*" >RC_COLDPLUG="yes" > ># Some people want a finer grain over hotplug/coldplug. RC_PLUG_SERVICES is a ># list of services that are matched in order, either allowing or not. By ># default we allow services through as RC_COLDPLUG/RC_HOTPLUG has to be yes ># anyway. ># Example - RC_PLUG_SERVICES="net.wlan !net.*" ># This allows net.wlan and any service not matching net.* to be plugged. >RC_PLUG_SERVICES="!net.eth*" > ># Define network fstypes. Below is the default. >#RC_NET_FS_LIST="afs cifs coda davfs fuse gfs ncpfs nfs nfs4 ocfs2 shfs smbfs" > ># RC_FORCE_AUTO tries its best to prevent user interaction during the boot and ># shutdown process. For example, fsck will automatically be run or volumes ># remounted to create proper directory trees. This feature can be dangerous ># and is meant ONLY for headless machines where getting a physical console ># hooked up is a huge pita. >RC_FORCE_AUTO="no" > > >############################################################################## ># SERVICE CONFIGURATION VARIABLES ># These variables are documented here, but should be configured in ># /etc/conf.d/foo for service foo and NOT enabled here unless you ># really want them to work on a global basis. > ># Some daemons are started and stopped via start-stop-daemon. ># We can set some things on a per service basis, like the nicelevel. >#export SSD_NICELEVEL="-19" > ># Pass ulimit parameters >#RC_ULIMIT="-u 30" > ># It's possible to define extra dependencies for services like so >#RC_NEED="openvpn" >#RC_USE="net.eth0" > > > >############################################################################## ># LINUX SPECIFIC OPTIONS > ># This is the number of tty's used in most of the rc-scripts (like ># consolefont, numlock, etc ...) >RC_TTY_NUMBER=11 > ># 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 ># instances where you may not want this to happen such as using Wake On LAN. >RC_DOWN_INTERFACE="yes" > ># RC_DOWN_HARDDISK allows you to specify if RC will put harddisks to ># standby mode when it stops. >RC_DOWN_HARDDISK="yes" > ># Use this variable to control the /dev management behavior. ># auto - let the scripts figure out what's best at boot ># devfs - use devfs (requires sys-fs/devfsd) ># udev - use udev (requires sys-fs/udev) ># static - let the user manage /dev (YOU need to create ALL device nodes) >RC_DEVICES="auto" > ># UDEV OPTION: ># Set to "yes" if you want to save /dev to a tarball on shutdown ># and restore it on startup. This is useful if you have a lot of ># custom device nodes that udev does not handle/know about. >RC_DEVICE_TARBALL="no" > ># RC_DMESG_LEVEL sets the level at which logging of messages is done to the ># console. See dmesg(8) for more info. >RC_DMESG_LEVEL="1" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 177410
:
118719
| 118721