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)
Sat, Mar 2, 12:47 PM
Unknown Object (File)
Sat, Mar 2, 12:43 PM
Unknown Object (File)
Sat, Mar 2, 12:43 PM
Unknown Object (File)
Sat, Mar 2, 12:43 PM
Unknown Object (File)
Sat, Mar 2, 12:43 PM
Unknown Object (File)
Sat, Mar 2, 6:04 AM
Unknown Object (File)
Jan 18 2024, 5:26 PM
Unknown Object (File)
Dec 24 2023, 7:27 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 22277
Build 21474: arc lint + arc unit

Event Timeline

sysutils/conman/pkg-plist
4

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

sysutils/conman/pkg-plist
4

This is definitely wrong. I will fix this.

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

sysutils/conman/pkg-plist
4

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

5–6

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

7

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

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?