projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6da1f31
)
Fix modes and ownership of /etc/mail reinstallable files
author
John Marino
<draco@marino.st>
Sun, 8 Mar 2015 20:09:38 +0000
(21:09 +0100)
committer
John Marino
<draco@marino.st>
Sun, 8 Mar 2015 20:09:38 +0000
(21:09 +0100)
The new sample files and old README were being installed with the
wrong permissions and the wrong group ownership. Reset that back
to 644 and standard perms.
libexec/dma/mailer-conf/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/libexec/dma/mailer-conf/Makefile
b/libexec/dma/mailer-conf/Makefile
index
1dd8bef
..
a5c20cb
100644
(file)
--- a/
libexec/dma/mailer-conf/Makefile
+++ b/
libexec/dma/mailer-conf/Makefile
@@
-2,9
+2,7
@@
# and OpenSMTPD from ports. They are overwritten during each installworld
FILESDIR= /etc/mail/
-SHAREOWN= root
-SHAREGRP= mail
-FILESMODE= 640
+FILESMODE= 644
FILES+= README \
mailer.conf.dma \