From owner-freebsd-hackers@freebsd.org Thu Jun 9 00:26:59 2016 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A902B7063D for ; Thu, 9 Jun 2016 00:26:59 +0000 (UTC) (envelope-from mseqs@bsd.com.br) Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 142A31165 for ; Thu, 9 Jun 2016 00:26:58 +0000 (UTC) (envelope-from mseqs@bsd.com.br) Received: by mail-wm0-x22b.google.com with SMTP id n184so203159173wmn.1 for ; Wed, 08 Jun 2016 17:26:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=mime-version:from:date:message-id:subject:to; bh=elLMtm5qnVDW8DLzUR6Hf8P13vSu7kiDF/dSg3wYb7M=; b=F1ED0FR+I6o+Ih9SvqVHOOMQUIeYimkRPpIgRYI2rI5XtRFCRcLV6bHwrSP/vH72JW QazUkIPfIUT05sH2PP+aZ3rBg3XZyYM+lM+qD2O6N+omrYEv/+W/G7RHt/vaFuulsRgz LflM9gUGCzIQBwNotdPEiu66CxgEJIKgJZ0T0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=elLMtm5qnVDW8DLzUR6Hf8P13vSu7kiDF/dSg3wYb7M=; b=PZuSgdiDThy51lsGUwuVsKkTRk+vMpejRZZVaYm83bfX7fX+gGSli22p/nUzTno+fc HK7hEgeqRUxtXlpMBwH3U06XdCkVnJQRthdEY6Z+MAoIbF0HBtcj0hmkvQeIfAz9sEJW IgEplGkApOay2dW7z3scbhptYlCgoL7FHi8FmBa6Rg416YmXwb9/rkBJ1nX9IPg6WIKT //SgjjLBAkpqASSoUdQlFwEfKFBasZ42lU2VVulkaNNhPatCBu0boftXKt9xpNSOQSiK GfS1h/0jKTalQTo/C/XbzkswgrdOQaZTd/cMAkFA3EslAIlnWt+AocCym9sRGWFSBRIv Avsg== X-Gm-Message-State: ALyK8tLGhWn08hWeCwhXG7CLaTbvAAh2k2EC7il1NtWHoavhoiNEy/VonbPCefSRZ4e2Wy28M785W6CgbkV4aw== X-Received: by 10.28.165.66 with SMTP id o63mr7595345wme.102.1465432016231; Wed, 08 Jun 2016 17:26:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.30.101 with HTTP; Wed, 8 Jun 2016 17:26:55 -0700 (PDT) From: Rafael Rodrigues Nakano Date: Wed, 8 Jun 2016 21:26:55 -0300 Message-ID: Subject: Updating sources and rebuilding system To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2016 00:26:59 -0000 Hello guys, I have a question. I update the system sources daily, and I want to know how often I should rebuild the kernel and the world (if its actual necessary, I heard it takes a very long time) after updating the sources. Thanks in advance