Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jan 2000 10:30:02 -0800 (PST)
From:      Maxim Sobolev <sobomax@altavista.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/16161: [NEW PORT] New port of Login.app - a nice looking  graphical interface for the X-Server
Message-ID:  <200001171830.KAA00532@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/16161; it has been noted by GNATS.

From: Maxim Sobolev <sobomax@altavista.net>
To: freebsd-gnats-submit@FreeBSD.org, sobomax@altavista.net
Cc:  
Subject: Re: ports/16161: [NEW PORT] New port of Login.app - a nice looking 
 graphical interface for the X-Server
Date: Mon, 17 Jan 2000 20:22:33 +0200

 This is a multi-part message in MIME format.
 --------------E38E155FD31EDA0D713D358A
 Content-Type: text/plain; charset=koi8-r
 Content-Transfer-Encoding: 7bit
 
 Sorry, but patches/patch-ai in this tarball is incorrect. I'm attaching
 corrected version with this message.
 
 -Maxim
 
 --------------E38E155FD31EDA0D713D358A
 Content-Type: text/plain; charset=koi8-r;
  name="patch-ai"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="patch-ai"
 
 --- Scripts/Logout.root.orig	Mon Jan 17 18:35:09 2000
 +++ Scripts/Logout.root	Mon Jan 17 18:35:44 2000
 @@ -7,17 +7,17 @@
  # window. This will prevent some Motif applications from
  # crashing the next time they are started.
  #
 -xprop -root -remove _MOTIF_DRAG_WINDOW
 +/usr/X11R6/bin/xprop -root -remove _MOTIF_DRAG_WINDOW
  
  #
  # Remove user from utmp/wtmp.
  #
 -sessreg -d $USER
 +/usr/X11R6/bin/sessreg -d $USER
  
  #
  # Make root the owner of /dev/console. 
  #
 -chmod 622 /dev/console
 -chown root /dev/console
 +/bin/chmod 622 /dev/console
 +/usr/sbin/chown root /dev/console
  
  # End of file
 
 --------------E38E155FD31EDA0D713D358A--
 
 


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




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