Date: Sat, 08 Feb 1997 14:07:54 -0800 (PST) From: Simon Shapiro <Shimon@i-Connect.Net> To: Gary Jennejohn <Gary.Jennejohn@munich.netsurf.de> Cc: freebsd-current@freebsd.org, Gary Jennejohn <garyj@munich.netsurf.de> Subject: Re: Libopie, Who are You? Message-ID: <XFMail.970208194342.Shimon@i-Connect.Net> In-Reply-To: <199702081200.MAA11290@peedub.gj.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Gary Jennejohn; On 08-Feb-97 you wrote: > Simon Shapiro writes: > >I have a directory, a makefile and no sources. > > > >What? Where? Why? How? > > > >Thanx. > > > >Simon > > > > the sources should be in /usr/src/contrib. Look at the Makefile, > you'll see a .PATH directive pointing at them. Thanx. Please be patient with me. What I did is: cd /usr/src cvs checkout . make And it failed. I just cvsupp'ed again and did: find contrib -name '*opie*' and got nothing back. Then I did: cd /Archives/FreeBSD/FreeBSD-CVS/src #Where I keep my CVS tree find . -name '*opie*' and got: ./usr.bin/opieinfo ./usr.bin/opiekey ./usr.bin/opiepasswd ./lib/libopie Then I also did: find . -name '*opie*' -exec ls -ald {} \; and got: drwxr-xr-x 2 root wheel 512 Feb 8 13:38 ./usr.bin/opieinfo drwxr-xr-x 2 root wheel 512 Feb 8 13:38 ./usr.bin/opiekey drwxr-xr-x 2 root wheel 512 Feb 8 13:38 ./usr.bin/opiepasswd drwxr-xr-x 2 root wheel 512 Feb 8 13:35 ./lib/libopie Then I did find . -name '*opie*' -exec ls -ald {} \; Which gave me: total 1 -r--r--r-- 1 root wheel 799 Feb 7 04:27 Makefile,v total 1 -r--r--r-- 1 root wheel 793 Feb 7 04:27 Makefile,v total 1 -r--r--r-- 1 root wheel 804 Feb 7 04:29 Makefile,v total 2 -r--r--r-- 1 root wheel 1221 Feb 6 21:11 Makefile,v I also did: cd /usr/src find . -name '*opie*' and got: ./usr.bin/opieinfo ./usr.bin/opiekey ./usr.bin/opiepasswd ./lib/libopie And then I did: find . -name '*opie*' -exec ls -al {} \; and got: total 2 drwxr-xr-x 2 root wheel 512 Feb 7 20:39 CVS -rw-r--r-- 1 root wheel 813 Feb 6 19:51 Makefile total 2 drwxr-xr-x 2 root wheel 512 Feb 7 20:42 CVS -rw-r--r-- 1 root wheel 224 Feb 7 04:27 Makefile total 2 drwxr-xr-x 2 root wheel 512 Feb 7 20:42 CVS -rw-r--r-- 1 root wheel 221 Feb 7 04:27 Makefile total 2 drwxr-xr-x 2 root wheel 512 Feb 7 20:42 CVS -rw-r--r-- 1 root wheel 230 Feb 7 04:29 Makefile Now I was getting desparate. I went to another host, which has a mirror of ftp.freebsd.org/.../FreeBSD-current (as of last night) and did: find . | grep -i opie Which yielded a whole bunch of stuff. So, in may own naive way I am thinking ``Simon, you are doing something stupid. Better ask''. So I ask: Why am I not getting these from the CVS tree? Simon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.970208194342.Shimon>