From owner-freebsd-questions Mon Mar 8 16:46:29 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 0095114FE0 for ; Mon, 8 Mar 1999 16:46:04 -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 SAA28353; Mon, 8 Mar 1999 18:45:44 -0600 (CST) Received: (from rand@localhost) by deneb.meridian-enviro.com (8.9.2/8.9.2) id SAA88826; Mon, 8 Mar 1999 18:45:44 -0600 (CST) From: "Douglas K. Rand" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14052.28472.81603.780264@deneb.meridian-enviro.com> Date: Mon, 8 Mar 1999 18:45:44 -0600 (CST) To: Tibor Borzak Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Syslogd In-Reply-To: <19990308205400.23790.rocketmail@send501.yahoomail.com> References: <19990308205400.23790.rocketmail@send501.yahoomail.com> 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% How can I stop the syslogd process ?? kill -TERM `cat /var/run/syslog.pid` Tibor> I want to remove definitly from the system.. Hmm, you probably don't *really* want to remove the executable from the system, but to prevent it from starting at the next reboot: 3.1-RELEASE (and after) add this to /etc/rc.conf syslogd_enable="NO" 3.0-RELEASE (and before) change in /etc/rc.conf syslogd_enable="NO" Tibor> What's the name of the log file generated by this process? Probably lots, check out /etc/syslog.conf to be sure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message