Browse Source

Remove the requirement that /etc/printcap must be a regular file.

CUPS wants it to be a symlink, and that is probably the most common
printing system.  Bad idea to constantly spam everybody about that!
Antoine already adjusted the file permissions in pkg/cupsd.rc rev. 1.24.
OK ajacoutot@  (print/cups MAINTAINER).
OPENBSD_6_0
schwarze 8 years ago
parent
commit
10faadba9b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/mtree/special

+ 2
- 2
src/etc/mtree/special View File

@ -1,4 +1,4 @@
# $OpenBSD: special,v 1.117 2016/03/08 00:16:47 tb Exp $
# $OpenBSD: special,v 1.118 2016/04/20 21:14:44 schwarze Exp $
#
# Hand-crafted mtree specification for the dangerous files.
#
@ -73,7 +73,7 @@ ospfd.conf type=file mode=0600 uname=root gname=wheel optional
ospf6d.conf type=file mode=0600 uname=root gname=wheel optional
passwd type=file mode=0644 uname=root gname=wheel
pf.conf type=file mode=0600 uname=root gname=wheel optional
printcap type=file mode=0644 uname=root gname=wheel optional
printcap mode=0644 uname=root gname=wheel optional
radiusd.conf type=file mode=0600 uname=root gname=wheel optional
rc type=file mode=0644 uname=root gname=wheel
rc.conf type=file mode=0644 uname=root gname=wheel


Loading…
Cancel
Save