Update of /cvsroot/devil-linux/build/scripts/configuration
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32520/scripts/configuration
Modified Files:
postgresql.config
Log Message:
Added PostgreSQL server
Index: postgresql.config
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/configuration/postgresql.config,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- postgresql.config 2 Oct 2003 15:58:26 -0000 1.2
+++ postgresql.config 14 Apr 2004 20:50:29 -0000 1.3
@@ -6,3 +6,6 @@
# http://www.devil-linux.org
menu_add "Tools|Database" bool "POSTGRESQL Client" CONFIG_POSTGRESQL_CLIENT
+if [ "$CONFIG_POSTGRESQL_CLIENT" = "y" ]; then
+ menu_add "Tools|Database" bool "POSTGRESQL Server" CONFIG_POSTGRESQL_SERVER
+fi
|