diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2008-09-11 00:30:09 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2008-09-11 00:30:09 +0000 |
commit | 6e60a5693150f9fd17116dbb9c522234577c2c2a (patch) | |
tree | 5e57af0c81e4a5c472e37b68f3af2e527df207c0 /UIDs | |
parent | 2f6da9c8fa1100c3589265b896993b9e0535ba70 (diff) |
- Fixed logcheck script silent failure in previous commit
- Added handling for crontab installation problems
- Incorported security fixes from PR opened after previous commit
- Added UPDATING entry since configuration options have changed
fairly significantly
PR: ports/122842
Submitted by: Cezary Morga <cm@therek.net>
PR: ports/127255
Submitted by: Yasuhiro KIMURA <yasu at utahime dot org>
Reviewed by: glarkin
Approved by: beech (mentor, implicit)
Approved by: portmgr (marcus)
Security: Incorrect addition of logcheck user to wheel group
Notes
Notes:
svn path=/head/; revision=220326
Diffstat (limited to 'UIDs')
-rw-r--r-- | UIDs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,4 +144,4 @@ iserv:*:911:911::0:0:Iserv Daemon:/nonexistent:/usr/sbin/nologin _sj3:*:912:912::0:0:SJ3 Daemon:/nonexistent:/usr/sbin/nologin _relayd:*:913:913::0:0:Relay Daemon:/var/empty:/usr/sbin/nologin bitlbee:*:914:914::0:0:Bitlbee pseudo-user:/nonexistent:/sbin/nologin -logcheck:*:915:915::0:0:Logcheck system account:/var/lib/logcheck:/sbin/nologin +logcheck:*:915:915::0:0:Logcheck system account:/var/lib/logcheck:/usr/local/bin/bash |