Re: Plans for after FreeBSD-5.3-RELEASE.

From: Jose M Rodriguez <josemi_at_freebsd.jazztel.es>
Date: Wed, 22 Sep 2004 20:42:59 +0200
On Wed, 22 Sep 2004 12:54:33 -0500, Scot Hetzel <swhetzel_at_gmail.com> wrote:

> On Wed, 22 Sep 2004 14:57:00 +0200, Jose M Rodriguez
> <josemi_at_freebsd.jazztel.es> wrote:
>>   Our main problem is that we need to do some tweaks to FreeBSD that
>> can go to ports and base.  We prefer share them that making local  
>> patches.
>>
>>   Our main objection is that x11, gnome and kde are heavy (and happy)
>> maintained.
>>
>>   Our ask is about comments, notes and approvals to:
>>
>>     - patchs against src for /etc/rc.d/xdm and so.
>>     - patchs against xorg-clients (and sim) to move xinit/xdm config to
>> /etc/X11
>
> The rc.d scripts would still need to be installed into ${PREFIX}/etc/rc.d
>

No. I'm talking about /usr/src/etc/rc.d/xdm

This script is inherit from NetBSD rcNG, but is not active on FreeBSD.

I think is a better option that:
   ${PREFIX}/etc/rc.d{gdm.sh|kdm.sh|xdm.sh}

And more in the way of launch xdm/kdm from init via /etc/ttys

So, any "xdm" you choose, allways make the config on /etc

- via /etc/ttys -> classic FreeBSD method to launch xdm/kdm

- via /etc/rc.conf -> new method I want to try

/etc/defaults/rc.conf
+ xdm_enble="NO"
+ xdm_program="/usr/X11R6/bin/xdm"

/etc/rc.conf (xdm)
xdm_enable="YES"

/etc/rc.conf (gdm)
xdm_program="/usr/X11R6/bin/gdm"
xdm_enable="YES"

...

> You should ask on the ports mailing list as these changes would affect
> more than just 5.3+ and -CURRENT.
>

Yes, of course.

But I want some ack that maybe possible.

I no issues by x11 and gnome, my initial workplan about this is:

  - make /etc/rc.d/xdm usable on CURRENT
  - convert gdm2 ${PREFIX}/etc/rc.d/gdm.sh.sample in a rcNG gdm.sh script
  - make gdm2 depend on sysutils/rc_subr on non 5.x systems
  - after some point of CURRENT/RELENG_5, use xdm_enable instead of  
gdm_enable
  - in the same moment or afer that make gmd2 not install  
${PREFIX}/etc/rc.d/gdm.sh

Any comments about that are welcome

Also, on making this or other script capable of launch a Xserver for XDMCP  
(Xterminal).

--
   josemi

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
Received on Wed Sep 22 2004 - 16:43:04 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:13 UTC