I'm trying to disable syslog from accepting messages from remote sytems.
On earlier Solaris versions you had to restart syslogd with the "t" switch, not clear how it's done in Sol 10.
This is what I did -
#svccfg
svc> select system/system-log
svc:/system/system-log> setprop config/log_from_remote = false
restarted syslog using svcadm.
Is this correct ?
On earlier Solaris versions you had to restart syslogd with the "t" switch, not clear how it's done in Sol 10.
This is what I did -
#svccfg
svc> select system/system-log
svc:/system/system-log> setprop config/log_from_remote = false
restarted syslog using svcadm.
Is this correct ?