Provided in PR 18064 by Julio Merino <jmmv@hispabsd.org>. Modified by myself to include the buildlink2 files for boehm-gc, ncurses, openssl, and the bsd.pkg.install.mk files, to use the boehm-gc package, and not the included version, and to find one of the help files appropriately. I also fixes the CONF_FILES definition, and tried to bring some sanity to the opencm version number.
13 lines
496 B
Text
13 lines
496 B
Text
$NetBSD: patch-ae,v 1.1.1.1 2002/08/28 14:53:15 agc Exp $
|
|
|
|
--- src/client/command.c 2002/08/27 17:52:26 1.1
|
|
+++ src/client/command.c 2002/08/27 17:52:38
|
|
@@ -154,7 +154,7 @@
|
|
{ "add", opencm_add_file, 1, CF_OPTARGS|CF_NOCONNECT|CF_WSINIT, 0,
|
|
"add.help" },
|
|
{ "adduser", opencm_add_user, 2, CF_ADMIN, 0,
|
|
- "add-user.help" },
|
|
+ "adduser.help" },
|
|
{ "bind", opencm_bind, 2, 0, 0,
|
|
"bind.help" },
|
|
{ "browse", opencm_browse, 0, CF_OPTARGS, 0, 0 },
|