Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2004 14:50:33 +0200
From:      "Jose M Rodriguez" <josemi@freebsd.jazztel.es>
To:        current@freebsd.org
Subject:   WIP: /etc/rc.d/xdm RCORDER problems
Message-ID:  <opsezkmjx86abrq7@localhost.redesjm.local>

next in thread | raw e-mail | index | archive | help
I have now a working /etc/rc.d/xdm script for booting  
Xorg(XDMCP)/gdm/kdm/xdm.
But I have reached a problem.

The xdm script requires LOGIN syscons and moused.
But xdm is take very early by rcorder and gets running before init launch  
the gettys.
For a safe solution, I think that /etc/rc.d/xdm must tagged 'nostart' and  
launch from /etc/ttys.
No. In this case must become a real wrapper.

But I recall that gnome users do this from /usr/X11R6/etc/rc.d/gdm.sh  
without too much problems

So, I think that must be a real /etc/rc.d/ problem

After a first look, IMHO, seems that a lot of BEFORE tags are missing.  At  
last several BEFORE: LOGIN.

rcorder -k FreeBSD -s nostart /etc/rc.d/*
...
/etc/rc.d/LOGIN
/etc/rc.d/syscons
/etc/rc.d/xdm
/etc/rc.d/watchdogd
/etc/rc.d/sshd
/etc/rc.d/sendmail
/etc/rc.d/archdep
/etc/rc.d/abi
/etc/rc.d/cron
/etc/rc.d/devfs
/etc/rc.d/jail
/etc/rc.d/localpkg
/etc/rc.d/netoptions
/etc/rc.d/securelevel
/etc/rc.d/resolv
/etc/rc.d/pcvt
/etc/rc.d/othermta
/etc/rc.d/nsswitch
/etc/rc.d/msgs
/etc/rc.d/mixer
/etc/rc.d/inetd
/etc/rc.d/bgfsck

This is FreeBSD-5BETA5

May I send-pr this?

--
   josemi

--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?opsezkmjx86abrq7>