Remove "replaceable" tag around syslogd in "killall -HUP" command
Reviewed by: simon
This commit is contained in:
parent
0c914d5e71
commit
e761303db8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23749
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ LOG_ERR - packets which have been logged and which can be considered short</scre
|
|||
</filename> you can reboot or bump the syslog task into
|
||||
re-reading <filename>/etc/syslog.conf</filename> by running
|
||||
<command>/etc/rc.d/syslogd reload</command>
|
||||
(<command>killall -HUP <replaceable>syslogd</replaceable></command> in &os; 4.X).</para>
|
||||
(<command>killall -HUP syslogd</command> in &os; 4.X).</para>
|
||||
|
||||
<para>Do not forget to change <filename>/etc/newsyslog.conf
|
||||
</filename> to rotate the new log you just created above.
|
||||
|
|
Loading…
Reference in a new issue