From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SVUGl-0001aI-1n for garchives@archives.gentoo.org; Fri, 18 May 2012 20:59:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0B93E06B1; Fri, 18 May 2012 20:59:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C647FE06B1 for ; Fri, 18 May 2012 20:59:19 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 330EA1B4012 for ; Fri, 18 May 2012 20:59:19 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2242) id DE7002004C; Fri, 18 May 2012 20:59:17 +0000 (UTC) From: "Christian Ruppert (idl0r)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, idl0r@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-forensics/lynis/files: lynis.cron-new X-VCS-Repository: gentoo-x86 X-VCS-Files: lynis.cron-new X-VCS-Directories: app-forensics/lynis/files X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert Content-Type: text/plain; charset=utf8 Message-Id: <20120518205917.DE7002004C@flycatcher.gentoo.org> Date: Fri, 18 May 2012 20:59:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 146ba674-1ac8-44c9-b84f-a628792648f4 X-Archives-Hash: 6191125e1a3c65c728e8137ccc6f2d21 idl0r 12/05/18 20:59:17 Modified: lynis.cron-new Log: Minor: Use long options for -c (--checkall), bug 412061 =20 (Portage version: 2.2.0_alpha107/cvs/Linux x86_64) Revision Changes Path 1.2 app-forensics/lynis/files/lynis.cron-new file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lyni= s/files/lynis.cron-new?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lyni= s/files/lynis.cron-new?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lyni= s/files/lynis.cron-new?r1=3D1.1&r2=3D1.2 Index: lynis.cron-new =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-forensics/lynis/files/lynis.cron-ne= w,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lynis.cron-new 10 Mar 2009 16:00:13 -0000 1.1 +++ lynis.cron-new 18 May 2012 20:59:17 -0000 1.2 @@ -1,3 +1,3 @@ #!/bin/sh =20 -/usr/sbin/lynis -c --auditor "automated" --cronjob +/usr/sbin/lynis --checkall --auditor "automated" --cronjob