From bea0037dbdd979603fb0b5be8b43f5478c1f6fec Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 19 Sep 2014 02:53:32 +0000 Subject: initial commit --- doc/s6-update-symlinks.html | 83 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 doc/s6-update-symlinks.html (limited to 'doc/s6-update-symlinks.html') diff --git a/doc/s6-update-symlinks.html b/doc/s6-update-symlinks.html new file mode 100644 index 0000000..96cc15b --- /dev/null +++ b/doc/s6-update-symlinks.html @@ -0,0 +1,83 @@ + + + + + s6-portable-utils: the s6-update-symlinks program + + + + + + +

+s6
+Software
+skarnet.org +

+ +

The s6-update-symlinks program

+ +

+ s6-update-symlinks links the content of several similar directory trees +under a single tree. Its main use is to replace search paths like $PATH +or $MANPATH, by creating a unique access tree based on the source trees. +Name conflicts are solved by giving precedence to the last named directory. +Subdirectories are created exactly as needed ; what can be shared is +shared. +

+ +

+s6-update-symlinks is useful when one wants to combine +a logical package system, like Dan Bernstein's +/package and +/command, with +physical filesystem constraints, like /, /usr and +/usr/local on separate filesystems. +

+ +

Interface

+ +
+     s6-update-symlinks d src1 src2 ...
+
+ + + +

Examples

+ + + + + -- cgit v1.3.1