Subject: Re: print-PLIST can't pick up files installed by cp -p.
To: None <reed@reedmedia.net>
From: OBATA Akio <obache@NetBSD.org>
List: tech-pkg
Date: 03/05/2007 22:54:12
On Mon, 5 Mar 2007 07:29:58 -0600 (CST), Jeremy C. Reed wrote:
> On Mon, 5 Mar 2007, OBATA Akio wrote:
> > Now, print-PLIST can't pick up some files, for example, installed by cp -p.
> >
> > How about using find -cnewer instead of -newer?
>
> Some implementations of find(1) don't know -cnewer.
Ah, my careless oversight of 'extensions to' in find(1) on NetBSD 3:
The options and the -amin, -anewer, -cmin, -cnewer, -empty, -follow,
-fstype, -iname, -inum, -iregex, -links, -ls, -maxdepth, -mindepth,
-mmin, -path, -print0 and -regex primaries are extensions to IEEE Std
1003.2 (``POSIX.2'').
At least, Interix's one dosen't know -cnewer.
I'll use this modification on my local environment.
Thanks.
--
"Of course I love NetBSD":-)
OBATA Akio / obache@NetBSD.org