remove obsolete debconf messages
[diogenes.git] / debian / diogenes.templates
index 44add82..0bb5f46 100644 (file)
@@ -47,59 +47,3 @@ _Description: Group your web server runs as:
  Unable to obtain the group your web server runs as.  This is needed in order
  to allow the web server to read Diogenes's configuration files.
 
  Unable to obtain the group your web server runs as.  This is needed in order
  to allow the web server to read Diogenes's configuration files.
 
-Template: diogenes/databasemgr_type
-Type: select
-_Choices: Automatic, Manual
-Default: Automatic
-_Description: Type of database installation:
- If you want the setup program to ask you questions and do the database
- setup for you, select "Automatic". (Recommended)
- .
- If you want to configure your database by hand, select "Manual".  In this
- case you will have to create the Diogenes database and user by hand and
- handle database upgrades manually.
-
-Template: diogenes/dbadmpass
-Type: password
-_Description: Database admin password:
- Enter the password for your database admin user to access the database.
- This password had been set when installing your database.  It is most
- likely NOT the same password that your Diogenes manager account will use.
-
-Template: diogenes/databasemgr_server
-Type: string
-Default: localhost
-_Description: Hostname of the database server:
- If your database is on another machine besides the one that Diogenes is
- running on then you need to change this value to the fully qualified
- domain name for that system.
-
-Template: diogenes/database_name
-Type: string
-Default: diogenes
-_Description: Name for the Diogenes database:
- By default this will be "diogenes".  This is where all the Diogenes related
- database items will be setup and stored.
-
-Template: diogenes/database_user
-Type: string
-Default: diogenes
-_Description: Database username:
- What username will access the database for Diogenes?  By default this is
- it's own user "diogenes" so that permissions can be tightened down.
-
-Template: diogenes/database_pass
-Type: password
-Default: auto
-_Description: Password for the Diogenes user:
- Enter a password for the database user which will be used along with
- the database user name you have already supplied to connect to the
- database.
- .
- If you wish to leave the password empty, type "none".  If you wish to use
- an automatically generated random password type "auto".
-
-Template: diogenes/dbmyadmin
-Type: string
-Default: root
-_Description: MySQL administrator username: