diff options
| author | Tom Lane | 2005-08-16 03:33:39 +0000 |
|---|---|---|
| committer | Tom Lane | 2005-08-16 03:33:39 +0000 |
| commit | 97808f231c6c87cad2ba892e30633da9e5d9821d (patch) | |
| tree | b8ea6de102b2fe1b542d689da11fedcfa313f5fc | |
| parent | 08e34088772d0aaeb0eed8eb620a899397510d66 (diff) | |
Remove registration message in all the supported back branches;REL7_2_STABLE
we had decided to drop it for 7.4, and no one misses it.
| -rw-r--r-- | GNUmakefile.in | 2 | ||||
| -rw-r--r-- | register.txt | 25 |
2 files changed, 1 insertions, 26 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in index 9413157393..cd45937a35 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -16,7 +16,7 @@ all: install: $(MAKE) -C doc install $(MAKE) -C src install - @cat $(srcdir)/register.txt + @echo "PostgreSQL installation complete." installdirs uninstall distprep: $(MAKE) -C doc $@ diff --git a/register.txt b/register.txt deleted file mode 100644 index 83a9b39b17..0000000000 --- a/register.txt +++ /dev/null @@ -1,25 +0,0 @@ - -(2002-02-04) -PostgreSQL has a web site at http://www.postgresql.org/ which carries details -on the latest release, upcoming features, and other information to make your -work or play with PostgreSQL more productive. - -Please check the following URL for a listing of the current user-support -mailing lists: - - http://www.ca.postgresql.org/users-lounge/index.html#maillist - -All of the mailing lists are currently archived and viewable at: - - http://archives.postgresql.org/ - -And, so that we have an idea of who is using what, please connect to the -following registration URL: - - http://www.pgsql.com/register/submit.php - - -Thank you for choosing PostgreSQL, the most advanced open source database -engine. - - |
