Ticket #587 (closed defect: upstream)
Skipping non-text files when regenerate environment
| Reported by: | zaufi | Owned by: | |
|---|---|---|---|
| Priority: | Sometime | Milestone: | |
| Component: | clients/paludis | Version: | 0.26.2 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Distribution: | Gentoo |
Description
I have all my configs under Subversion and a script to relink' files from working copy to destination. Particualrly I have under SVN some files from /etc/env.d directory and in fact they are text files but links to directory with working copy of my configs. Unfortunately, in contrast to emegre, paludis` ignore all symlinks when updateing environment telling me
Skipping non-text file etc/env.d/02locale. Skipping non-text file etc/env.d/50local_path. Skipping non-text file etc/env.d/99my_env. Skipping non-text file etc/env.d/99pkg_config. Skipping non-text file etc/env.d/99unison. Skipping non-text file etc/env.d/99web_proxies.

Paludis doesn't do this itself, it uses the env module that's part of eselect. File a bug with Gentoo.