From: Greg Sabino Mullane Date: Wed, 18 Jun 2008 23:14:31 +0000 (-0400) Subject: Bump date in index.html; make such bumping automagic via the Makefile. X-Git-Tag: 2.9.0~310 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=17992a0ff28e034f0b22d4d218b9f60b432945af;p=check_postgres.git Bump date in index.html; make such bumping automagic via the Makefile. --- diff --git a/Makefile b/Makefile index 5b3dab773..78212dc26 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ check_postgres.pl.html: check_postgres.pl index.html: check_postgres.pl perl -pi -e "s/\d+\.\d+\.\d+/`grep describes check_postgres.pl | cut -d' ' -f6`/" index.html + perl -pi -e "s/released on ([^\.]+)/released on `date +\"%B %d, %Y\"`/" index.html critic: diff --git a/index.html b/index.html index efc747083..c69be1828 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ h1 {

check_postgres.pl

-

check_postgres.pl is a script for checking the state of one or more Postgres databases and reporting back in a Nagios-friendly manner. It was developed by Greg Sabino Mullane of End Point Corporation and is BSD-licensed. The latest version is 1.8.3, and was released on June 10, 2008.

+

check_postgres.pl is a script for checking the state of one or more Postgres databases and reporting back in a Nagios-friendly manner. It was developed by Greg Sabino Mullane of End Point Corporation and is BSD-licensed. The latest version is 1.8.3, and was released on June 18, 2008.