Installing Sysklogd-&sysklogd-version; The Sysklogd package contains programs for logging system messages, such as those given by the kernel when unusual things happen. &buildtime; &sysklogd-time; &diskspace; &sysklogd-compsize; &aa-sysklogd-down; &aa-sysklogd-dep;    Installation of Sysklogd Compile Sysklogd: make And install it: make install    Configuring Sysklogd Create a new /etc/syslog.conf file by running the following: cat > /etc/syslog.conf << "EOF" # Begin /etc/syslog.conf auth,authpriv.* -/var/log/auth.log *.*;auth,authpriv.none -/var/log/sys.log daemon.* -/var/log/daemon.log kern.* -/var/log/kern.log mail.* -/var/log/mail.log user.* -/var/log/user.log *.emerg * # End /etc/syslog.conf EOF &aa-sysklogd-shortdesc; &aa-sysklogd-desc;