summaryrefslogtreecommitdiff
blob: b88ccbf570a8bd120522e083701b9cb0c531327e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
diff -Naru postgresql-8.0.0beta1.org/contrib/Makefile postgresql-8.0.0beta1/contrib/Makefile
--- postgresql-8.0.0beta1.org/contrib/Makefile	2004-06-01 06:15:47.000000000 +0100
+++ postgresql-8.0.0beta1/contrib/Makefile	2004-08-10 15:42:47.197198133 +0100
@@ -11,7 +11,6 @@
 		dbase		\
 		dblink		\
 		dbmirror	\
-		dbsize		\
 		earthdistance	\
 		findoidjoins	\
 		fulltextindex	\
diff -Naru postgresql-8.0.0beta1.org/src/bin/initdb/initdb.c postgresql-8.0.0beta1/src/bin/initdb/initdb.c
--- postgresql-8.0.0beta1.org/src/bin/initdb/initdb.c	2004-08-01 07:19:23.000000000 +0100
+++ postgresql-8.0.0beta1/src/bin/initdb/initdb.c	2004-08-10 15:45:05.678447838 +0100
@@ -2490,11 +2490,7 @@
 		fprintf(stderr, authwarning);
 
 	printf(_("\nSuccess. You can now start the database server using:\n\n"
-		   "    %s%s%s/postmaster -D %s%s%s\n"
-		   "or\n"
-		   "    %s%s%s/pg_ctl -D %s%s%s -l logfile start\n\n"),
-		 QUOTE_PATH, bin_path, QUOTE_PATH, QUOTE_PATH, pg_data, QUOTE_PATH,
-		QUOTE_PATH, bin_path, QUOTE_PATH, QUOTE_PATH, pg_data, QUOTE_PATH);
+		   "/etc/init.d/postgresql start\n\n"));
 
 	return 0;
 }