summaryrefslogtreecommitdiff
path: root/mail/procmail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-06-17 05:36:59 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-06-17 05:36:59 +0000
commit27e4fe05fdaad3a62b22af0ae6c67c8d4cef406e (patch)
treeb9e76d840bcfae4f7a86a3b36fa31563a3c3581e /mail/procmail
parentUpgrade to v0.10 (diff)
Remove '.' at the end of chmod command
Notes
Notes: svn path=/head/; revision=6973
Diffstat (limited to 'mail/procmail')
-rw-r--r--mail/procmail/files/patch-ad19
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/procmail/files/patch-ad b/mail/procmail/files/patch-ad
new file mode 100644
index 000000000000..a289e4cb61fc
--- /dev/null
+++ b/mail/procmail/files/patch-ad
@@ -0,0 +1,19 @@
+*** src/recommend.c.bak Wed Apr 2 07:15:45 1997
+--- src/recommend.c Tue Jun 17 09:29:02 1997
+***************
+*** 52,58 ****
+ else if(chmdir==1)
+ goto nogchmod;
+ if(chmdir)
+! printf("chmod %c+w %s.\n",chmdir==1?'g':'a',mailspooldir);
+ nogchmod:
+ return EXIT_SUCCESS;
+ }
+--- 52,58 ----
+ else if(chmdir==1)
+ goto nogchmod;
+ if(chmdir)
+! printf("chmod %c+w %s\n",chmdir==1?'g':'a',mailspooldir);
+ nogchmod:
+ return EXIT_SUCCESS;
+ }