Dave Crawford
2011-05-21 22:08:13 UTC
Greetings,
Is there a specific reason why the command line value passed for setting the log directory ( -L ) is explicitly overwritten with a hardcoded location?
Line 194:
-L { set state log_dir }
Line 213:
log_dir { set LOG_DIR $arg; set state flag }
Then finally:
Line 223 of sguild:
set LOG_PATH /var/log/sguild
-Dave
Is there a specific reason why the command line value passed for setting the log directory ( -L ) is explicitly overwritten with a hardcoded location?
Line 194:
-L { set state log_dir }
Line 213:
log_dir { set LOG_DIR $arg; set state flag }
Then finally:
Line 223 of sguild:
set LOG_PATH /var/log/sguild
-Dave