Log executed grml-live command 0.0.5
authorMichael Prokop <devnull@localhost>
Mon, 15 Oct 2007 19:46:13 +0000 (21:46 +0200)
committerMichael Prokop <devnull@localhost>
Mon, 15 Oct 2007 19:46:13 +0000 (21:46 +0200)
debian/changelog
grml-live

index c63fe8a..4a9805e 100644 (file)
@@ -25,6 +25,7 @@ grml-live (0.0.5) unstable; urgency=low
   * Do not exit with an error code if /usr/include/linux is NOT
     a symlink to /usr/src/linux/include/linux but keep it as
     a warning instead.
+  * Log executed grml-live command.
   * Re-enable problematic packages that have been fixed:
     - apt-listbugs (fixed via manual interaction in scripts)
     - gsm-utils (#353967)
index 0612874..4fbed19 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -174,6 +174,7 @@ while getopts "c:g:i:o:r:s:t:v:FhV" opt; do
 done
 shift $(($OPTIND - 1))  # set ARGV to the first not parsed commandline parameter
 
+echo "Executing: $(basename $0) $*" >> $LOGFILE
 # }}}
 
 # some misc checks before executing FAI {{{