installworld with specified ctime possible?

Peter Jeremy PeterJeremy at optushome.com.au
Fri Mar 25 12:06:38 PST 2005


On Fri, 2005-Mar-25 19:27:51 +0100, Emanuel Strobl wrote:
>Does anybody know a trick how I can have the files, installed by installworld,
>have a specified ctime?

Quick answer: you can't.

ctime is the inode change time and is always updated by the UFS code to
reflect the system time at which an inode change occurred.  The only way
to control it is by setting the system clock - and that will have all
sorts of other undesirable side-effects.
-- 
Peter Jeremy


More information about the freebsd-current mailing list