ports/sysutils/monitord/files/patch-monitord.8
Stefan Eßer e3f400194b Fix build with -fno-common
While here simplify the port's Makefile and fix the wrong usage of bzero
and other library functions that take a buffer size: The size parameter
passed was always the pointer, not the buffer pointed to, i.e.
"bzero(buf, sizeof(buf)" instead of "bzero(buf, sizeof(*buf)" ...
2020-09-04 12:05:45 +00:00

11 lines
365 B
Groff

--- monitord.8.orig 2003-08-21 20:53:45 UTC
+++ monitord.8
@@ -128,7 +128,7 @@ Here are a few more example service entries:
.Pp
.Bd -literal
root auto,alert 30 syslogd /usr/sbin/inetd -wW
-root auto,alert 30 syslodg /usr/sbin/syslogd
+root auto,alert 30 syslogd /usr/sbin/syslogd
www auto,alert 60 httpd /usr/local/etc/rc.d/apache.sh
.Ed
.Pp