openbsd-ports/sysutils/idled/pkg/DESCR
pvalchev 1938fbc4fc Bring this into the XXI century:
* Place the sample config file in ${SYSCONFDIR} and make that the default
path (instead of lib/)
* Correct path to template file - share/examples
* Use INSTALL/DEINSTALL scripts to place the config file and print the
appropriate warnings instead of messing with @exec/@unexec in PLIST
* Don't mess with permissions in the install target, use BSD_INSTALL* macros
* Rename patch, make -> ${MAKE_PROGRAM}
* Run DESCR through fmt(1)
work by me and naddy@
2001-06-14 03:18:27 +00:00

6 lines
280 B
Plaintext

This is a port of idled by Michael P. Crider. Idled is a
daemon that runs on a machine to keep an eye on current
users. If users have been idle for too long, or have been
logged on for too long, or have logged in too many times, it
will warn them and log them out appropriately.