From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from jazzhorn.ncsc.mil (mummy.ncsc.mil [144.51.88.129]) by tarius.tycho.ncsc.mil (8.13.1/8.13.1) with SMTP id l28Jfoiu019474 for ; Thu, 8 Mar 2007 14:41:50 -0500 Received: from mx1.redhat.com (jazzhorn.ncsc.mil [144.51.5.9]) by jazzhorn.ncsc.mil (8.12.10/8.12.10) with ESMTP id l28JfmKa002791 for ; Thu, 8 Mar 2007 19:41:49 GMT Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l28JflCv002440 for ; Thu, 8 Mar 2007 14:41:47 -0500 Received: from mail.boston.redhat.com (mail.boston.redhat.com [172.16.76.12]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l28JflDi007392 for ; Thu, 8 Mar 2007 14:41:47 -0500 Message-ID: <45F066FA.5070805@redhat.com> Date: Thu, 08 Mar 2007 14:41:46 -0500 From: Daniel J Walsh MIME-Version: 1.0 To: Daniel J Walsh CC: SE Linux Subject: Re: Modification in message for libsemanage References: <45F0640D.8030609@redhat.com> In-Reply-To: <45F0640D.8030609@redhat.com> Content-Type: multipart/mixed; boundary="------------020600040405040008060707" Sender: owner-selinux@tycho.nsa.gov List-Id: selinux@tycho.nsa.gov This is a multi-part message in MIME format. --------------020600040405040008060707 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Daniel J Walsh wrote: > File can be generated by tools other then semanage. > Wrong patch, here is the right one. --------------020600040405040008060707 Content-Type: text/plain; name="diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diff" diff --exclude-from=exclude -N -u -r nsalibsemanage/src/database_file.c libsemanage-2.0.0/src/database_file.c --- nsalibsemanage/src/database_file.c 2006-11-16 17:14:02.000000000 -0500 +++ libsemanage-2.0.0/src/database_file.c 2007-03-08 11:36:09.000000000 -0500 @@ -159,8 +159,7 @@ __fsetlocking(str, FSETLOCKING_BYCALLER); if (fprintf(str, "# This file is auto-generated by libsemanage\n" - "# Please use the semanage command to make " - "changes\n\n") < 0) { + "# Do not edit directly.\n\n") < 0) { ERR(handle, "could not write file header for %s", fname); goto err; --------------020600040405040008060707-- -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with the words "unsubscribe selinux" without quotes as the message.