tremoved some minor debugging tests - tomb - the crypto undertaker
HTML git clone git://parazyd.org/tomb.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 8c8ab3fc5ceb466aaa4d527ad134472b1d591759
DIR parent edbd950120b65841ea5d7fa89a94c807e55f89fe
HTML Author: Jaromil <jaromil@dyne.org>
Date: Sat, 15 Nov 2014 02:41:10 +0100
removed some minor debugging tests
Diffstat:
M tomb | 6 ------
1 file changed, 0 insertions(+), 6 deletions(-)
---
DIR diff --git a/tomb b/tomb
t@@ -1733,8 +1733,6 @@ mount_tomb() {
# write down the UID and TTY that opened the tomb
rm -f ${tombmount}/.uid
print $_UID > ${tombmount}/.uid
- rm -f ${tombmount}/.user
- id -nu > ${tombmount}/.user
rm -f ${tombmount}/.tty
print $_TTY > ${tombmount}/.tty
# also the hostname
t@@ -1896,10 +1894,6 @@ awk "/mapper/"' { print $2 ";" $3 ";" $4 ";" $5 }'`
done
}
- _verbose "tombtty: $tombtty"
- _verbose "tombuid: $tombuid"
- _verbose "tombuser: $tombuser"
-
{ option_is_set --get-mountpoint } && { print $tombmount; continue }
_message "::1 tombname:: open on ::2 tombmount:: using ::3 tombfsopts::" \