From owner-freebsd-questions@FreeBSD.ORG  Wed Jun 19 05:39:48 2013
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 by hub.freebsd.org (Postfix) with ESMTP id D18E7907
 for <freebsd-questions@freebsd.org>; Wed, 19 Jun 2013 05:39:48 +0000 (UTC)
 (envelope-from talayeh.asadi@gmail.com)
Received: from mail-ie0-x230.google.com (mail-ie0-x230.google.com
 [IPv6:2607:f8b0:4001:c03::230])
 by mx1.freebsd.org (Postfix) with ESMTP id A9FB01AB0
 for <freebsd-questions@freebsd.org>; Wed, 19 Jun 2013 05:39:48 +0000 (UTC)
Received: by mail-ie0-f176.google.com with SMTP id ar20so12310498iec.35
 for <freebsd-questions@freebsd.org>; Tue, 18 Jun 2013 22:39:48 -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:x-google-sender-auth
 :message-id:subject:to:content-type;
 bh=fFg/YeYfVnZOKBXCO91uXFRLisPujT+gQJE7ufK6d/I=;
 b=yvu9mxB11wqnXZv/yw0UPQsy/TyPsvv0ygFQ8k7ewA22jSxJkvWBwQ1D+hXdPcx7sF
 CLRpabnH3ggH3SJGZEDF+TxXbY8uNCfXH3zBam7fN19f/gGP8fVWVbBw3BfjDGkUoFvM
 nQVHmozkies2Yel9J1SU+8qI/Avopy/YiRu5kM6hi8WE188i3N+DdOPBgfGArA0zYp4i
 OnsKErzUjy9dulKVzwkWzTfVK/oGx0fEJrtKDw1n1Oa1vC0ELYve4fkR7r8Surl4yPYx
 9W8mIRKF0Jt8p09tNwqTLNmDHUzkRzgCwKfX9sM75fY9AEaR4He3jBFD2E9Xb8C+54Is
 q+aQ==
X-Received: by 10.50.1.70 with SMTP id 6mr545559igk.54.1371620388393; Tue, 18
 Jun 2013 22:39:48 -0700 (PDT)
MIME-Version: 1.0
Sender: talayeh.asadi@gmail.com
Received: by 10.42.153.10 with HTTP; Tue, 18 Jun 2013 22:39:28 -0700 (PDT)
From: takCoder <tak.official@gmail.com>
Date: Wed, 19 Jun 2013 10:09:28 +0430
X-Google-Sender-Auth: pC2_jmt0XkuHI8fJx2g4HFStc-E
Message-ID: <CAPkyVLxAxR55DBk+VzeMLADS-d28Ke+_Jx20U=skxabFYobkfA@mail.gmail.com>
Subject: apply /etc/ttys changes on system
To: freebsd-questions@freebsd.org
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 <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 19 Jun 2013 05:39:48 -0000

Hi all,

Is there any way to apply /etc/ttys changes on system, except for
*restarting system*and *running kill -HUP 1* command ?

Due some reasons, i need to change tc value of some of my ttys,
periodically. I'm looking for a safer way than *kill -HUP 1* command. So,
as this command is not a good one to be used often, any ideas are really
appreciated. I couldn't find any other one so far..

Thank you :)

Best regards,
takCoder