summaryrefslogtreecommitdiff
path: root/NEWS.md.in
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2013-08-05 06:15:17 +0200
committerGravatar Mike Burns <mike@mike-burns.com>2013-08-05 06:15:17 +0200
commitfc648042ca2e753b8ecdabc5fa52aea5313c3b03 (patch)
treee69c2dba330066ef1ddc5725d97ab0b336ef5783 /NEWS.md.in
parent122bbf0c6da226fc7e8a7e2a8d173b3e6259f7cf (diff)
Add -C for copying files
Some files prefer to be copies instead of symlinks---for example, OpenSSH ignores symlinks. Add the `-C` option to mkrc(1) and rcup(1) to handle this. mkrc -C .ssh rcup -C ssh This does raise a synchronization problem that I do not yet know how to solve; namely, what to do when the rc file changes. Perhaps a `rcsync` command is in order; perhaps `rcup` should handle this; perhaps `rcsync` is a better name for `rcup`.
Diffstat (limited to 'NEWS.md.in')
-rw-r--r--NEWS.md.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS.md.in b/NEWS.md.in
index df52095..4c4ebb9 100644
--- a/NEWS.md.in
+++ b/NEWS.md.in
@@ -1,6 +1,7 @@
rcm (@PACKAGE_VERSION@) unstable; urgency=low
- * Exclusion and inclusion with -e and -I
+ * Exclusion and inclusion with -e and -I.
+ * Copy instead of symlink with -C.
-- Mike Burns <mburns@thoughtbot.com> Mon, 05 Aug 2013 16:43:33 +0200