summaryrefslogtreecommitdiff
path: root/sysutils/doinkd/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stagify, modernize.Cy Schubert2014-06-041-5/+31
| | | | Notes: svn path=/head/; revision=356420
* Add missing Makefile patch.Cy Schubert2012-05-071-0/+61
| | | | Notes: svn path=/head/; revision=296117
* Fix utmpx related bug. Built w/o eror but failed to function.Cy Schubert2012-05-026-185/+153
| | | | Notes: svn path=/head/; revision=295840
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* When 'Doinkd' is started as a service and there are no users actuallyCy Schubert2012-01-051-0/+11
| | | | | | | | | | | | | | | | | | | | | | logged into system it segfaults (signal 11). There is a bug in the 'chk_maxuser' function. When it receives as a prameter 'user==NULL' following condition: if (user->mgroup != 0) { causes a segfault. Bug can be very easy reproduced and tracked by gdb (core dumps have to be enabled). Tested fix is: if (user != NULL && user->mgroup != 0) { Obtained from: doinkd bug ID at Sourceforge: 1652293 http://sourceforge.net/tracker/?func=detail&aid=1652293&group_id=168453&atid=846828 Notes: svn path=/head/; revision=288542
* Remove the gratuitous removal of comments.Cy Schubert2010-11-021-5/+5
| | | | Notes: svn path=/head/; revision=263921
* Fix build under 9.0-CURRENT.Cy Schubert2010-11-021-10/+9
| | | | | | | Discovered by: erwin (wearing portsmgr hat) Notes: svn path=/head/; revision=263920
* Set logging options.Cy Schubert2010-09-293-3/+6
| | | | Notes: svn path=/head/; revision=262073
* doinkd is in sbin not libexec.Cy Schubert2010-09-291-1/+1
| | | | Notes: svn path=/head/; revision=262068
* rc script needed updating too.Cy Schubert2010-09-291-7/+7
| | | | Notes: svn path=/head/; revision=262067
* Welcome to doinkd (idled the next generation).Cy Schubert2010-09-297-193/+46
| | | | Notes: svn path=/head/; revision=262063
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-272-3/+3
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Convert from utmp.h to utmpx.hWen Heping2010-02-026-0/+191
| | | | | | | | PR: ports/143238 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Notes: svn path=/head/; revision=249070
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-152-5/+5
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - USE_RC_SUBR != yesPhilip M. Gollucci2009-07-153-11/+43
| | | | | | | | - PLIST_FILES - portlint cleanups Notes: svn path=/head/; revision=237848
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* [PATCH] sysutils/idled 1.16Edwin Groothuis2004-01-031-18/+32
| | | | | | | | | | | This patch adds rc_subr support to the idled port. PR: ports/57383 Submitted by: Martin Matuska <martin@tradex.sk> Approved by: maintainer timeout Notes: svn path=/head/; revision=97173
* Simplification of idled.shYing-Chieh Liao2001-08-171-5/+1
| | | | | | | | PR: 28693 Submitted by: James Howard <howardjp@well.com> Notes: svn path=/head/; revision=46379
* Don't unnecessarily install files group-writableChris D. Faulhaber2001-01-211-9/+9
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=37385
* - Fix Makefile and pkg-plistKevin Lo2000-11-021-112/+105
| | | | | | | | | | - Respect CFLAGS PR: 22541 Submitted by: MAINTAINER Notes: svn path=/head/; revision=34650
* Add startup script.Will Andrews2000-08-111-0/+23
| | | | | | | | PR: 20458 Submitted by: James Howard <howardjp@wam.umd.edu> Notes: svn path=/head/; revision=31500
* remove -m486 option for alpha.Hidetoshi Shimokawa1999-01-051-1/+1
| | | | Notes: svn path=/head/; revision=15856
* Import of idled, a daemon for logging off idle users.James FitzGibbon1997-03-231-0/+112
Reviewed by: James FitzGibbon <jfitz@FreeBSD.ORG> Submitted by: Andrew <andrew@mopsy.hobart.tased.edu.au> Notes: svn path=/head/; revision=5986