summaryrefslogtreecommitdiff
path: root/net/hobbitclient
AgeCommit message (Collapse)AuthorFilesLines
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-1/+4
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-05-29Update hobbit client from 0.3 to 4.2.0 + allinone.patchgendalia7-38/+155
Changes: http://www.hobbitmon.com/hobbiton/2006/08/msg00321.html * Full client support. The Hobbit clients now support monitoring of cpu-, disk- and memory-utilisation, as well as system logfiles, network ports and traffic, processes, file- and directory sizes, system clock synchronization, and much more. When a problem is detected on a host, the client data is automatically saved so it is available for later troubleshooting - even if the host has completely crashed.
2006-06-09USE_TOOLS+=yaccminskim1-1/+2
2006-06-01Use MAXLOGNAME on DragonFly, when LOGIN_NAME_MAX is missing.joerg2-1/+17
Now someone just has to write the osdep file...
2005-11-01Include devel/sysexits bl3.tv1-1/+2
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-20It is BUILD_TARGET, not ALL_TARGET.wiz1-2/+2
2005-02-16hobbitclient is a free-software client for Hobbit monitor and Big Brothermanu4-0/+26