mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
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)" ...
11 lines
365 B
Groff
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
|