Bartosz Ku??ma [2007-06-01, 13:35:28]: > Hello! > > Is there any way to create user before install target? I'm working on > dansguardian port. When I'm using --with-proxyuser=_dansguardian option > in configure then install target try change owner of some file to > nonexistent group _dansguardian and end installation with error: > > chown: group is invalid: _dansguardian > > How can I handle this problem?
disable the chown statement with a patch, and use @owner and/or @group annotations in the PLIST, see pkg_create(1).
