summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/freebsd_pkgng_plugin.mdwn3
-rw-r--r--doc/todo/remove_remaining_perl_usage.mdwn4
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/freebsd_pkgng_plugin.mdwn b/doc/todo/freebsd_pkgng_plugin.mdwn
new file mode 100644
index 0000000..81edb89
--- /dev/null
+++ b/doc/todo/freebsd_pkgng_plugin.mdwn
@@ -0,0 +1,3 @@
+Get the same integration with FreeBSD pkg as with other package managers.
+
+Basic working plugin available at: <https://github.com/radhus/etckeeper/commit/f849bcc558c2c83b8738e31d2aee56d979c39555>
diff --git a/doc/todo/remove_remaining_perl_usage.mdwn b/doc/todo/remove_remaining_perl_usage.mdwn
new file mode 100644
index 0000000..baa593a
--- /dev/null
+++ b/doc/todo/remove_remaining_perl_usage.mdwn
@@ -0,0 +1,4 @@
+In order to run etckeeper on e.g. embedded systems which does not have perl, I've removed the last parts using perl.
+I have run this on my custom system and it works as expected for me.
+
+Link to github commit: <https://github.com/radhus/etckeeper/commit/d05837ed617bac0163a158ba1cfeca68994bc8f3>