Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2004 18:19:07 +0200
From:      Jose M Rodriguez <josemi@freebsd.jazztel.es>
To:        freebsd-ports@freebsd.org
Cc:        "Paul J. Pathiakis" <paul@pathiakis.com>
Subject:   Re: SQL Ledger request
Message-ID:  <200410081819.07946.josemi@freebsd.jazztel.es>
In-Reply-To: <20041008133717.GN57641@submonkey.net>
References:  <200410081321.06400.paul@pathiakis.com> <20041008133717.GN57641@submonkey.net>

next in thread | previous in thread | raw e-mail | index | archive | help
--Boundary-00=_73rZB8OTSULY44R
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

El Viernes, 8 de Octubre de 2004 15:37, Ceri Davies escribi=F3:
> On Fri, Oct 08, 2004 at 01:21:06PM +0000, Paul J. Pathiakis wrote:
> > Hi,
> >
> >  5.2.1-P10 seems to have a problem with send-pr selecting the
> > "ports" category despite it being in the file.  I'll see if
> > UPDATING the OS fixes anything today.
>

IF you are using kdm + csh shell, you may have a null IFS in env. see:

http://www.freebsd.org/cgi/query-pr.cgi?pr=3D72388

I've also a patch against Xsession that solve this.

=2D-
  josemi

--Boundary-00=_73rZB8OTSULY44R
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="patch-Xsession"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="patch-Xsession"

--- /usr/local/share/config/kdm/Xsession	Sun Oct  3 23:37:47 2004
+++ /etc//X11/xdm/Xsession	Wed Oct  6 18:14:49 2004
@@ -30,7 +30,7 @@
     # [t]cshrc is always sourced automatically.
     # Note that sourcing csh.login after .cshrc is non-standard.
     set -a
-    eval `$SHELL -c 'if (-f /etc/csh.login) source /etc/csh.login > /dev/null; if (-f ~/.login) source ~/.login > /dev/null; /bin/sh -c set | egrep -v "^(BASH_VERSINFO|EUID|PPID|UID|GROUPS|SHELLOPTS|_)="'`
+    eval `$SHELL -c 'if (-f /etc/csh.login) source /etc/csh.login >& /dev/null; if (-f ~/.login) source ~/.login >& /dev/null; /usr/bin/env | egrep -v "^(TERM|SHLVL)="'`
     set +a
     ;;
   *) # Plain sh, ksh, and anything we don't know.

--Boundary-00=_73rZB8OTSULY44R--



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