Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #13068 (closed defect: fixed)

Opened 13 months ago

Last modified 12 months ago

nagios prebuild, group should probably be added before user

Reported by: jwa@… Owned by: markd@…
Priority: Normal Milestone: Port Bugs
Component: ports Version: 1.5.0
Keywords: Cc: jwa@…, markd@…
Port:

Description

Summary says it all (currently nagios user ends up with group -1, not intended I think)

PS There is 2.10 out!

Change History

Changed 13 months ago by jwa@…

sample files changes works for me better like: for f in *cfg-sample; do echo $f; b=$(basename $f .cfg-sample); sudo mv $f $b.cfg; done

the model in Portfile poses problems as for is a builtin not recognized by sudo

Changed 13 months ago by nox@…

  • cc jwa@…, markd@… added
  • milestone set to Port Bugs

Changed 12 months ago by markd@…

  • status changed from new to closed
  • resolution set to fixed

Updated to 2.10 and addressed group and rename model problems in r31101. Thanks!

Note: See TracTickets for help on using tickets.