DragonFly bugs List (threaded) for 2006-12
DragonFly BSD
DragonFly bugs List (threaded) for 2006-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

[issue414] Small fix for omshell(1)


From: Francis GUDIN <issues@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 19 Dec 2006 12:32:14 -0000

New submission from Francis GUDIN <fgudin@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@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>


[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]