diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-03-02 17:03:12 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-03-02 17:03:12 -0500 |
commit | 55dcc6bf963f922e1ed5c4bbaaefcfacef57b1d7 (patch) | |
tree | 5a81e08a54ee3503a96b7de27a6f12213ef0e599 /README | |
parent | 8000a583b72ba88c93875f47156eee4586bab571 (diff) |
README: Typo. Closes: #517914
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -215,13 +215,13 @@ have a decision to make: Is the history recorded in that repository something you need to preserve, or can you afford to just blow it away and check the current /etc into the new VCS? -In the former case, you just need to follow three steps: +In the latter case, you just need to follow three steps: etckeeper uninit # deletes /etc/.git! vim /etc/etckeeper/etckeeper.conf etckeeper init -In the latter case, you will need to convert the git repository to the +In the former case, you will need to convert the git repository to the other VCS using whatever tools are available to do that. Then you can run `etckeeper uninit`, move files your new VCS will use into place, edit `etckeeper.conf` to change the VCS setting, and finally |