===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
etckeeper-1.18.14/README.md-200-
etckeeper-1.18.14/README.md:201:etckeeper runs the executable files in `/etc/etckeeper/$command.d/`. (It
etckeeper-1.18.14/README.md-202-ignores the same ones that run-parts(1) would ignore.) You can modify these
##############################################
etckeeper-1.18.14/doc/README.mdwn-200-
etckeeper-1.18.14/doc/README.mdwn:201:etckeeper runs the executable files in `/etc/etckeeper/$command.d/`. (It
etckeeper-1.18.14/doc/README.mdwn-202-ignores the same ones that run-parts(1) would ignore.) You can modify these
##############################################
etckeeper-1.18.14/doc/todo/Detailed_post-install_commit_messages/comment_4_bf387e2effc4e14e331610e7e588693a._comment-7-
etckeeper-1.18.14/doc/todo/Detailed_post-install_commit_messages/comment_4_bf387e2effc4e14e331610e7e588693a._comment:8:There is a disturbing lack of quoting on `$FILELIST` which I think could be
etckeeper-1.18.14/doc/todo/Detailed_post-install_commit_messages/comment_4_bf387e2effc4e14e331610e7e588693a._comment-9-a problem with filenames containing spaces etc. Using xargs with `-d \n`
##############################################
etckeeper-1.18.14/doc/todo/requires___96__user.email__96___be_set_under_undocumented_circumstances.mdwn-35-
etckeeper-1.18.14/doc/todo/requires___96__user.email__96___be_set_under_undocumented_circumstances.mdwn:36:IMO, considering how to document this behaviour shows it to be user-unfriendly.  Therefore, it would be simplest if etckeeper could fall back to using `$(id -un)`, once `$(tty)` fails.
etckeeper-1.18.14/doc/todo/requires___96__user.email__96___be_set_under_undocumented_circumstances.mdwn-37-
etckeeper-1.18.14/doc/todo/requires___96__user.email__96___be_set_under_undocumented_circumstances.mdwn:38:> Set `USER=$(whoami)`, for git only. [[done]] --[[Joey]]
##############################################
etckeeper-1.18.14/doc/todo/requires___96__user.email__96___be_set_under_undocumented_circumstances/comment_1_f8399058ebbf3059000e6528296cc1e9._comment-11-
etckeeper-1.18.14/doc/todo/requires___96__user.email__96___be_set_under_undocumented_circumstances/comment_1_f8399058ebbf3059000e6528296cc1e9._comment:12:Anyway, yes, setting `USER=$(id -un)` (or whoami) would make
etckeeper-1.18.14/doc/todo/requires___96__user.email__96___be_set_under_undocumented_circumstances/comment_1_f8399058ebbf3059000e6528296cc1e9._comment-13-the code that currently is used to handle sudo users be always
##############################################
etckeeper-1.18.14/doc/todo/track_multiple_directories/comment_11_353f4ec6cb4c575c9459b430236e27d1._comment-5- content="""
etckeeper-1.18.14/doc/todo/track_multiple_directories/comment_11_353f4ec6cb4c575c9459b430236e27d1._comment:6:You already have -d support, now can you do, please, another step to track multiple dirs by adding cycle into `/etc/cron.daily/etckeeper` which would commit from multiple dirs. This could be variable in `/etc/etckeeper/etckeeper.conf`, for example `ADD_DIRS=\"/usr/local/etc /boot/grub\"`, and cron.daily script could just `for dir in $ADD_DIRS` and `commit -d $dir` them all. This requires just few lines to acquire such great functionality.
etckeeper-1.18.14/doc/todo/track_multiple_directories/comment_11_353f4ec6cb4c575c9459b430236e27d1._comment-7-
##############################################
etckeeper-1.18.14/debian/postinst-82-		. /etc/etckeeper/etckeeper.conf || true
etckeeper-1.18.14/debian/postinst:83:		if [ -n "$VCS" ] && [ -x "`which $VCS 2>/dev/null`" ]; then
etckeeper-1.18.14/debian/postinst-84-			if etckeeper init; then
##############################################
etckeeper-1.18.14/debian/preinst-11-	if [ -e "$CONFFILE" ]; then
etckeeper-1.18.14/debian/preinst:12:		md5sum="`md5sum \"$CONFFILE\" | sed -e \"s/ .*//\"`"
etckeeper-1.18.14/debian/preinst:13:		old_md5sum="`dpkg-query -W -f='${Conffiles}' $PKGNAME | sed -n -e \"\\\\' $CONFFILE'{s/ obsolete$//;s/.* //p}\"`"
etckeeper-1.18.14/debian/preinst-14-		if [ "$md5sum" = "$old_md5sum" ]; then
##############################################
etckeeper-1.18.14/debian/preinst-25-	if [ -e "$CONFFILE" ]; then
etckeeper-1.18.14/debian/preinst:26:		md5sum="`md5sum \"$CONFFILE\" | sed -e \"s/ .*//\"`"
etckeeper-1.18.14/debian/preinst:27:		old_md5sum="`dpkg-query -W -f='${Conffiles}' $PKGNAME | sed -n -e \"\\\\' $CONFFILE'{s/ obsolete$//;s/.* //p}\"`"
etckeeper-1.18.14/debian/preinst-28-		if [ "$md5sum" != "$old_md5sum" ]; then