CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/05/30 05:10:03
Modified files:
usr.sbin/pkg_add/OpenBSD: PkgCreate.pm
Log message:
port -u userlist option from update-plist, as suggested by sthen@.
main differences:
- error out on a problem instead of warning
- always parse the userlist if the option is specified. Avoid ticking time
bomb effect on bulk builds, where packages would be fine until the first
@new(user|group) usage in case the user list got corrupted.
Note it's still an option, so if you're using pkg_create outside of the
ports tree, you can do whatever you want.