summaryrefslogtreecommitdiff
path: root/man/7
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-09-27 10:33:03 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-09-27 10:33:03 +0200
commitd30148e3fed6910ce7e19a1ff7482b5fbd9da7b8 (patch)
tree888da01baac08a2870ac70bddec679fb0266cee4 /man/7
parent33785a9b8d2e5444c50784428e036045bb888cb1 (diff)
caretaker-setup(7): Document ../$etc/foo cases in the links file
Diffstat (limited to 'man/7')
-rw-r--r--man/7/caretaker-setup.pod14
1 files changed, 14 insertions, 0 deletions
diff --git a/man/7/caretaker-setup.pod b/man/7/caretaker-setup.pod
index 105528b..98affeb 100644
--- a/man/7/caretaker-setup.pod
+++ b/man/7/caretaker-setup.pod
@@ -55,3 +55,17 @@ Now you can install the vim package the normal way
created .vimrc -> packages/vim/etc/vimrc
And that's it. You can safely rm -rf /tmp/vim now.
+
+=head2 THE LINKS FILE
+
+Note that the '$etc' used in this example is a B<relative> symlink.
+So if you want to symlink something which is in a subdirectory of your home,
+you will have to set the target to C<< ../$etc/something >> (or similar).
+
+Example:
+
+ soft .ssh/config ../$etc/config
+
+=head1 SEE ALSO
+
+checklinks(1), ct(1), caretaker(7)