Re: NODESCRYPTLINKS=true doesn't work

2000-03-12 Thread Kris Kennaway
On Mon, 13 Mar 2000, Oliver Fromme wrote: > > "WANTDESCRYPTLINKS" is the historical behaviour which hasn't > > changed. > > Are you sure? I think the historical behaviour was to _not_ > touch the symlinks at all, which I thought was a very sensible > and POLA-conforming default. I'm always u

Re: NODESCRYPTLINKS=true doesn't work

2000-03-12 Thread Oliver Fromme
Kris Kennaway <[EMAIL PROTECTED]> wrote in list.freebsd-current: > DES crypt links have a "higher priority" than MD5 crypt links - if you do > a make install in secure/lib/libcrypt or lib/libcrypt, each will overwrite > the libcrypt links of the other. The difference is that make world runs >

Re: NODESCRYPTLINKS=true doesn't work

2000-03-12 Thread Bruce Evans
On Sun, 12 Mar 2000, Kris Kennaway wrote: > On Sun, 12 Mar 2000, Oliver Fromme wrote: > > > Maybe I'm just too dumb... It's my understanding that the > > purpose of the ``NODESCRYPTLINKS'' option in make.conf is > > to prevent overwriting the libcrypt symlinks in /usr/lib. > > Well, it doesn't

Re: NODESCRYPTLINKS=true doesn't work

2000-03-12 Thread Kris Kennaway
On Sun, 12 Mar 2000, Oliver Fromme wrote: > Maybe I'm just too dumb... It's my understanding that the > purpose of the ``NODESCRYPTLINKS'' option in make.conf is > to prevent overwriting the libcrypt symlinks in /usr/lib. > Well, it doesn't work. > > I cvsupped today in the morning (~ 9:00 UTC

Re: NODESCRYPTLINKS=true doesn't work

2000-03-12 Thread Doug Barton
Oliver Fromme wrote: > > Maybe I'm just too dumb... It's my understanding that the > purpose of the ``NODESCRYPTLINKS'' option in make.conf is > to prevent overwriting the libcrypt symlinks in /usr/lib. > Well, it doesn't work. > > I cvsupped today in the morning (~ 9:00 UTC on Sunday), added >

NODESCRYPTLINKS=true doesn't work

2000-03-12 Thread Oliver Fromme
Maybe I'm just too dumb... It's my understanding that the purpose of the ``NODESCRYPTLINKS'' option in make.conf is to prevent overwriting the libcrypt symlinks in /usr/lib. Well, it doesn't work. I cvsupped today in the morning (~ 9:00 UTC on Sunday), added NODESCRYPTLINKS=true to /etc/make.con