Bug 96521 - sysutils/monitord: small mistake in the manual
Summary: sysutils/monitord: small mistake in the manual
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-29 16:50 UTC by laa
Modified: 2006-05-05 22:31 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (584 bytes, patch)
2006-04-29 16:50 UTC, laa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description laa 2006-04-29 16:50:14 UTC
	ports/sysutils/monitord mistake in manual monitord(8)
Comment 1 Roberto Lima 2006-04-29 22:04:02 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-04-30 00:55:48 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 walt 2006-04-30 06:47:57 UTC
I approve.

On Sat, 29 Apr 2006, Edwin Groothuis wrote:

> Maintainer of sysutils/monitord,
>
> Please note that PR ports/96521 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/96521
>
> --
> Edwin Groothuis
> edwin@FreeBSD.org
>
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2006-04-30 09:46:18 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Emanuel Haupt freebsd_committer freebsd_triage 2006-05-05 22:28:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Take.
Comment 6 Emanuel Haupt freebsd_committer freebsd_triage 2006-05-05 22:31:43 UTC
State Changed
From-To: open->closed

Committed, thanks!