Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Thu, 5 Jul 2012 19:24:38 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: make bash-completion: shouldn't we check $BASH_COMPLETION /  $BASH_COMPLETION_DIR

While looking for something else, I found

$ set |grep BASH_COMPLETION
BASH_COMPLETION=/etc/bash_completion
BASH_COMPLETION_COMPAT_DIR=/etc/bash_completion.d
BASH_COMPLETION_DIR=/etc/bash_completion.d

So may be in Makefile $BASH_COMPLETION_DIR should be checked (and only
if not defined, we could check if /etc/bash_completion.d exists and is a
directory, and put john.bash-completion there.

Just in case some other OS than common Linux distributions is using
another directory. What do you think?

Frank

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.