pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/33027: x11/xfce4-utils - xinitrc cleanup (Solaris issues)



The following reply was made to PR pkg/33027; it has been noted by GNATS.

From: "Jeremy C. Reed" <reed%reedmedia.net@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/33027: x11/xfce4-utils - xinitrc cleanup (Solaris issues)
Date: Tue, 7 Mar 2006 15:59:42 -0800 (PST)

 On Tue, 7 Mar 2006 segv%netctl.net@localhost wrote:
 
 >  if test "x$UID" = "x"; then
 > -       UID=`id -u`
 
 Maybe this part could have something like @@ID@@ which is replaced with 
 bmake's ${ID} or ${TOOLS_PLATFORM.id}
 
 > -if test -z "$SSH_AGENT_PID" -a "$sshagent" -a "x$sshagent" != "xno"; then
 > +if test x"$SSH_AGENT_PID" = "x" -a -f "$sshagent"; then
 
 What about the $sshagent not equaling "no"?
 
 You may want to share these and your other suggestions directly to the 
 upstream developers via http://www.xfce.org/ also.
 
  Jeremy C. Reed
 
 echo 'I7@87944:;6<754372=9=?48812=7043:>' | tr '0-@' 'wutrofn mlkige.ca'
 



Home | Main Index | Thread Index | Old Index