Date: Sat, 29 Apr 2006 21:10:19 GMT From: "Roberto Lima" <smuxinho@gmail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/96521 : small mistake in the manual (work/monitord) Message-ID: <200604292110.k3TLAJpC070048@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/96521; it has been noted by GNATS. From: "Roberto Lima" <smuxinho@gmail.com> To: bug-followup@FreeBSD.org, laa@laa.zp.ua Cc: Subject: Re: ports/96521 : small mistake in the manual (work/monitord) Date: Sat, 29 Apr 2006 18:04:02 -0300 Hi, look for this typo in patch +root auto,alert 30 "syslodg" /usr/sbin/syslogd ---- The correct patch is: --- work/monitord-0.4.1/monitord.8.new Sat Apr 29 18:40:29 2006 +++ work/monitord-0.4.1/monitord.8 Thu Aug 21 23:53:45 2003 @@ -127,8 +127,8 @@ Here are a few more example service entries: .Pp .Bd -literal -root auto,alert 30 inetd /usr/sbin/inetd -wW -root auto,alert 30 syslogd /usr/sbin/syslogd +root auto,alert 30 syslogd /usr/sbin/inetd -wW +root auto,alert 30 syslogd /usr/sbin/syslogd www auto,alert 60 httpd /usr/local/etc/rc.d/apache.= sh .Ed .Pp Regards, Roberto Lima
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604292110.k3TLAJpC070048>