diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2016-03-05 16:24:57 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2016-03-05 16:24:57 +0000 |
commit | 85848658574131d81b318fde45c940575c7f8f71 (patch) | |
tree | 365ce5c59796ebfa931120d8d5311350773c83a9 /etc/mtree | |
parent | 3a4a4def5d0538733309bd1fafaacfccb6b4eded (diff) |
Change default lpd spool directory to match the code; from Chris Bennett
Add /var/spool/output/lpd to mtree(1).
This removes the ability for the daemon group to write directly under
/var/spool/output; though no breakage is expected since this directory was only
supposed to contain line printer spooling directories.
ok sthen@
Diffstat (limited to 'etc/mtree')
-rw-r--r-- | etc/mtree/4.4BSD.dist | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/mtree/4.4BSD.dist b/etc/mtree/4.4BSD.dist index 1f799232679..0e10cf41e1a 100644 --- a/etc/mtree/4.4BSD.dist +++ b/etc/mtree/4.4BSD.dist @@ -1,4 +1,4 @@ -# $OpenBSD: 4.4BSD.dist,v 1.278 2016/01/06 23:28:47 deraadt Exp $ +# $OpenBSD: 4.4BSD.dist,v 1.279 2016/03/05 16:24:56 ajacoutot Exp $ /set type=dir uname=root gname=wheel mode=0755 @@ -757,7 +757,9 @@ var # ./var/spool/lock lock uname=uucp gname=dialer mode=1775 .. - output gname=daemon mode=0775 + output + lpd gname=daemon mode=0775 + .. .. # ./var/spool/smtpd smtpd type=dir uname=root gname=wheel mode=0711 |