[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/phpsysinfo/tools/ -> GenerateCL.sh (source)

   1  #!/bin/sh
   2  # run this in phpsysinfo home dir
   3  #
   4  rm -f ChangeLog.bak ChangeLog /tmp/xx.txt /tmp/ChangeLog
   5  find . -type f | sed -e 's/\.\///g' | grep -v -w CVS | grep -v -x 'config.php'| grep -v '^tools/' | grep -v -x 'genlog.sh' > /tmp/xx.txt
   6  cat /tmp/xx.txt | xargs ./tools/cvs2cl.pl -t -f /tmp/ChangeLog
   7  sed -e 's/webbie$/webbie (webbie at ipfw dot org)/g' \
   8      -e 's/precision$/precision    Uriah Welcome (precision at users.sf.net)/g' \
   9      -e 's/jengo$/jengo    Joseph Engo (jengo at users.sf.net)/g' \
  10      -e 's/neostrider$/neostrider    Joseph King (neostrider at users.sf.net)/g' \
  11      -e 's/bigmichi1$/bigmichi1     Michael Cramer (bigmichi1 at users.sf.net)/g' \
  12  /tmp/ChangeLog > ChangeLog
  13  rm -f /tmp/xx.txt /tmp/ChangeLog


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7