diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2002-04-20 19:00:11 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2002-04-20 19:00:11 +0000 |
commit | 5e1dc7a023b928360790e59174e4ce94c8f3b60e (patch) | |
tree | 1a43b012371e12749cd65e3086f8e25bbe3e81e0 /etc/mtree/BSD.sendmail.dist | |
parent | c5bca421d9f59f412886b51e99d578df72fa1269 (diff) | |
download | FreeBSD-src-5e1dc7a023b928360790e59174e4ce94c8f3b60e.zip FreeBSD-src-5e1dc7a023b928360790e59174e4ce94c8f3b60e.tar.gz |
In my continuing crusade to make life better for non-sendmail users, avoid
the creation of /var/spool/clientmqueue and therefore the need for the
smmsp user and group if NO_SENDMAIL is defined. This required breaking out
the creation of the directory into a new BSD.sendmail.dist mtree file.
MFC after: 1 week
Diffstat (limited to 'etc/mtree/BSD.sendmail.dist')
-rw-r--r-- | etc/mtree/BSD.sendmail.dist | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/mtree/BSD.sendmail.dist b/etc/mtree/BSD.sendmail.dist new file mode 100644 index 0000000..14fbd6f --- /dev/null +++ b/etc/mtree/BSD.sendmail.dist @@ -0,0 +1,14 @@ +# $FreeBSD$ +# +# Please see the file src/etc/mtree/README before making changes to this file. +# + +/set type=dir uname=root gname=wheel mode=0755 +. nochange + var nochange + spool nochange + clientmqueue uname=smmsp gname=smmsp mode=0770 + .. + .. + .. +.. |