[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force XFree86 SVN commit: r1786 - branches/debconf-overhaul/debian



Author: branden
Date: 2004-09-01 11:08:05 -0500 (Wed, 01 Sep 2004)
New Revision: 1786

Modified:
   branches/debconf-overhaul/debian/xserver-xfree86.config.in
Log:
Use simpler, and equivalent, format string to date command, per Fabio.


Modified: branches/debconf-overhaul/debian/xserver-xfree86.config.in
===================================================================
--- branches/debconf-overhaul/debian/xserver-xfree86.config.in	2004-09-01 16:07:34 UTC (rev 1785)
+++ branches/debconf-overhaul/debian/xserver-xfree86.config.in	2004-09-01 16:08:05 UTC (rev 1786)
@@ -38,7 +38,7 @@
   # This function wraps shell-lib's observe() function so that we can log the
   # configuration process.
 
-  echo "$(date +%Y-%m-%d %H:%M:%S-%z) $*" >>"$CONFIG_LOG"
+  echo "$(date +%F %X%z) $*" >>"$CONFIG_LOG"
   observe "$*"
 }
 



Reply to: