Page MenuHomeFreeBSD

[new port] sysutils/conman - serial console manager
ClosedPublic

Authored by jhixson on Jan 26 2019, 12:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 12, 7:10 PM
Unknown Object (File)
Mar 9 2025, 10:19 AM
Unknown Object (File)
Mar 8 2025, 4:29 PM
Unknown Object (File)
Mar 7 2025, 12:53 PM
Unknown Object (File)
Feb 27 2025, 8:55 PM
Unknown Object (File)
Feb 25 2025, 3:09 PM
Unknown Object (File)
Jan 17 2025, 9:46 AM
Unknown Object (File)
Jan 13 2025, 11:11 PM
Subscribers

Details

Summary

[new port] sysutils/conman - serial console manager

Test Plan

Tested with poudriere for 11.2 and 12.0

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sysutils/conman/pkg-plist
3 ↗(On Diff #53236)

Is it correct or there is a file name missing here?

sysutils/conman/pkg-plist
3 ↗(On Diff #53236)

This is definitely wrong. I will fix this.

sysutils/conman: Fix ETCDIR and pkg-plist to have correct files

sysutils/conman/pkg-plist
4–5 ↗(On Diff #53363)

I do not think the default and init.d file will ever be used by anything at all.

6 ↗(On Diff #53363)

I don't know if we have a logrotate port, but if we have, this should be a @sample to make it user editable.

3 ↗(On Diff #53236)

The correct fix would have been to simply write etc/conman here instead of changing everything else.

sysutils/conman: port fixes

  • Use %%ETCDIR%%
  • Use @sample for config files
  • Patch Makefile.in to install sample files
This revision is now accepted and ready to land.Jan 31 2019, 2:19 AM
This revision was automatically updated to reflect the committed changes.

What about removing all these ETCDIR changes that were not needed?