summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-06-01 09:16:10 -0400
committerJoey Hess <joeyh@joeyh.name>2015-06-01 09:16:10 -0400
commit87bb4978dade6117f69799f435dad741eb741655 (patch)
tree23d394e0383fa04c1803bd2f18fada5a2939d943 /doc
parent53d101bddd2af0a491c1bce4fb16cb16495c7d35 (diff)
Use getent utility instead of perl. (Elan Ruusamäe)
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/use_getent__40__1__41___from_glibc_to_retrieve_user_home___35__27.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/use_getent__40__1__41___from_glibc_to_retrieve_user_home___35__27.mdwn b/doc/todo/use_getent__40__1__41___from_glibc_to_retrieve_user_home___35__27.mdwn
index a75ee8c..ee6e9ed 100644
--- a/doc/todo/use_getent__40__1__41___from_glibc_to_retrieve_user_home___35__27.mdwn
+++ b/doc/todo/use_getent__40__1__41___from_glibc_to_retrieve_user_home___35__27.mdwn
@@ -4,3 +4,11 @@ https://github.com/joeyh/etckeeper/pull/27
url for git am:
https://patch-diff.githubusercontent.com/raw/joeyh/etckeeper/pull/27.patch
+
+> I had to guess at the motivation for this patch, which is never the best
+> position for a patch to leave its receiver in.
+>
+> I guess that getent is a little faster than running perl to do the same
+> thing. And, getent seems to always be available, at least on debian.
+>
+> So, applied, with some doubt. [[done]] --[[Joey]]