Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2002 15:10:54 -0500
From:      Glenn Johnson <glennpj@charter.net>
To:        Joe Marcus Clarke <marcus@marcuscom.com>
Cc:        freebsd-gnome <freebsd-gnome@FreeBSD.ORG>
Subject:   Re: login.conf environment settings are not passed with gdm2
Message-ID:  <20020918201054.GA14640@gforce.johnson.home>
In-Reply-To: <1032378643.341.82.camel@gyros.marcuscom.com>
References:  <20020917165830.GA24626@gforce.johnson.home> <1032330648.76378.100.camel@shumai.marcuscom.com> <20020918194530.GA14134@gforce.johnson.home> <1032378643.341.82.camel@gyros.marcuscom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 18, 2002 at 03:50:43PM -0400, Joe Marcus Clarke wrote:

> > > On Tue, 2002-09-17 at 12:58, Glenn Johnson wrote:
> >
> > While you are making commits to gdm2, the gdm.sh.sample file needs
> > to
> > have the following patch applied because gdm is just a wrapper script
> > for gdm-binary:
> > 
> > --- gdm.sh.sample.orig	Wed Sep 18 14:42:20 2002
> > +++ gdm.sh.sample	Wed Sep 18 14:42:35 2002
> > @@ -9,7 +9,7 @@
> >  	${PREFIX}/bin/gdm
> >  	;;
> >  stop)
> > -	/usr/bin/killall gdm 2>/dev/null
> > +	/usr/bin/killall gdm-binary 2>/dev/null
> >  	;;
> >  *)
> >  	echo "Usage: `basename $0` start | stop"
> 
> I was thinking killall -m gdm.  Think this might be too loose?

I guess the purpose of this would be to catch cases where something like
gdmgreeter is hanging around?

-- 
Glenn Johnson
glennpj@charter.net

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




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