From: "Anthony J. Bentley" Subject: Re: New user for fontconfig cache To: tech@openbsd.org Date: Thu, 03 Jul 2025 02:21:57 -0600 Stuart Henderson writes: > On 2025/07/01 10:58, Florian Obser wrote: > > On 2025-07-01 01:39 -06, "Anthony J. Bentley" wrote: > > > The first step is to create the user. Since this is simple and can > > > be done independently of the remaining parts of the transition, I'd > > > like to commit this right away. > > > > > > ok? > > > > > > > probably NOT ok > > > > > +_fc-cache:*:120:120::0:0:Font configuration cache:/var/empty:/sbin/nolog > in > > > > uid 120 is used on cvs. I couldn't find it in the history, so I don't > > know why it's there. > > How about 36? Never used, and next to _x11 which seems a good place for it. Sure, that seems fine. ok? diff 6c769c19c0f9d9a7a235a0fba7639685623664c8 a90b31a2b49988afcb756bd8861bba28810568ee commit - 6c769c19c0f9d9a7a235a0fba7639685623664c8 commit + a90b31a2b49988afcb756bd8861bba28810568ee blob - a18b65949be3f15d6819de7524d85937a4259164 blob + 746a58d5fd38bd22db0dc210d7f1be59ca81807c --- etc/group +++ etc/group @@ -20,6 +20,7 @@ _rusersd:*:32: _fingerd:*:33: _sshagnt:*:34: _x11:*:35: +_fc-cache:*:36: utmp:*:45: _unwind:*:48: _traceroute:*:50: blob - 2735061701236d5c3e0f8d695da6e8b1715d5bcf blob + ea229a76fa3ea576e43ef3a2057ba44b0e1890b8 --- etc/mail/aliases +++ etc/mail/aliases @@ -28,6 +28,7 @@ _dvmrpd: /dev/null _eigrpd: /dev/null _file: /dev/null _fingerd: /dev/null +_fc-cache: /dev/null _ftp: /dev/null _hostapd: /dev/null _identd: /dev/null blob - 65d8e077dfb1344b8df5c63ec9445fac9c6cdd94 blob + af54afbe7cbf2bc7274aaa4647d2eb1d63c35585 --- etc/master.passwd +++ etc/master.passwd @@ -10,6 +10,7 @@ _rstatd:*:30:30::0:0:rpc.rstatd:/var/empty:/sbin/nolog _rusersd:*:32:32::0:0:rpc.rusersd:/var/empty:/sbin/nologin _fingerd:*:33:33::0:0:fingerd:/var/empty:/sbin/nologin _x11:*:35:35::0:0:X Server:/var/empty:/sbin/nologin +_fc-cache:*:36:36::0:0:Font configuration cache:/var/empty:/sbin/nologin _unwind:*:48:48::0:0:Unwind Daemon:/var/empty:/sbin/nologin _traceroute:*:50:50::0:0:traceroute privdrop user:/var/empty:/sbin/nologin _ping:*:51:51::0:0:ping privdrop user:/var/empty:/sbin/nologin