aboutsummaryrefslogtreecommitdiffstats
path: root/mail/procmail/files
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-06-17 13:36:59 +0800
committerache <ache@FreeBSD.org>1997-06-17 13:36:59 +0800
commita6cf9cef0cf64c385ad1b35ffc088cff14099e79 (patch)
treed004fb120b4bac3cb7b5973dec3f8b1a12df9f2d /mail/procmail/files
parent2d2015cce757776320841ef35cba5401f1b66988 (diff)
downloadfreebsd-ports-gnome-a6cf9cef0cf64c385ad1b35ffc088cff14099e79.tar.gz
freebsd-ports-gnome-a6cf9cef0cf64c385ad1b35ffc088cff14099e79.tar.zst
freebsd-ports-gnome-a6cf9cef0cf64c385ad1b35ffc088cff14099e79.zip
Remove '.' at the end of chmod command
Diffstat (limited to 'mail/procmail/files')
-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;
+ }