From owner-freebsd-questions@FreeBSD.ORG Tue Jun 20 14:15:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D38616A518 for ; Tue, 20 Jun 2006 14:15:41 +0000 (UTC) (envelope-from bcook@poklib.org) Received: from c.mx.poklib.org (c.mx.poklib.org [64.72.87.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97A5843D72 for ; Tue, 20 Jun 2006 14:15:37 +0000 (GMT) (envelope-from bcook@poklib.org) Received: from [192.168.1.249] (helo=mail.poklib.org) by c.mx.poklib.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.60; FreeBSD) (envelope-from ) id 1Fsh0w-000ODK-IR for freebsd-questions@freebsd.org ; Tue, 20 Jun 2006 10:15:34 -0400 Received: from [192.168.1.218] by mail.poklib.org with esmtp (Exim 4.60; FreeBSD) (envelope-from ) id 1Fsh0w-0001wi-3K for freebsd-questions@freebsd.org ; Tue, 20 Jun 2006 10:15:34 -0400 Message-ID: <44980305.7010806@poklib.org> Date: Tue, 20 Jun 2006 10:15:33 -0400 From: "B. Cook" Organization: Network Administrator - Adriance Memorial Library User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-RcvHost: [192.168.1.218] X-RcvFor: X-Auth-Id: X-AntiVirus: No Virus Found X-MIME-Character-set: ISO-8859-1 Subject: rcorder example? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jun 2006 14:15:41 -0000 Hello all, I'm looking at what I think is the right answer.. but can't make sense of it.. basically I have a couple of mailservers that run exim and dnscache, all being called out of daemontools. but I can't seem to figure out how to make svscan start first.. # PROVIDE: svscan # REQUIRE: LOGIN this is what is in the svscan.sh file .. so um.. how does it work? I understand what it is supposed to do from the man page.. but I can't figure out how to actually tweak/tune it.. I also have another box with dansguardian and squid.. and dansguardian depends on squid but because d comes before s, dansguardian starts first, fails then squid starts.. and I've tried to use rcorder to fix that problem and can't seem to make that happen.