* Remove a debug statement.
svn path=/nixos/trunk/; revision=26889
This commit is contained in:
parent
23df246c9e
commit
37562ea864
@ -20,8 +20,6 @@ let
|
|||||||
PATH=${pkgs.coreutils}/bin:${pkgs.gnused}/bin:${pkgs.glibc}/bin
|
PATH=${pkgs.coreutils}/bin:${pkgs.gnused}/bin:${pkgs.glibc}/bin
|
||||||
TAGDIR=/var/run/console
|
TAGDIR=/var/run/console
|
||||||
|
|
||||||
exec >> /tmp/xyzzy 2>&1
|
|
||||||
|
|
||||||
[ -n "$CK_SESSION_USER_UID" ] || exit 1
|
[ -n "$CK_SESSION_USER_UID" ] || exit 1
|
||||||
|
|
||||||
TAGFILE="$TAGDIR/`getent passwd $CK_SESSION_USER_UID | cut -f 1 -d:`"
|
TAGFILE="$TAGDIR/`getent passwd $CK_SESSION_USER_UID | cut -f 1 -d:`"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user