commit 8c8ab3fc5ceb466aaa4d527ad134472b1d591759
parent edbd950120b65841ea5d7fa89a94c807e55f89fe
Author: Jaromil <jaromil@dyne.org>
Date: Sat, 15 Nov 2014 02:41:10 +0100
removed some minor debugging tests
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/tomb b/tomb
@@ -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
@@ -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::" \