From 4a03dfee68d08fbba9c597b6716b89242e4bbd00 Mon Sep 17 00:00:00 2001 From: xavid via Trac Date: Tue, 21 Apr 2009 10:34:12 -0500 Subject: [PATCH 1/1] You need to create more directories for logging to work. --- doc/UsingZephyr | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/UsingZephyr b/doc/UsingZephyr index b47a02c..d9a22ef 100644 --- a/doc/UsingZephyr +++ b/doc/UsingZephyr @@ -118,14 +118,16 @@ And to log personals: :set logging on }}} -This will log to the "zlog" directory in your locker. You probably don't want people to see what classes you're on or what people you talk to, so you can run the Athena command +This will log to the "zlog" directory in your locker. You probably don't want people to see what classes you're on or what people you talk to, so you can run the Athena commands {{{ mkdir -p ~/zlog fs sa ~/zlog system:anyuser none +mkdir -p ~/zlog/people +mkdir -p ~/zlog/class }}} -to make this directory completely hidden. +to create the necessary directories and make them completely hidden. === Colors === -- 2.45.0