From owner-freebsd-questions@FreeBSD.ORG Sun Jan 27 08:15:19 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5674A69A for ; Sun, 27 Jan 2013 08:15:19 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm25-vm2.bullet.mail.ird.yahoo.com (nm25-vm2.bullet.mail.ird.yahoo.com [212.82.109.203]) by mx1.freebsd.org (Postfix) with SMTP id 63F2A666 for ; Sun, 27 Jan 2013 08:15:17 +0000 (UTC) Received: from [77.238.189.232] by nm25.bullet.mail.ird.yahoo.com with NNFMP; 27 Jan 2013 08:15:10 -0000 Received: from [46.228.39.45] by tm13.bullet.mail.ird.yahoo.com with NNFMP; 27 Jan 2013 08:15:10 -0000 Received: from [127.0.0.1] by smtp178.mail.ir2.yahoo.com with NNFMP; 27 Jan 2013 08:15:10 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359274510; bh=TLsqOc3djX64DMqTP8f5Kad9rt67iaTVI6HLtIUh01Q=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=Eye9YlzzY2qUMAhxmDBUmct6dWCSxJvrB9lZIJLEYDKgRfO7QYC1ScElwSrqn/+SEjxvLgBU3u1lza0WvX8D2NwtdbpBL8EXL+EtiCfWm2MXVaz9cb1igWvfXZ6t/YfQch5c5ahuYCkHpCGa6Q5oeDB7zhMTI8gaZUtq+V9IG8o= X-Yahoo-Newman-Id: 191258.37251.bm@smtp178.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: KZvB0NMVM1nrTDRai30.TSewi6ro82VTN6TDLH6R6O4Tmje qpTSV3uusHBVzzwz.YUI2armVfOHL_tuMixlryK_O.wwtxQs9fhjjlSABbxY xRYGaIJdHtHZ06YqtfCyzAaJrmZInYB2aPnMbyeCJQABWmjTFPEGV0nr3VyD Cbz5UhOqU1WSZndcxG3SxaoAMvOXzLNHVIwtEK0WeE9vkdE57.HGmt6U1uAE aKy_vrBi_aLJjsjpsIRKbxXv7PuPU51hB1phOUpfYmMSGSvuMWLrwp1ufFOe ylqqd97it7nD15yE3Im._fqsbuxAlitiGWg6_E5rzeyurJx5WiJishsAf5up 2aIt4eBuepYNZJx.0zS7ishsncJohkuqVddVdfLDgjwMDhVgSShwwR_lhDRa voupbKAougPu_hecWdF1ng5XPfIrA9VzqZ8vnOHY34Q-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@92.231.6.61 with login) by smtp178.mail.ir2.yahoo.com with SMTP; 27 Jan 2013 08:15:10 +0000 UTC Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-questions@freebsd.org Subject: Re: Sharing a mail folder between Linux and FreeBSD References: <20130125133346.f1484ed8.freebsd@edvax.de> <20130125150414.f262d162.freebsd@edvax.de> <20130125161215.f498f4e4.freebsd@edvax.de> <5102FE7B.4070808@gmail.com> Date: Sun, 27 Jan 2013 09:15:09 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <5102FE7B.4070808@gmail.com> User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jan 2013 08:15:19 -0000 Good morning, if I run 'make deinstall reinstall' for a port, it doesn't ask a single question, at least not for dbus. # ls -l /usr/local/bin/dbus-daemon -r-xr-xr-x 1 rocketmouse wheel 377744 Jan 18 22:44 /usr/local/bin/dbus-daemon # cd /usr/ports/devel/dbus ; make deinstall reinstall # ls -l /usr/local/bin/dbus-daemon -r-xr-xr-x 1 root wheel 377744 Jan 27 08:55 /usr/local/bin/dbus-daemon Is there a command to deinstall and reinstall all ports or an idea for a script to do it? Do I have to reboot into single user mode and then to run "make installworld" only to reinstall world? Regards, Ralf