Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 1998 15:08:39 -0700 (MST)
From:      brett@peloton.physics.montana.edu
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/5860: fix of asmail port
Message-ID:  <199802262208.PAA13365@peloton.physics.montana.edu>

next in thread | raw e-mail | index | archive | help

>Number:         5860
>Category:       ports
>Synopsis:       fix the sample asmailrc file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 26 14:10:03 PST 1998
>Last-Modified:
>Originator:     Brett Taylor
>Organization:
Montana State University, Bozeman
>Release:        FreeBSD 2.2.5-STABLE i386
>Environment:

	

>Description:

	The original sample.asmailrc file that got committed w/ the 
	port is goofed up!  I should have patched it then to match 
	up w/ FreeBSD setup.  Oops. 

	The patch below should just be added to the patches directory
	as patch-ab to fix things.

	- pixmaps are listed in the wrong directory!
	- Turned on NoShape - if it's commented out it crashes my X session
	  on login sometimes.

>How-To-Repeat:

	read old sample.asmailrc file :-)

>Fix:
	
	add the below diff as patch-ab in the patches directory


*** sample.asmailrc.orig	Thu Feb 26 14:58:58 1998
--- sample.asmailrc	Thu Feb 26 15:00:23 1998
***************
*** 66,72 ****
  #########################################################
  # Truns off shaped window				#
  #########################################################
! #NoShape
  
  
  #########################################################
--- 66,72 ----
  #########################################################
  # Truns off shaped window				#
  #########################################################
! NoShape
  
  
  #########################################################
***************
*** 106,130 ****
  # Assign icons/animations				#
  #########################################################
  NoMail  
! 	/usr/include/X11/pixmaps/e-no.xpm
  End
  
  OldMail  	
! 	/usr/include/X11/pixmaps/e1.xpm
  End
  
  NewMail  
! 	/usr/include/X11/pixmaps/e1.xpm
! 	/usr/include/X11/pixmaps/e2.xpm
! 	/usr/include/X11/pixmaps/e3.xpm
! 	/usr/include/X11/pixmaps/e4.xpm
! 	/usr/include/X11/pixmaps/e5.xpm
! 	/usr/include/X11/pixmaps/e6.xpm
! 	/usr/include/X11/pixmaps/e7.xpm
! 	/usr/include/X11/pixmaps/e8.xpm
! 	/usr/include/X11/pixmaps/e9.xpm
! 	/usr/include/X11/pixmaps/e10.xpm
! 	/usr/include/X11/pixmaps/e11.xpm
  End
  
  #########################################################
--- 106,130 ----
  # Assign icons/animations				#
  #########################################################
  NoMail  
! 	/usr/X11R6/include/X11/pixmaps/e-no.xpm
  End
  
  OldMail  	
! 	/usr/X11R6/include/X11/pixmaps/e1.xpm
  End
  
  NewMail  
! 	/usr/X11R6/include/X11/pixmaps/e1.xpm
! 	/usr/X11R6/include/X11/pixmaps/e2.xpm
! 	/usr/X11R6/include/X11/pixmaps/e3.xpm
! 	/usr/X11R6/include/X11/pixmaps/e4.xpm
! 	/usr/X11R6/include/X11/pixmaps/e5.xpm
! 	/usr/X11R6/include/X11/pixmaps/e6.xpm
! 	/usr/X11R6/include/X11/pixmaps/e7.xpm
! 	/usr/X11R6/include/X11/pixmaps/e8.xpm
! 	/usr/X11R6/include/X11/pixmaps/e9.xpm
! 	/usr/X11R6/include/X11/pixmaps/e10.xpm
! 	/usr/X11R6/include/X11/pixmaps/e11.xpm
  End
  
  #########################################################
>Audit-Trail:
>Unformatted:

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?199802262208.PAA13365>