From owner-freebsd-hackers@FreeBSD.ORG Sun Aug 11 05:31:34 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0E5E5F56 for ; Sun, 11 Aug 2013 05:31:34 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E17602324 for ; Sun, 11 Aug 2013 05:31:33 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id kq13so6327297pab.11 for ; Sat, 10 Aug 2013 22:31:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=wSc4TgVsIo7ekqEpynikawGAhu9bEX1zBKagXe4qCdY=; b=QJA6ReZV2IE0Ezp4jXN/gy41+lARae/PCxa97ue7rCvMHy5AUCTjfxcdM7ueSbYqVn itcXNp29sv9KKhLAP9VwJG8526nh+fXL8zbTpXI0Z4ennx+1urSXB6ql2exdrHTpGyq1 vryT96N9hSm7utJm0mGnwQLpXzNHnfnGdzo5Jnf815R5j9+MlcKJpMxbdxmYW86/EJQb njyotY0qetLt/jKBE6goWGxcfSFiaEJCU0N9yvtzp9DroJnvsaIJwepQFcOEpC0Ls+lj Ng2S1m03RMBahKZp6mlniMNYioE5GNhn6MCp09BkxOj0AHZG5e222zPlrf4QXtF0VvQb SR4Q== MIME-Version: 1.0 X-Received: by 10.66.231.42 with SMTP id td10mr18230109pac.144.1376199093634; Sat, 10 Aug 2013 22:31:33 -0700 (PDT) Received: by 10.68.51.169 with HTTP; Sat, 10 Aug 2013 22:31:33 -0700 (PDT) Date: Sun, 11 Aug 2013 01:31:33 -0400 Message-ID: Subject: how to make a etc/rc.d start at boot time From: Aryeh Friedman To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 05:31:34 -0000 I am creating a port for something that needs to start a daemon at boot time I have it so I can call onestart on it but XXX_enable="YES" in /etc/rc.conf fails to load it.... i.e. /usr/local/etc/rc.d/XXX onestart -- works XXX_enable="YES" -- fails