LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Gentoo (https://www.linuxquestions.org/questions/gentoo-87/)
-   -   rc-update (https://www.linuxquestions.org/questions/gentoo-87/rc-update-771554/)

addr 11-25-2009 04:20 PM

rc-update
 
I have emerged xdm but rc-update add xdm default gives '/etc/init.d/xdm' not found.
How can I get the script into /etc/init.d/xdm?

MrChilly0 11-25-2009 06:10 PM

Something may be amiss here...did you verify that the xdm emerge went ok? Does ls /etc/init.d/ show any dm?

addr 11-26-2009 05:24 AM

I don't remember seeing any errors on the xdm emerge but there is no xdm in /etc/init.d.
Should I try it again do you think?

i92guboj 11-26-2009 04:57 PM

That script is not part of xdm, as odd as it might sound.

xdm has actually two meanings:
  • xdm, the init script/service. It's a service that enables graphics logins by calling a display manager.
  • xdm, the display manager. It's one of the many display managers that exist, along with kdm, entrance, gdm, and a few others.

So, the xdm service can call the xdm display manager, but also any other display manager.

The x11-apps/xdm package contains the xdm display manager. The xdm service is contained in x11-apps/xinit. The mystery now is "why the hell isn't that package already installed?". That package should have been installed as a dependency when you installed Xorg. It doesn't only hold the xdm init script, but also some very important files like startx or xinit...


All times are GMT -5. The time now is 11:35 AM.