Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 1997 16:02:27 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        henrich@crh.cl.msu.edu, mpp@freefall.freebsd.org
Cc:        freebsd-bugs@FreeBSD.org
Subject:   Re: mail.local modifications?
Message-ID:  <199703010502.QAA08904@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> The cvs log for mail.local is attached to this message.  It appears that 
>> the patch you supplied was screwed up.  Looking at the PR, you
>> didn't submit a proper context diff, and that caused it to not apply
>> correctly.  Please submit a new diff so that someone can work
>> with it.  
>
>Okay here is the correct patch.  This is the same one I've been running for 
>years, so unless I had a complete brain fart, it works wonderful.  Everyone
>please review and commit asap, thanks!

Try again.  This version has tab lossage and indentation breakage on every
changed line.

Bruce

>*** mail.local.c	Sat Feb 22 23:49:15 1997
>--- mail.local.c.new	Fri Feb 28 18:30:44 1997
>***************
>*** 203,208 ****
>--- 203,209 ----
>  	int mbfd, nr, nw, off;
>  	char biffmsg[100], buf[8*1024], path[MAXPATHLEN];
>  	off_t curoff;
>+         uid_t saveeuid;
  ^^^^^^^^^  9 spaces, should be 1 tab
>  
>  	/*
>  	 * Disallow delivery to unknown names -- special mailboxes can be



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