Cy Schubert
28b7c66ddd
Add missing Makefile patch.
2012-05-07 05:23:23 +00:00
Cy Schubert
fea2386be1
Fix utmpx related bug. Built w/o eror but failed to function.
2012-05-02 03:20:35 +00:00
Cy Schubert
295a80f62e
When 'Doinkd' is started as a service and there are no users actually
...
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
2012-01-05 08:20:44 +00:00
Cy Schubert
3e39103253
Fix a segfault.
2011-08-07 02:30:27 +00:00
Cy Schubert
2e7e2637f6
A conflict does not exist.
2010-09-29 14:12:20 +00:00
Cy Schubert
e6a97b7615
Set logging options.
2010-09-29 05:14:11 +00:00
Cy Schubert
3b764e3dad
Welcome to doinkd (idled the next generation).
2010-09-29 03:44:01 +00:00
Wen Heping
d2253bb205
- Convert from utmp.h to utmpx.h
...
PR: ports/143238
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
2010-02-02 06:03:37 +00:00
Philip M. Gollucci
e76bc9a22c
- USE_RC_SUBR != yes
...
- PLIST_FILES
- portlint cleanups
2009-07-15 05:09:46 +00:00
Ion-Mihai Tetcu
6b73a9dcea
- provide a working MASTER_SITE
...
- remove bad WWW [1]
PR: ports/100862 [1]
Submitted by: Dr. Markus Waldeck [1]
2006-07-28 06:02:33 +00:00
Mark Linimon
3bc6a737bd
Reset andrew@ugh.net.au due to multiple timeouts.
2006-06-14 08:15:13 +00:00
Edwin Groothuis
2192ea32a1
[PATCH] sysutils/idled 1.16
...
This patch adds rc_subr support to the idled port.
PR: ports/57383
Submitted by: Martin Matuska <martin@tradex.sk>
Approved by: maintainer timeout
2004-01-03 06:59:22 +00:00
Sergey A. Osokin
f37f7775e3
Make portlint(1) happy by changing strip to ${STRIP_CMD}
...
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
2003-09-24 09:37:11 +00:00
Akinori MUSHA
4c2e4f1862
De-pkg-comment.
2003-02-21 13:28:59 +00:00
Kevin Lo
2cad26d0d9
- Fix Makefile and pkg-plist
...
- Respect CFLAGS
PR: 22541
Submitted by: MAINTAINER
2000-11-02 14:58:22 +00:00
Will Andrews
dcb4cb482a
Add startup script.
...
PR: 20458
Submitted by: James Howard <howardjp@wam.umd.edu>
2000-08-11 01:34:09 +00:00
Chris Piazza
f9bfad56c5
Update with the new PORTNAME/PORTVERSION variable
2000-04-09 19:09:11 +00:00
Steve Price
5d8426d728
New MASTER_SITE.
...
PR: 14704
Submitted by: maintainer
1999-11-14 02:13:24 +00:00
Peter Wemm
8100143543
$Id$ -> $FreeBSD$
1999-08-31 02:00:46 +00:00
Satoshi Asami
ec14a60e67
More style police. :)
...
(1) NOMANCOMPRESS is set by user, not porter. To indicate that MAN? variables
are referring to already compressed manpages, use MANCOMPRESSED.
(2) Remove second address from MAINTAINER line, I don't want anything to break.
1997-03-25 08:24:34 +00:00
David E. O'Brien
2e2815dd37
Style police.
...
* moved some vars around
* added Id
1997-03-25 08:19:32 +00:00
James FitzGibbon
b039046bd5
Import of idled, a daemon for logging off idle users.
...
Reviewed by: James FitzGibbon <jfitz@FreeBSD.ORG>
Submitted by: Andrew <andrew@mopsy.hobart.tased.edu.au>
1997-03-23 17:33:50 +00:00