Date: Mon, 8 Mar 1999 18:45:44 -0600 (CST) From: "Douglas K. Rand" <rand@meridian-enviro.com> To: Tibor Borzak <cezy_bt@yahoo.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Syslogd Message-ID: <14052.28472.81603.780264@deneb.meridian-enviro.com> In-Reply-To: <19990308205400.23790.rocketmail@send501.yahoomail.com> References: <19990308205400.23790.rocketmail@send501.yahoomail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Tibor> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14052.28472.81603.780264>