From owner-freebsd-questions@FreeBSD.ORG Wed Jul 23 11:18:39 2014 Return-Path: Delivered-To: freebsd-questions@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 8842DA4 for ; Wed, 23 Jul 2014 11:18:39 +0000 (UTC) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 25E302EB8 for ; Wed, 23 Jul 2014 11:18:39 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id f8so7394482wiw.5 for ; Wed, 23 Jul 2014 04:18:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=L+HHkJFpxaWPWf2JLnziQaMtBfqHtzpc+K+qUkpDHmk=; b=Ykon/zpVVrcemvCapjJFdlQBY6327rNq9ie77JdSetXDsc7M7sHhwonjWfkxZluio7 a/do04zG4UZ0vZ4vmuOc7vFE30Ra10McPcmq3dGDefyc6kcI4UbYaZN/2A0JgBrWMMHK 2pl1dHCGkP4aNnghLnHUtrSvFS0NoT6xgqje0pqWQ8DIBt8E7/28Nrw9REmperJeT6z9 1/a33KbDKRAQUivpQAVriVWejNODNY4FvFcoMu/qO2TbW0B/kO206KJHUDhMv+c+P5Sm ujEOFkZlyLrjX7XrbKkKJd35MeQMmXZTnCdhedn7NUyMJKM2cR85M5eViRBrHeHlrnm8 4ifQ== X-Received: by 10.180.73.139 with SMTP id l11mr2287316wiv.30.1406114317370; Wed, 23 Jul 2014 04:18:37 -0700 (PDT) MIME-Version: 1.0 Sender: zhao6014@gmail.com Received: by 10.194.153.225 with HTTP; Wed, 23 Jul 2014 04:18:17 -0700 (PDT) From: Jov Date: Wed, 23 Jul 2014 19:18:17 +0800 X-Google-Sender-Auth: i53ooIFCZ2WFW-ld5imF6nzShDw Message-ID: Subject: run sh rc cause two cron process running To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2014 11:18:39 -0000 when I change something in the /etc/rc.conf,I want to test the config without reboot.I find cd /etc/ && sh rc can do it.but after the command,My system have 2 cron process,and some cron drived E-mail send twice a day. But I find other daemon such ntpd do not have this problem. Is this a bug? Jov blog: http:amutu.com/blog