[Openvas-commits] r11975 - trunk/doc/website
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Nov 3 14:42:24 CET 2011
Author: hdoreau
Date: 2011-11-03 14:42:24 +0100 (Thu, 03 Nov 2011)
New Revision: 11975
Modified:
trunk/doc/website/openvas-cr-56.htm4
Log:
Use LC_ALL instead of LANG for generating the creation date. LANG=C seems to be uneffective on certain platforms
Modified: trunk/doc/website/openvas-cr-56.htm4
===================================================================
--- trunk/doc/website/openvas-cr-56.htm4 2011-11-03 13:21:03 UTC (rev 11974)
+++ trunk/doc/website/openvas-cr-56.htm4 2011-11-03 13:42:24 UTC (rev 11975)
@@ -142,7 +142,7 @@
<p>
For new scripts, the creation date can be generated using the
<code>date</code> command:<br/>
-<code>LANG=C date +"%F %T %z (%a, %d %b %Y)"</code>
+<code>LC_ALL=C date +"%F %T %z (%a, %d %b %Y)"</code>
</p>
<p>
More information about the Openvas-commits
mailing list