1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/mail/procmail/files/patch-ad

13 lines
429 B
Plaintext
Raw Normal View History

1997-06-17 05:36:59 +00:00
*** src/recommend.c.bak Wed Apr 2 07:15:45 1997
1997-06-17 17:56:42 +00:00
--- src/recommend.c Tue Jun 17 21:48:49 1997
1997-06-17 05:36:59 +00:00
***************
1997-06-17 17:56:42 +00:00
*** 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 ----