summaryrefslogtreecommitdiff
path: root/man/rcm.7
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2013-08-01 16:06:30 -0400
committerGravatar Mike Burns <mike@mike-burns.com>2013-08-02 17:51:02 -0400
commit9e16a4aea0dad1909abc78b3f9bc1291917486db (patch)
treee8dfdebb79370c0b46aab71d805621f6fe5ee34c /man/rcm.7
parentfe3244ca9c8c9a38ea700851e36667b1015d11e6 (diff)
Add `mkrc -o` to install host-specific files
To make it easier to manage host-specific rc files, `mkrc` now supports a `-o` option. This causes the specified file to be added to the host section named for the current machine. This option is in conflict with the `-t` option.
Diffstat (limited to 'man/rcm.7')
-rw-r--r--man/rcm.74
1 files changed, 1 insertions, 3 deletions
diff --git a/man/rcm.7 b/man/rcm.7
index 54bb79a..05ebd90 100644
--- a/man/rcm.7
+++ b/man/rcm.7
@@ -203,9 +203,7 @@ file is a popular candidate for a host-specific file, since the tags and
dotfile directories listed in there are often specific to a single
machine.
.Pp
-.Dl mkdir .dotfiles/host-`hostname`
-.Dl mv .rcrc .dotfiles/host-`hostname`/rcrc
-.Dl rcup
+.Dl mkrc -o .rcrc
.
.Sh RATIONALE
.Pp