Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2008 21:34:48 +0200
From:      Marco Beishuizen <mbeis@xs4all.nl>
To:        freebsd-questions@freebsd.org
Cc:        glarkin@freebsd.org
Subject:   Re: logcheck doesn't work anymore
Message-ID:  <20080914213448.6ebdf707@yokozuna.lan>
In-Reply-To: <48CD433F.1060905@FreeBSD.org>
References:  <20080908222921.4daba36a@yokozuna.lan> <48C59453.3090604@FreeBSD.org> <20080912183357.49250e47@yokozuna.lan> <48CAE6FD.4020001@FreeBSD.org> <20080913025118.4d406f32@yokozuna.lan> <48CD433F.1060905@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 14 Sep 2008 13:00:47 -0400
Greg Larkin <glarkin@freebsd.org> wrote:

> Finally, I'll add the members of the wheel group to the logcheck group
> so anyone in that group can still read the file as they could before:
>     --------------------------------------------------------------------
>     fbsd70# grep ^wheel: /etc/group
>     wheel:*:0:root,glarkin
>     fbsd70# grep ^wheel: /etc/group | awk -F : '{ print $4 }' | xargs
> \ -n1 pw groupmod logcheck -m
>     fbsd70# grep ^logcheck: /etc/group
>     logcheck:*:915:root,glarkin
>     --------------------------------------------------------------------

When trying to add root and marco to the logcheck group I get:

...
#grep ^wheel: /etc/group | awk -F : '{ print $4 }' | xargs \ -n1 pw
groupmod logcheck -m
#xargs:  -n1: No such file or directory
...

Should I add them manually to /etc/group? Or is this not enough to make
it work.

Regards,
Marco

-- 
Around computers it is difficult to find the correct unit of time to
measure progress.  Some cathedrals took a century to complete.  Can you
imagine the grandeur and scope of a program that would take as long?
		-- Epigrams in Programming, ACM SIGPLAN Sept. 1982



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080914213448.6ebdf707>