On 2010/12/19 01:49, Fernando Quintero wrote:
> Hi all,
>
> I'm updating a port, then I try to re-build the PLIST-main file with
> the command "make plist", however the list is not complete (diff
> against last version), even this command delete the lines:
> PLIST-main:@newgroup _cherokee:608
> PLIST-main:@newuser _cherokee:608:_cherokee:daemon:Cherokee HTTP
> Server:/var/empty:/sbin/nologin
>
> Now the port doesn´t run because the user _cherokee was not create.
>
> Exist there any aditional steps in order to rebuild effectively the PLIST
> files?
Yes, diff the two PLISTs - "diff pkg/PLIST{.orig,}" - put back in the
things that update-plist removed (e.g. @rcscript), check the new files
for any which need special handling (@comment, @sample), etc.