Subject: Re: symbolic links?
To: None <tech-pkg@netbsd.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: tech-pkg
Date: 05/14/2002 10:20:57
Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de> wrote:
> On Mon, 13 May 2002, Jan Schaumann wrote:
> > Am I not getting something here or does pkg_delete have problems with
> > symbolic links?  It seems they do not get removed properly...
> 
> There should be no problem. More data?

Nevermind.  It appears I was an idiot.

make print-PLIST did not include the symlinks, as they were not newer
than work/.install_done.  When touch(1)ing the files, the symlinks
themselves did not get touch(1)ed.  After using 

make install
find /usr/pkg/<dir>/ -exec touch -h {} \;

make print-PLIST generated the proper list.

-Jan