Re: [dev] [sbase] [PATCH] ln: Add support for target directories

2014-11-23 Thread Dimitris Papastamos
Applied, thanks!

[dev] [sbase] [PATCH] ln: Add support for target directories

2014-11-23 Thread Michael Forney
Also, now that we are using {sym,}linkat, implement the trivial -L and -P options. --- ln.1 | 11 +-- ln.c | 53 ++--- 2 files changed, 47 insertions(+), 17 deletions(-) diff --git a/ln.1 b/ln.1 index 4205ea7..3b1ac98 100644 --- a/ln.1 +++ b