Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2000 11:32:15 +0200
From:      Udo Schweigert <ust@cert.siemens.de>
To:        "Vadim V. Chepkov" <vvc@kharkiv.net>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: lptcontrol - still broken
Message-ID:  <20000713113215.B95189@alaska.cert.siemens.de>
In-Reply-To: <396D86FF.446B@kharkiv.net>; from vvc@kharkiv.net on Thu, Jul 13, 2000 at 12:08:15PM %2B0300
References:  <396D86FF.446B@kharkiv.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 13, 2000 at 12:08:15 +0300, Vadim V. Chepkov wrote:
> Hi!
> 
> I cvsuped just now, but lptcontrol still broken
> 
> 
> ===> usr.sbin/lptcontrol
> rm -f .depend
> mkdep -f .depend -a    -I/usr/obj/usr/src/i386/usr/include 
> /usr/src/usr.sbin/lp
> tcontrol/lptcontrol.c
> /usr/src/usr.sbin/lptcontrol/lptcontrol.c:45: dev/ppbus/lptio.h: No such
> file or
>  directory

Yes, you also need this patch:

--- src/include/Makefile.orig	Thu Jul 13 06:45:41 2000
+++ src/include/Makefile	Thu Jul 13 10:46:43 2000
@@ -48,7 +48,7 @@
 LSUBDIRS=	isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs cam/scsi dev/ppbus dev/usb
 
 # For SHARED=symlinks, cam is a symlink, so cam/scsi is taken care of
-LSYMSUBDIRS=	isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs dev/usb
+LSYMSUBDIRS=	isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs dev/ppbus dev/usb
 
 # Define SHARED to indicate whether you want symbolic links to the system
 # source (``symlinks''), or a separate copy (``copies'').  ``symlinks'' is

Regards.
-- 
Udo Schweigert, Siemens AG   | Voice      : +49 89 636 42170
ZT IK 3, Siemens CERT        | Fax        : +49 89 636 41166
D-81730 Muenchen / Germany   | email      : ust@cert.siemens.de
PGP-2/5 fingerprint          | D8 A5 DF 34 EC 87 E8 C6  E2 26 C4 D0 EE 80 36 B2


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000713113215.B95189>