diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-27 10:33:03 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-27 10:33:03 +0200 |
commit | d30148e3fed6910ce7e19a1ff7482b5fbd9da7b8 (patch) | |
tree | 888da01baac08a2870ac70bddec679fb0266cee4 /man | |
parent | 33785a9b8d2e5444c50784428e036045bb888cb1 (diff) |
caretaker-setup(7): Document ../$etc/foo cases in the links file
Diffstat (limited to 'man')
-rw-r--r-- | man/7/caretaker-setup.pod | 14 |
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) |