Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 258107 Details for
Bug 349605
x11-base/xorg-server-1.9.2: /etc/init.d/xdm script starts before wicd causing VT switch back to tty1 after loading the desktop manager.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/etc/init.d/wicd script
wicd (text/plain), 770 bytes, created by
Paolo Barile
on 2010-12-26 15:08:09 UTC
(
hide
)
Description:
/etc/init.d/wicd script
Filename:
MIME Type:
Creator:
Paolo Barile
Created:
2010-12-26 15:08:09 UTC
Size:
770 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >opts="start stop restart" > >WICD_DAEMON=/usr/sbin/wicd >WICD_PIDFILE=/var/run/wicd/wicd.pid > >depend() { > need dbus > after hald > before ntp-client > provide net.eth0 net.wlan0 >} > >start() { > ebegin "Starting wicd daemon" > # fix Gentoo bug 296197 > sed -i 's/^\[\]$//' /etc/wicd/wired-settings.conf > "${WICD_DAEMON}" >/dev/null 2>&1 > eend $? >} > >stop() { > ebegin "Stopping wicd daemon and closing connections" > # can't use ssd because it needs the -k option > "${WICD_DAEMON}" -k >/dev/null 2>&1 > eend $? >} > >force_kill() { > ebegin "Stopping wicd daemon" > start-stop-daemon --stop --pidfile "${WICD_PIDFILE}" > eend $? >} > >restart() { > force_kill > start >}
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 349605
:
257947
|
258022
|
258023
|
258034
|
258106
| 258107