OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: Problem with Postfix Sources in AFS
From: Wietse Venema (wietseporcupine.org)
Date: Tue Jul 04 2000 - 09:29:31 CDT


Lionel Cons:
> When I untar the Postfix sources in AFS I get several error messages
> because the tar file contains hardlinks and AFS cannot handle
> hardlinks across directories:
>
> # ln global/.indent.pro spawn/.indent.pro
> ln: cannot create hard link `spawn/.indent.pro' to `global/.indent.pro': Invalid cross-device link
>
> Would it be possible to replace these hardlinks by symlinks in the tar
> file?

This is almost as weird as the request from someone who was running
CVS on Windows.

In order to build Postfix you do not need the .indent or .printfck
files. They are used for development only.

How about you produce a patch to the Makefile.in files that copies
../.whatever so that dotfiles are kept up to date without bother.

        Wietse