blob: 7e6c3cc5f55ade680b0904aa2a6f2910e2c8cdd7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
reclinker is a recursive symlinking utility. It mirrors a hierarchy of
files by means of symlinks. It's similar to GNU Stow, however:
* written in pure C (no dependencies, fast)
* free of forced, confusing package management terminology (like stow
dir, target dir, package)
* supports both absolut and relative linking
* supports linking into existing hierarchies, handles properly already
existing directory symlinks in the target hierarchy (like /usr/man ->
share/man)
* supports access control (set ownership/mode of created
links/directories, filter processed files based on ownership/mode
requirements)
WWW: http://creo.hu/~csaba/stuff/reclinker/
Author: Csaba Henk
|