diff options
Diffstat (limited to 'contrib/chkpass')
| -rw-r--r-- | contrib/chkpass/Makefile | 2 | ||||
| -rw-r--r-- | contrib/chkpass/README.chkpass | 2 | ||||
| -rw-r--r-- | contrib/chkpass/chkpass.sql.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/chkpass/Makefile b/contrib/chkpass/Makefile index 61b7523ee95..94651d97b51 100644 --- a/contrib/chkpass/Makefile +++ b/contrib/chkpass/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/chkpass/Makefile,v 1.4 2002/10/21 18:55:10 petere Exp $ +# $PostgreSQL: pgsql/contrib/chkpass/Makefile,v 1.5 2003/11/29 19:51:19 pgsql Exp $ subdir = contrib/chkpass top_builddir = ../.. diff --git a/contrib/chkpass/README.chkpass b/contrib/chkpass/README.chkpass index 41b0dea99fe..1dd3347c1ff 100644 --- a/contrib/chkpass/README.chkpass +++ b/contrib/chkpass/README.chkpass @@ -1,4 +1,4 @@ -$Header: /cvsroot/pgsql/contrib/chkpass/Attic/README.chkpass,v 1.1 2001/05/03 12:32:13 darcy Exp $ +$PostgreSQL: pgsql/contrib/chkpass/README.chkpass,v 1.2 2003/11/29 19:51:19 pgsql Exp $ Chkpass is a password type that is automatically checked and converted upon entry. It is stored encrypted. To compare, simply compare agains a clear diff --git a/contrib/chkpass/chkpass.sql.in b/contrib/chkpass/chkpass.sql.in index 418c016cf3d..501edbdc9be 100644 --- a/contrib/chkpass/chkpass.sql.in +++ b/contrib/chkpass/chkpass.sql.in @@ -4,7 +4,7 @@ -- http://www.druid.net/darcy/ -- --- $Header: /cvsroot/pgsql/contrib/chkpass/chkpass.sql.in,v 1.4 2003/05/14 03:25:55 tgl Exp $ +-- $PostgreSQL: pgsql/contrib/chkpass/chkpass.sql.in,v 1.5 2003/11/29 19:51:19 pgsql Exp $ -- -- best viewed with tabs set to 4 -- |
