[issue414] Small fix for omshell(1)

Francis GUDIN issues at chlamydia.fs.ei.tum.de
Tue Dec 19 04:34:44 PST 2006


New submission from Francis GUDIN <fgudin at nerim.net>:

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 <issues at chlamydia.fs.ei.tum.de>
<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>




More information about the Bugs mailing list