New submission from Francis GUDIN <[EMAIL PROTECTED]>:

omshell should reference man pages dhclient and dhcpd in section 8, not 1.

Attached patches include a diff to src/usr.sbin/dhcp/dhcpctl/Makefile.bin
(adding a PATCHES= entry) and the patch itself ("omshell.1.patch"). I hope it's
the right way to do it.

----------
files: src_usr.sbin_dhcp_dhcpctl_Makefile.bin.diff
messages: 1808
nosy: fgudin
priority: cleanup
status: unread
title: Small fix for omshell(1)

_______________________________________________________
DragonFly issue tracker <[EMAIL PROTECTED]>
<http://bugs.dragonflybsd.org/issue414>
_______________________________________________________
--- Makefile.bin	4 Jan 2005 19:58:54 -0000	1.1
+++ Makefile.bin	19 Dec 2006 12:09:48 -0000
@@ -4,6 +4,8 @@
 
 PROG=	omshell
 
+PATCHES=omshell.1.patch
+
 LDADD=	${LIBDHCP} ${LIBRES} ${LIBOMAPI} ${LIBDST} libdhcpctl.a
 
 .include <bsd.prog.mk>

Reply via email to