summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README1
-rw-r--r--debian/changelog1
-rw-r--r--etckeeper.82
3 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 2455962..c6e7e04 100644
--- a/README
+++ b/README
@@ -84,6 +84,7 @@ the right files, and none of the wrong files. And you can edit the
`.gitignore` and so forth. Once you're ready, it's time to commit:
cd /etc
+ git status
git commit -m "initial checkin"
git gc # pack git repo to save a lot of space
diff --git a/debian/changelog b/debian/changelog
index e130896..7ab8d71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ etckeeper (0.22) UNRELEASED; urgency=low
* Move etckeeper to sbin, and man page to section 8, since only an admin
can really use etckeeper.
+ * Mention README file from man page.
-- Joey Hess <joeyh@debian.org> Mon, 22 Dec 2008 16:11:38 -0500
diff --git a/etckeeper.8 b/etckeeper.8
index bbd340a..33f511f 100644
--- a/etckeeper.8
+++ b/etckeeper.8
@@ -44,5 +44,7 @@ This returns true if the directory contains uncommitted changes.
/etc/etckeeper also contains directories containing the programs that are
run for each of the above commands.
+.SH SEE ALSO
+/usr/share/doc/etckeeper/README.gz
.SH AUTHOR
Joey Hess, <joey@kitenet.net>.