Hi, Antoine Jacoutot wrote on Tue, Apr 12, 2016 at 07:55:31AM +0200: > On Tue, Apr 12, 2016 at 01:53:58AM +0200, Ingo Schwarze wrote:
>> In case somebody doesn't like the 0755: Can we somehow teach CUPS >> to do "chmod -h 0644 /etc/printcap" after installing its symlink? > Yes we can and I think it'd be preferable than having to use 0755. > I'll do that in a few. > The diff's OK for me otherwise. Thanks. Committed now to etc/printcap as well, without changing the mode from 0644 to 0755. So the problem schould be completely fixed in -current. Thanks for reporting, contributing ideas, and checking! Ingo >> Index: special >> =================================================================== >> RCS file: /cvs/src/etc/mtree/special,v >> retrieving revision 1.117 >> diff -u -p -r1.117 special >> --- special 8 Mar 2016 00:16:47 -0000 1.117 >> +++ special 11 Apr 2016 23:40:36 -0000 >> @@ -73,7 +73,7 @@ ospfd.conf type=file mode=0600 uname=roo >> 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=0755 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
