Changeset 1083 for trunk


Ignore:
Timestamp:
03/30/06 01:08:14 (7 years ago)
Author:
benjamin
Message:

db_stop on postinst

Location:
trunk/debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/po/fr.po

    r1081 r1083  
    1717"Project-Id-Version: 0.3.1\n" 
    1818"Report-Msgid-Bugs-To: \n" 
    19 "POT-Creation-Date: 2006-03-29 23:47+0200\n" 
     19"POT-Creation-Date: 2006-03-30 00:55+0200\n" 
    2020"PO-Revision-Date: 2005-05-15 18:24+0200\n" 
    2121"Last-Translator: Benjamin Sonntag <benjamin@altercn.org>\n" 
     
    3939"of statistic set. Please specify the default quota they will have for this " 
    4040"service ?" 
    41 msgstr "Vous êtes en train d'installer le paquet alternc-awstats. Ce paquet permet " 
     41msgstr "" 
     42"Vous êtes en train d'installer le paquet alternc-awstats. Ce paquet permet " 
    4243"aux utilisateurs de demander la génération de statistiques pour leurs sites " 
    4344"web. Ils disposent d'un nombre limité de jeux de statistiques. Quel quota " 
     
    4647#. Type: note 
    4748#. Description 
    48 #: ../templates:11 
     49#: ../templates:12 
    4950msgid "Error installing AlternC-Awstats" 
    5051msgstr "Erreur à l'installation d'AlternC-Awstats" 
     
    5253#. Type: note 
    5354#. Description 
    54 #: ../templates:11 
     55#: ../templates:12 
    5556msgid "" 
    5657"AlternC-Awstats requires a complete installed AlternC system to get " 
     
    6162#. Type: note 
    6263#. Description 
    63 #: ../templates:11 
     64#: ../templates:12 
    6465msgid "" 
    6566"Please install AlternC and CONFIGURE IT before installing alternc-awstats or " 
     
    7273#. Type: note 
    7374#. Description 
    74 #: ../templates:11 
     75#: ../templates:12 
    7576msgid "" 
    7677"Please check out the AlternC installation documentation before proceeding. " 
  • trunk/debian/postinst

    r1081 r1083  
    3131    . "$CONFIGFILE" 
    3232 
     33    # Then, configure the quota for "aws" 
     34    db_get alternc-awstats/default_quota_value || true 
     35    /usr/lib/alternc/quota_init aws $RET 
     36 
     37    db_stop 
     38 
    3339    echo "Installing mysql table" 
    3440    mysql -h"$MYSQL_HOST" -p"$MYSQL_PASS" -u"$MYSQL_USER" "$MYSQL_DATABASE" \ 
     
    4046    ln /usr/lib/cgi-bin/awstats.pl /var/alternc/cgi-bin/ -sf  
    4147    alternc.install 
    42  
    43     # Then, configure the quota for "aws" 
    44     db_get alternc-awstats/default_quota_value || true 
    45     /usr/lib/alternc/quota_init aws $RET 
    4648 
    4749    logrotate_apache 
Note: See TracChangeset for help on using the changeset viewer.