Description: This library provides functions to get certain informations under FreeBSD. I'm developing it for the next release of DesktopBSD (www.desktopbsd.net).Last changelog:
Did you realize that there is a python module in the ports tree, that interfaces directly to some of FreeBSDs system libraries?
I have not used it myself, but from what I can see, you should be able to call sysctl more elegantly.
I hope that helps.
michael
Ratings & Comments
2 Comments
Did you realize that there is a python module in the ports tree, that interfaces directly to some of FreeBSDs system libraries? I have not used it myself, but from what I can see, you should be able to call sysctl more elegantly. I hope that helps. michael
I didn't know that. I'll take a look at it.