From owner-freebsd-x11@FreeBSD.ORG Mon Nov 15 10:51:39 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1511216A4CE; Mon, 15 Nov 2004 10:51:39 +0000 (GMT) Received: from smtp2.jazztel.es (smtp2.jazztel.es [62.14.3.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id B73DA43D39; Mon, 15 Nov 2004 10:51:38 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from antivirus by smtp2.jazztel.es with antivirus id 1CTeSN-0000uV-00 Mon, 15 Nov 2004 11:51:35 +0100 Received: from [212.106.252.3] (helo=rguez.homeunix.net) by smtp2.jazztel.es with esmtp id 1CTeSM-0000ts-00 Mon, 15 Nov 2004 11:51:35 +0100 Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) by rguez.homeunix.net (8.13.1/8.13.1) with ESMTP id iAFApaWt016310; Mon, 15 Nov 2004 11:51:36 +0100 (CET) (envelope-from freebsd@redesjm.local) Received: from localhost (localhost [[UNIX: localhost]]) by redesjm.local (8.13.1/8.13.1/Submit) id iAFApXuP001609; Mon, 15 Nov 2004 11:51:33 +0100 (CET) (envelope-from freebsd@redesjm.local) From: Jose M Rodriguez To: freebsd-x11@freebsd.org Date: Mon, 15 Nov 2004 11:51:32 +0100 User-Agent: KMail/1.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411151151.33028.freebsd@redesjm.local> X-AntiVirus: checked by AntiVir Milter (version: 1.1; AVE: 6.28.0.12; VDF: 6.28.0.59; host: antares.redesjm.local) X-Virus-Scanned: by antivirus cc: kde-freebsd@freebsd.kde.org cc: freebsd-gnome@freebsd.org Subject: X related scripts in Xclients ports X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2004 10:51:39 -0000 Hi, after a time working with my xdm script (/etc/rc.d/0xdm) I think it's time to go send-pr In the actual status, I don't feel too much confortable with the xdm script in the base system of HEAD, so I think the good way maybe add ${PREFIX}/etc/rc.d/${script}.sh and make this use etc/rc.subr. My actual candidates are: As part of client packages: ${PREFIX}/etc/rc.d/xdm.sh XDM_ENABLE [No] | YES XDM_PROGRAM [${X11BASE}/bin/xdm] | ${X11BASE}/bin/gdm | ${LOCALBASE}/bin/kdm As part of server packages: ${PREFIX}/etc/rc.d/000.x11tmp.sh X11_TMP_CLEAN [YES] | NO iDon't install any script with x11/gdm2 and print instructions to use XDM_ENABLE and XDM_PROGRAM to make gdm launch. The move will end with instructions in x11/kdebase3 pkg-message to use same vars. Also noted that going to scripts (actual gdm and future xdm) can generate race conditions between init gettys and xdm. The safe option I found is use fixed vts with xdm Xserver (vt9), but I'm not sure how do that with gdm Any comments on this are welcome. -- josemi