From owner-svn-src-all@FreeBSD.ORG Tue Dec 17 04:55:36 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A332CC5F for ; Tue, 17 Dec 2013 04:55:36 +0000 (UTC) Received: from mail-qe0-x233.google.com (mail-qe0-x233.google.com [IPv6:2607:f8b0:400d:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5A93B1908 for ; Tue, 17 Dec 2013 04:55:36 +0000 (UTC) Received: by mail-qe0-f51.google.com with SMTP id 1so4780756qee.10 for ; Mon, 16 Dec 2013 20:55:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=AjezaFV2EjIr5e8wtU94VkDiRqAFxlB7zFRuTRDu9uY=; b=mTxE6cvIuwQ2UTqeaYdd0NSR3gM1gYelwl5LnoS+N2S+wtsRcR7EnxpMbAWI4kOHQM I82arjFz+pcQ/rKORY1NX1LipB5dW5IQSJFvnhVdqwf0iGAA1682eVhaqTc4xnkoo08T 4RC5JAwn06r+i6ZhRi/YGB5wQp0ZHjqgAhExk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=AjezaFV2EjIr5e8wtU94VkDiRqAFxlB7zFRuTRDu9uY=; b=b6orBUtlDLCNg2eeuSd1XTO7wlgeJm5mimcfxKvIrKdyfZRRdBAJaWBYdwbKbU+qs6 eNSKw7X6JfTHon9MSiKUAgvTTLjxcjjSQNZPrmmkgIfEaLcdGz6pt5/v5INYH2nR1e0/ nyZhpldrMtv7sHPDR9LXMuXbQynU6Dj3kFonTXwtcXvAyZsvfXx87Lmy0yOP1HEer7w1 YPiy91Pq2Z3IJWEe2NfsECqcrKcTs6XO8IrfI8gGLy9rK66wQzv2LvHl0ubdaFpL1IKn nlcgxohveXWW3FPTi3OL6x3S3JO8GI0sin3+HCx4/R8+QO7psNraNYL9KvT+svMJ4n7q 4hqA== X-Gm-Message-State: ALoCoQlBoHWr2Pj6K7AK82N93fNvpPbMb7VoQ8xvUxA2dJQrC5/ZWzfm5Ke0xSkWA9zhBhLmGCr6 X-Received: by 10.224.61.198 with SMTP id u6mr39235440qah.41.1387256135524; Mon, 16 Dec 2013 20:55:35 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.96.86.42 with HTTP; Mon, 16 Dec 2013 20:55:05 -0800 (PST) In-Reply-To: <201312161103.rBGB3xm4091806@svn.freebsd.org> References: <201312161103.rBGB3xm4091806@svn.freebsd.org> From: Eitan Adler Date: Mon, 16 Dec 2013 23:55:05 -0500 X-Google-Sender-Auth: lVLNo-p446VYTjEd1jqFwRnzz-E Message-ID: Subject: Re: svn commit: r259463 - in head/etc: defaults rc.d To: Pawel Jakub Dawidek Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 04:55:36 -0000 On Mon, Dec 16, 2013 at 6:03 AM, Pawel Jakub Dawidek wrote: > Author: pjd > Date: Mon Dec 16 11:03:59 2013 > New Revision: 259463 > URL: http://svnweb.freebsd.org/changeset/base/259463 > > Log: > Start-up script for casperd daemon. > > Sponsored by: The FreeBSD Foundation > > Added: > head/etc/rc.d/casperd (contents, props changed) > Modified: > head/etc/defaults/rc.conf > head/etc/rc.d/Makefile > > Modified: head/etc/defaults/rc.conf > ============================================================================== > --- head/etc/defaults/rc.conf Mon Dec 16 10:50:13 2013 (r259462) > +++ head/etc/defaults/rc.conf Mon Dec 16 11:03:59 2013 (r259463) > @@ -658,6 +658,7 @@ newsyslog_enable="YES" # Run newsyslog a > newsyslog_flags="-CN" # Newsyslog flags to create marked files > mixer_enable="YES" # Run the sound mixer. > opensm_enable="NO" # Opensm(8) for infiniband devices defaults to off > +casperd_enable="NO" # casperd(8) daemon Why is casper disabled by default? -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams