gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r4279 - i18nHTML/debian


From: grothoff
Subject: [GNUnet-SVN] r4279 - i18nHTML/debian
Date: Wed, 10 Jan 2007 19:25:40 -0800 (PST)

Author: grothoff
Date: 2007-01-10 19:25:36 -0800 (Wed, 10 Jan 2007)
New Revision: 4279

Added:
   i18nHTML/debian/conffiles
   i18nHTML/debian/config
   i18nHTML/debian/templates
Modified:
   i18nHTML/debian/control
Log:
cfg

Added: i18nHTML/debian/conffiles
===================================================================
--- i18nHTML/debian/conffiles   2007-01-11 00:47:49 UTC (rev 4278)
+++ i18nHTML/debian/conffiles   2007-01-11 03:25:36 UTC (rev 4279)
@@ -0,0 +1 @@
+/usr/share/php/i18nHTML/i18nhtml_config.php

Added: i18nHTML/debian/config
===================================================================
--- i18nHTML/debian/config      2007-01-11 00:47:49 UTC (rev 4278)
+++ i18nHTML/debian/config      2007-01-11 03:25:36 UTC (rev 4279)
@@ -0,0 +1,15 @@
+#!/bin/bash
+# Debconf config script for i18nhtml
+ 
+db_input high ${package_name}/askpassword || true
+db_go
+get ${package_name}/askpassword || true
+STATE=error
+echo "quit" | mysql -u root --password="$RET" &>/dev/null && STATE=ok
+
+if [ "$STATE" = error ]; 
+then
+  exit 1; 
+fi
+db_stop
+exit 0


Property changes on: i18nHTML/debian/config
___________________________________________________________________
Name: svn:executable
   + *

Modified: i18nHTML/debian/control
===================================================================
--- i18nHTML/debian/control     2007-01-11 00:47:49 UTC (rev 4278)
+++ i18nHTML/debian/control     2007-01-11 03:25:36 UTC (rev 4279)
@@ -1,7 +1,7 @@
 Source: i18nhtml
 Priority: extra
 Maintainer: Christian Grothoff <address@hidden>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), debconf (>= 1.2.0), apache2 | apache, 
php4-mysql | php5-mysql, mysql-client | virtual-mysql-client, makepasswd
 Standards-Version: 3.7.2
 Section: libs
 

Added: i18nHTML/debian/templates
===================================================================
--- i18nHTML/debian/templates   2007-01-11 00:47:49 UTC (rev 4278)
+++ i18nHTML/debian/templates   2007-01-11 03:25:36 UTC (rev 4279)
@@ -0,0 +1,4 @@
+Template: i18nhtml/askpassword
+Type: password
+Default:
+Description: Enter the administrator password for your MySQL Database.
\ No newline at end of file





reply via email to

[Prev in Thread] Current Thread [Next in Thread]