From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.2.5 X-Virus-Scanned: amavisd-new at netroad.ru Message-ID: <49105879.4020206@newtown.ru> Date: Tue, 04 Nov 2008 17:13:13 +0300 From: =?windows-1251?Q?=22=CF=E0=E2=E5=EB_=CF=2E=22?= User-Agent: Thunderbird 2.0.0.6 (X11/20070804) MIME-Version: 1.0 To: ALT Linux Community general discussions References: <491009F9.6070703@gmail.com> <49100BB6.2020300@gmail.com> <21bd5bb90811040047s6a920eb4y7bccff7a3570b565@mail.gmail.com> <49103753.2040300@gmail.com> <4910575B.6080703@gmail.com> In-Reply-To: <4910575B.6080703@gmail.com> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 8bit Subject: [Comm] =?windows-1251?b?INPx8uDt7uLq4CDv4PL34A==?= X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.10b3 Precedence: list Reply-To: ALT Linux Community general discussions List-Id: ALT Linux Community general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 14:13:14 -0000 Archived-At: List-Archive: List-Post: Товарищи, быстрый вопрос: как установить патч? Наткнулся вот на что: diff -urN hal-0.5.11.orig/tools/hal-storage-mount.c hal-0.5.11/tools/hal-storage-mount.c --- hal-0.5.11.orig/tools/hal-storage-mount.c 2008-09-19 04:09:48.000000000 +0200 +++ hal-0.5.11/tools/hal-storage-mount.c 2008-09-19 13:09:49.000000000 +0200 @@ -720,6 +720,8 @@ * (since these doesn't contain uid/gid bits) */ if (strcmp (libhal_volume_get_fstype (volume), "vfat") != 0 && + strcmp (libhal_volume_get_fstype (volume), "ntfs") != 0 && + strcmp (libhal_volume_get_fstype (volume), "ntfs-3g") != 0 && strcmp (libhal_volume_get_fstype (volume), "iso9660") != 0 && strcmp (libhal_volume_get_fstype (volume), "hfs") != 0 && strcmp (libhal_volume_get_fstype (volume), "udf") != 0) { и вот на это: установка патча в линуксе : patch -p0 < patch-file-name-here