From owner-freebsd-questions@FreeBSD.ORG Wed Sep 28 07:38:50 2005 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 EBA0416A41F for ; Wed, 28 Sep 2005 07:38:50 +0000 (GMT) (envelope-from i.tanusheff@procreditbank.bg) Received: from mail.procreditbank.bg (mail.procreditbank.bg [212.95.179.198]) by mx1.FreeBSD.org (Postfix) with SMTP id 011B543D4C for ; Wed, 28 Sep 2005 07:38:48 +0000 (GMT) (envelope-from i.tanusheff@procreditbank.bg) Received: (qmail 48025 invoked from network); 28 Sep 2005 10:38:43 +0300 Received: from unknown (HELO localhost) (127.0.0.1) by localhost with SMTP; 28 Sep 2005 10:38:43 +0300 Received: from proxy.procreditbank.bg ([127.0.0.1]) by localhost (mail.procreditbank.bg [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 42463-899 for ; Wed, 28 Sep 2005 10:38:40 +0300 (EEST) Received: (qmail 48011 invoked from network); 28 Sep 2005 07:38:40 -0000 Received: from unknown (HELO outmail.procreditbank.bg) (172.16.248.123) by mail.procreditbank.bg with SMTP; 28 Sep 2005 07:38:40 -0000 In-Reply-To: To: "Efren Bravo" MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.1 January 21, 2004 From: Ivailo Tanusheff Message-ID: Date: Wed, 28 Sep 2005 10:38:47 +0300 X-MIMETrack: Serialize by Router on DOMINO_HQ/PROCREDITBANK(Release 6.5.1|January 21, 2004) at 09/28/2005 10:38:39 AM, Serialize complete at 09/28/2005 10:38:39 AM X-Virus-Scanned: by amavisd-new using ClamAV at procreditbank.bg Content-Type: text/plain; charset="US-ASCII" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freeBSD , owner-freebsd-questions@freebsd.org Subject: Re: Set options to deamons 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: Wed, 28 Sep 2005 07:38:51 -0000 Syslog as many of the other daemons, which start on boot time depend on parameters set in file /etc/rc.conf. For the syslog you can specify: syslogd_enable="YES" syslogd_flags="-s -s" This two lines loads syslogd and passes parameters "-s -s" to it. You can find many configuration parameters in the shell script files in /usr/local/etc/rc.d directory. But generally you should use: xxx_enable="YES" xxx_flags="...." Regards, Ivailo Tanusheff Senior System administrator ProCredit Bank (Bulgaria) AD tel. +359 2 921 7161 fax +359 2 921 7110 http://www.procreditbank.bg Disclaimer: The information contained in this message is intended solely for the use of individual or entity to whom it is addressed and other authorized to receive it. It may contain confidential or legally privileged information. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this message is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by responding to this email and then delete it from your system. ProCredit Bank is neither liable for the proper and complete transmission of the information contained in this message nor for any delay in its receipt. "Efren Bravo" Sent by: owner-freebsd-questions@freebsd.org 09/27/2005 08:32 PM To "freeBSD " cc Subject Set options to deamons Hi, How do I set options to deamons? For instance, I've been reading a security doc and it says: "Syslogd can be attacked directly and it's strongly recommended that you use -s option whenever possible, and the -a option otherwise". If Syslogd start when the OS start, how do I set the -s option. Thank... _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"