From owner-freebsd-questions Mon Mar 8 20: 7:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from procyon.meridian-enviro.com (thunder.meridian-enviro.com [207.109.234.227]) by hub.freebsd.org (Postfix) with ESMTP id 60B7114FFA for ; Mon, 8 Mar 1999 20:07:08 -0800 (PST) (envelope-from rand@meridian-enviro.com) Received: from deneb.meridian-enviro.com (deneb.meridian-enviro.com [10.10.10.32]) by procyon.meridian-enviro.com (8.9.2/8.9.2) with ESMTP id WAA00106; Mon, 8 Mar 1999 22:06:41 -0600 (CST) Received: (from rand@localhost) by deneb.meridian-enviro.com (8.9.2/8.9.2) id WAA94523; Mon, 8 Mar 1999 22:06:41 -0600 (CST) From: "Douglas K. Rand" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14052.40529.558181.822138@deneb.meridian-enviro.com> Date: Mon, 8 Mar 1999 22:06:41 -0600 (CST) To: Laurence Berland Cc: "Douglas K. Rand" , Tibor Borzak , freebsd-questions@FreeBSD.ORG Subject: Re: Syslogd In-Reply-To: <36E474F2.3A3D194A@confusion.net> References: <19990308205400.23790.rocketmail@send501.yahoomail.com> <14052.28472.81603.780264@deneb.meridian-enviro.com> <36E474F2.3A3D194A@confusion.net> X-Mailer: VM 6.47 under 20.4 "Emerald" XEmacs Lucid X-Face: $L%T~#'9fAQ])o]A][d7EH`V;"_;2K;TEPQB=v]rDf_2s% [...] to prevent it from starting at the next reboot: Doug> 3.1-RELEASE (and after) add this to /etc/rc.conf Doug> syslogd_enable="NO" Doug> 3.0-RELEASE (and before) change in /etc/rc.conf Doug> syslogd_enable="NO" Laurence> Is there maybe a typo in here? I don't really know much Laurence> about syslogd, but assume that you must have meant soemthing Laurence> different for either 3.1 or 3.0 and before, otherwise you Laurence> wouldn't have separated them, no? No typeo, at least not that my overworked brain can't spot right now. Things changed for rc.conf with 3.1. For everything before 3.1 (including 3.0) there was a /etc/rc.conf with *lots* of stuff in it and you edited that file to change what you wanted. So, if you are running 2.x or 3.0 and don't want to run syslog you need to find the line syslogd_enable="YES" in /etc/rc.conf and change the "YES" to "NO". For 3.1 the big rc.conf file was moved to /etc/defaults/rc.conf and /etc/rc.conf is just a small file that OVERRIDES the defaults in /etc/defaults/rc.conf. So, you turn off syslogd you ADD this line to /etc/rc.conf: syslogd_enable="NO" I think thats what I said above, but I've been up too long and both me and my dog wanna go home. If anybody is catching me in a lie speak up! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message