Patch from Matthew S. Wood:
authorRob Landley <rob@landley.net>
Fri, 29 Apr 2005 22:13:04 +0000 (22:13 -0000)
committerRob Landley <rob@landley.net>
Fri, 29 Apr 2005 22:13:04 +0000 (22:13 -0000)
commit3071e2fda3d9a609a00f31418a97fe8174f8b7fc
tree0291a3cc89f763fbf64253e30f08ebf382efc712
parentfdc4c203e54227a2d79fe0a4936ce4bc020e1eff
Patch from Matthew S. Wood:
> The following patch adds support for the -S and -b flags to `ln'.  These
> flags [especially -b] are used extensively in Debian pre and post
> installation scripts.

Comments from Vladimir Oleynik influenced the final patch, and I also ripped
out the in-file changelog since it belongs here.  At the time, it said:

/* Apr 15, 2004      Matthew S. Wood    (mwood@realmsys.com)
 *
 * Implement '-b' (backup) flag.
 * Implement '-S' (backup suffix) flag.
 *
 *
 * Mar 16, 2003      Manuel Novoa III   (mjn3@codepoet.org)
 *
 * Fixed bug involving -n option.  Essentially, -n was always in effect.
 */
coreutils/ln.c