From 5414692efe92a9fb87cbcb374493102bca7424bc Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 18 Jun 2010 11:25:16 -0700 Subject: Shell command logging support Log command exit to message queue for use by command logging daemons. --- shell.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell.c') diff --git a/shell.c b/shell.c index 1aac510..09b3cfd 100644 --- a/shell.c +++ b/shell.c @@ -703,6 +703,8 @@ main (argc, argv, env) /* Initialize terminal state for interactive shells after the .bash_profile and .bashrc are interpreted. */ get_tty_state (); + + initialize_logging(); } #if !defined (ONESHOT) -- cgit v1.2.3