From 17992a0ff28e034f0b22d4d218b9f60b432945af Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Wed, 18 Jun 2008 19:14:31 -0400 Subject: [PATCH] Bump date in index.html; make such bumping automagic via the Makefile. --- Makefile | 1 + index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.