From owner-freebsd-questions@FreeBSD.ORG Thu Oct 31 08:13:03 2013 Return-Path: Delivered-To: freebsd-questions@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 10E96312 for ; Thu, 31 Oct 2013 08:13:03 +0000 (UTC) (envelope-from talayeh.asadi@gmail.com) Received: from mail-ie0-x235.google.com (mail-ie0-x235.google.com [IPv6:2607:f8b0:4001:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D92652823 for ; Thu, 31 Oct 2013 08:13:02 +0000 (UTC) Received: by mail-ie0-f181.google.com with SMTP id ar20so4466385iec.12 for ; Thu, 31 Oct 2013 01:13:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:from:date:message-id:subject:to :content-type; bh=Z5jE0CNpa7Z+IqM8PXOz5J/giV3VEfkmKcrIFrThDlU=; b=MUj3M/B9qoNTfm2JRZHUsPf6OjImOXIyPis7V1yS/Hy4X8o1Ph6/7pPfsDWbi9OPRN Wv4pTCK3ylnTWvQb2fkbMu37+L2NAyX50ttHprvFVifB9DjaoQGctO0uQd0tLVXrOqDG 0yG98ZTZ+4gkhVYnaEtnXuYSRHYQq1hMttbbK9bb0Y7fUcLIoSGq/QoXTC9oUjNQMfIZ 8ePvAjk2xVhxuUDIJbx8tx/K36d8JKbpWOcUowICfxWqIaEePki8EL1CJzYPr0/WP28t U3oW7xGG4M7bngubWbKB/GdEk1DHjwFRMO7T91ELfuihiU7AhA0O9G5+4IcWFlJ+7pR2 4v8Q== X-Received: by 10.50.30.9 with SMTP id o9mr1636663igh.0.1383207182095; Thu, 31 Oct 2013 01:13:02 -0700 (PDT) MIME-Version: 1.0 Sender: talayeh.asadi@gmail.com Received: by 10.42.8.70 with HTTP; Thu, 31 Oct 2013 01:12:41 -0700 (PDT) From: takCoder Date: Thu, 31 Oct 2013 11:42:41 +0330 X-Google-Sender-Auth: f1NlGcXqGVaQM-uuQHhBESZj_jA Message-ID: Subject: rcorder issue To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: tak.official@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 08:13:03 -0000 Hi all, My question is: May it cause a problem, for rcorder or else, to have a sub-folder in rc.d/ path ? Pardon me, but i guessed you are the ones who can help me on this.. I've faced a doubt around this rcorder process.. I think i have heard that we should not have sub-folders in "rc.d"s' as it may cause rcorder a problem.. this one is apart from the fact that rc.d should only contain shells which are to be run automatically on startup.. But now I can't be sure about it as i can't remember it clearly or find it.. One of my mates created a sub-folder in his system's rc.d folder, so he can run his preferred scripts there in his required order, using /etc/rc. Would you please tell me whether there is any such problem or i am wrong? Thank you all in advance, for any tips you may offer on this. :) Best Regards, takCoder