1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/mail/procmail/files/patch-ad
1997-06-17 17:56:42 +00:00

13 lines
429 B
Plaintext

*** src/recommend.c.bak Wed Apr 2 07:15:45 1997
--- src/recommend.c Tue Jun 17 21:48:49 1997
***************
*** 23,29 ****
{ fprintf(stderr,"Please run this program via 'make recommend'\n");
return EX_USAGE;
}
- strchr(mailspooldir,'\0')[-1]='\0'; /* strip last character */
for(p=checkf;*p;p++)
if(!stat(*p,&stbuf)&&stbuf.st_mode&S_ISGID)
{ if(stbuf.st_mode&S_ISGID)
--- 23,28 ----