diff options
| author | Bruce Momjian <bruce@momjian.us> | 2006-03-11 04:38:42 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2006-03-11 04:38:42 +0000 |
| commit | f3d99d160d1f6104dc7b1b44e66aa4c713e52680 (patch) | |
| tree | 2cbd8fd961414b548e8b6d506a3cd286d66b8f0e /config | |
| parent | 7992d0fbcaa5fa185f465e434836d63c1da94ba9 (diff) | |
| download | postgresql-f3d99d160d1f6104dc7b1b44e66aa4c713e52680.tar.gz | |
Add CVS tag lines to files that were lacking them.
Diffstat (limited to 'config')
| -rwxr-xr-x | config/install-sh | 2 | ||||
| -rwxr-xr-x | config/missing | 2 | ||||
| -rwxr-xr-x | config/mkinstalldirs | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/config/install-sh b/config/install-sh index 1a8353401c..9ad17050e6 100755 --- a/config/install-sh +++ b/config/install-sh @@ -1,6 +1,8 @@ #!/bin/sh # install - install a program, script, or datafile +# $PostgreSQL: pgsql/config/install-sh,v 1.4 2006/03/11 04:38:28 momjian Exp $ + scriptversion=2005-02-02.21 # This originates from X11R5 (mit/util/scripts/install.sh), which was diff --git a/config/missing b/config/missing index 29865631d5..2d47501bb5 100755 --- a/config/missing +++ b/config/missing @@ -1,5 +1,7 @@ #! /bin/sh +# $PostgreSQL: pgsql/config/missing,v 1.4 2006/03/11 04:38:28 momjian Exp $ + # This is *not* the GNU `missing' script, although it is similar in # concept. You can call it from the makefiles to get consistent # behavior when certain utility programs are missing. diff --git a/config/mkinstalldirs b/config/mkinstalldirs index 5d26a485f1..070b418022 100755 --- a/config/mkinstalldirs +++ b/config/mkinstalldirs @@ -1,6 +1,8 @@ #! /bin/sh # mkinstalldirs --- make directory hierarchy +# $PostgreSQL: pgsql/config/mkinstalldirs,v 1.5 2006/03/11 04:38:28 momjian Exp $ + scriptversion=2005-02-02.21 # Original author: Noah Friedman <friedman@prep.ai.mit.edu> |
