SVN: geninitrd/trunk/changelog.sh

glen glen at pld-linux.org
Wed Mar 7 11:24:09 CET 2007


Author: glen
Date: Wed Mar  7 11:24:09 2007
New Revision: 8366

Modified:
   geninitrd/trunk/changelog.sh
Log:
- correct comment

Modified: geninitrd/trunk/changelog.sh
==============================================================================
--- geninitrd/trunk/changelog.sh	(original)
+++ geninitrd/trunk/changelog.sh	Wed Mar  7 11:24:09 2007
@@ -1,6 +1,6 @@
 #!/bin/sh
 # $Id$
-# Run this to generate all the initial makefiles, etc.
+# Run this to generate ChangeLog.
 
 [ -z "$svn2log" -a -x ~/bin/svn2log.py ] && svn2log=~/bin/svn2log.py
 [ -z "$svn2log" -a -x /usr/bin/svn2log ] && svn2log=/usr/bin/svn2log


More information about the pld-cvs-commit mailing list