Name : sysklogd
| |
Version : 1.5
| Vendor : aLinux Soft_ Corporation_
|
Release : 5
| Date : 2013-01-16 12:59:59
|
Group : System
| Source RPM : sysklogd-1.5-5.src.rpm
|
Size : 0.12 MB
| |
Packager : linuxkid < alinux_alinux_tv>
| |
Summary : System logging and kernel message trapping daemons.
|
Description :
The sysklogd package contains two system utilities (syslogd and klogd) which provide support for system logging. Syslogd and klogd run as daemons (background processes) and log system messages to different places, like sendmail logs, security logs, error logs, etc.
Simple script to start.
if [ -x /usr/sbin/syslogd ]; then echo \"Starting system log daemon: syslogd: syslogd -m 0\" progressbar 29 /usr/sbin/syslogd -m 0 echo \"Starting kernel log daemon: klogd -c 1 -2\" progressbar 30 /usr/sbin/klogd -c 1 -2 fi
|
RPM found in directory: /vol/rzm1/linux-ibiblio/distributions/peanut/current/pkgs/RPMS/KERNEL |