tmake sure sbin is in PATH - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ba9d7e03fc47a49903c41ef39f7baf2bb69d1fd5
 (DIR) parent 85fe8fdc019d9e39bf9b278a9449e05871655e11
 (HTM) Author: Jaromil <jaromil@dyne.org>
       Date:   Sun,  1 Jun 2014 22:19:03 +0200
       
       make sure sbin is in PATH
       
       tthis helps find cryptsetup
       
       Diffstat:
         M tomb                                |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/tomb b/tomb
       t@@ -64,8 +64,8 @@ typeset -h _uid
        typeset -h _gid
        typeset -h _tty
        
       -# Set a sensible PATH
       -# PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin
       +# Make sure sbin is in PATH
       +PATH+=:/sbin:/usr/sbin
        
        # }}}