On Tue, May 15, 2001 at 05:02:25PM -0600, Warner Losh wrote:
> In message <[EMAIL PROTECTED]> Maxim Sobolev writes:
> : Perhaps we could rip off the code that dumps keymap file into a
> : little utility on its own and use this utility to bootstrap
> : sysinstall. I could look into this direction if there aren't better
> : ideas.
>
> I think your idea of just defining PASTE is the best way to go. I
> came up with it independently after trying a number of different ideas
> on how to get around this.
>
FWIW, my gross hack to usr.sbin/kbdcontrol also worked:
Index: Makefile
===================================================================
RCS file: /home/ncvs/src/usr.sbin/kbdcontrol/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile 2001/03/26 14:40:28 1.8
+++ Makefile 2001/05/16 07:19:20
@@ -3,6 +3,7 @@
PROG= kbdcontrol
SRCS= kbdcontrol.c lex.l
CFLAGS+= -I${.CURDIR}
+CFLAGS+=-I${.CURDIR}/../../sys
MAN= kbdcontrol.1 kbdmap.5
MLINKS= kbdmap.5 keymap.5
DPADD= ${LIBL}
Cheers,
--
Ruslan Ermilov Oracle Developer/DBA,
[EMAIL PROTECTED] Sunbay Software AG,
[EMAIL PROTECTED] FreeBSD committer,
+380.652.512.251 Simferopol, Ukraine
http://www.FreeBSD.org The Power To Serve
http://www.oracle.com Enabling The Information Age
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message