From owner-freebsd-questions@FreeBSD.ORG Fri Jun 3 15:08:51 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1567D106567E for ; Fri, 3 Jun 2011 15:08:51 +0000 (UTC) (envelope-from brent@beanfield.com) Received: from smtp02.beanfield.com (smtp02.beanfield.com [76.9.193.171]) by mx1.freebsd.org (Postfix) with ESMTP id DD7DE8FC0A for ; Fri, 3 Jun 2011 15:08:50 +0000 (UTC) X-Spam-Status: No X-beanfield-mta02-MailScanner-From: brent@beanfield.com X-beanfield-mta02-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-2.9, required 6, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90) X-beanfield-mta02-MailScanner: Found to be clean X-beanfield-mta02-MailScanner-ID: 1QSVFR-000AhI-SU Received: from [66.207.193.249] (helo=Brent-Bloxams-Mac-mini.local) by mta02.beanfield.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.76) (envelope-from ) id 1QSVFR-000AhI-SU for freebsd-questions@freebsd.org; Fri, 03 Jun 2011 10:21:13 -0400 Message-ID: <4DE8EDD9.3010804@beanfield.com> Date: Fri, 03 Jun 2011 10:21:13 -0400 From: Brent Bloxam Organization: Beanfield Technologies User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: freebsd-update 7.0->7.4 problem: rmdir "Directory not empty" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 15:08:51 -0000 I'm going through the freebsd-update process to move from 7.0 to 7.4. I followed the handbook, rebooted to GENERIC and followed up with `freebsd-update install` and got the following output: > # freebsd-update install > Installing updates...rmdir: ///usr/share/man/ja: Directory not empty > rmdir: ///usr/share/man/en.ISO8859-1/cat8: Directory not empty > rmdir: ///usr/share/man/en.ISO8859-1/cat4: Directory not empty > rmdir: ///usr/share/man/cat8: Directory not empty > rmdir: ///usr/share/man/cat4: Directory not empty > done. Are these rmdir lines something to be concerned about? Should I remove them and their content?