FreeBSD: Difference between revisions

From Hackepedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
/etc/rc.conf recommendations:
This will stop syslog from opening a socket. This is highly recommended unless you do remote sysloging. If you're unsure, you can safely make this change.
syslogd_flags="-ss"
=== FreeBSD 6.0-RELEASE ===
=== FreeBSD 6.0-RELEASE ===
----
----





Revision as of 21:52, 15 February 2006

/etc/rc.conf recommendations:

This will stop syslog from opening a socket. This is highly recommended unless you do remote sysloging. If you're unsure, you can safely make this change.

syslogd_flags="-ss"



FreeBSD 6.0-RELEASE



The release page for FreeBSD 6.0-RELEASE is here.

Upgrade your version of FreeBSD

FreeBSD:Sparc

sysctl


The FreeBSD Project