NetworkMgr is an open source, Network Manager based on the look of the Linux
Network Manager user interface. It use ifconfig and netif if make all work.
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 7219 Build 7389: arc lint + arc unit
Event Timeline
Comment Actions
I really do not like the pkg-install file, for one, it does not cleanup on deinstall, and more important, it changes another ports configuration file. I think this port should add a ${EXAMPLESDIR}/doas.conf with the lines it needs, and tell the user in pkg-message to go look there and copy the content manually.
net-mgmt/networkmgr/Makefile | ||
---|---|---|
13 | BSD is deprecated and should not be used. Use BSD[234]CLAUSE, whichever applies. | |
net-mgmt/networkmgr/pkg-install | ||
7–8 ↗ | (On Diff #24626) | if ! grep -q 'permit nopass keepenv :wheel cmd netcardmgr' ${PKG_PREFIX}/etc/doas.conf 2>/dev/null; then Same for all the others. |