Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW PORT] sysutils/nmdaemon FreeBSD network manager daemon #224

Closed
wants to merge 1 commit into from

Conversation

Peter2121
Copy link
Contributor

No description provided.

@yurivict
Copy link
Member

Please run portlint on the port - it will find some issues.

freebsd-git pushed a commit that referenced this pull request Jan 28, 2024
This is a daemon that manages network configuration of FreeBSD.

The daemon can manage:
 - some system network parameters
 - interfaces
 - routes
 - wireless networks (using wpa_supplicant)

nmdaemon should be started as root, it opens a unix socket where
clients can connect. The permissions of the unix socket are managed
by nmdaemon and provided by it's configuration file.

To communicate with nmdaemon one should use JSON formatted commands,
nmdaemon answers with JSON formatted data too.
The syntax and examples of the commands can be found in commands.md.

The Makefile and pkg-descr files have been made compliant with
FreeBSD conventions by me (pkg-descr is derived from README.md).

Pull Request:	#224
@stesser
Copy link
Member

stesser commented Jan 28, 2024

The issues reported by portlint seemed minor and I have committed the port with fixed Makefile and pkg-descr before seeing Yuri's comment ...

@stesser stesser closed this Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants