CVSROOT: /cvs Module name: ports Changes by: st...@cvs.openbsd.org 2025/05/02 04:08:21
Modified files: net/lldpd : Makefile net/lldpd/pkg : PLIST Log message: stop creating _lldpd uid/gid in ports/net/lldpd, there's now an _lldpd user in base. the numeric id differs but it's not a big problem; the user is just for privsep in both cases and doesn't own persistent files. - for existing users of net/lldpd the group/passwd entries will remain as 720 (unless cleaned) and both ports and base lldpd will use it. - for new users, sysmerge (or OS install) will add _lldpd as 119 and both ports and base lldpd will use it.