Show
Ignore:
Timestamp:
09/27/08 22:02:37 (16 years ago)
Author:
jerome
Message:

Removed unnecessary spaces at EOL.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/initscripts/README

    r3279 r3413  
    2929 
    3030  * postgresql/pykota-postgresql.sql : 
    31    
     31 
    3232    This file creates an empty Quota Storage Database, using PostgreSQL 
    3333    as a backend. You have to use it the first time you install PyKota 
    3434    if you want to use PostgreSQL as the Quota Storage Backend. 
    35      
    36   * ldap/pykota.schema :   
    37    
     35 
     36  * ldap/pykota.schema : 
     37 
    3838    This file adds the necessary classes and attributes to an existing 
    39     LDAP directory for use with PyKota. Read this file and the  
     39    LDAP directory for use with PyKota. Read this file and the 
    4040    associated ldap/README.ldap files for details. 
    41      
    42      
    43 Old files, kept to allow people to upgrade from very old versions of PyKota :    
     41 
     42 
     43Old files, kept to allow people to upgrade from very old versions of PyKota : 
    4444============================================================================= 
    45      
    46   * upgrade-to-1.19.sql :   
    47    
     45 
     46  * upgrade-to-1.19.sql : 
     47 
    4848    This file upgrades the PostgreSQL Quota Storage Database schema 
    4949    from versions before 1.19alpha7 to version 1.19alpha7 and above. 
    5050    NEVER USE IT IF YOU ALREADY RUN 1.19alpha7 OR ABOVE ! 
    51      
    52   * upgrade-to-1.16.sql :   
    53    
     51 
     52  * upgrade-to-1.16.sql : 
     53 
    5454    This file upgrades the PostgreSQL Quota Storage Database schema 
    5555    from versions before 1.16 to version 1.16. 
    5656    NEVER USE IT IF YOU ALREADY RUN 1.16 OR ABOVE ! 
    57      
    58   * upgrade-to-1.14.sql :   
    59    
     57 
     58  * upgrade-to-1.14.sql : 
     59 
    6060    This file upgrades the PostgreSQL Quota Storage Database schema 
    6161    from versions before 1.14 to version 1.14. 
    6262    NEVER USE IT IF YOU ALREADY RUN 1.14 OR ABOVE ! 
    63      
     63 
    6464  * VERYOLDpykota-upgrade-postgresql.sql : 
    65    
     65 
    6666    This file upgrades the PostgreSQL Quota Storage Database schema 
    6767    from versions before 1.01 to version 1.01. 
    68      
     68 
    6969    IT'S THERE FOR HISTORICAL REASONS ONLY : DON'T USE IT, USE 
    7070    THE SCRIPT DESCRIBED BELOW INSTEAD ! 
    71      
     71 
    7272  * upgrade-from-before-1.03.py : 
    73    
     73 
    7474    This shell script upgrades the PostgreSQL Quota Storage Database schema 
    7575    from versions 1.01 or 1.02 to version 1.03. 
    7676    PLEASE DO A BACKUP OF YOUR PYKOTA DATABASE BEFORE RUNNING THIS SCRIPT ! 
    7777    Also this script will try to connect to PostgreSQL as the postgres user 
    78     (i.e. PostgreSQL's administrator), on the local machine (PyKota Storage  
    79     Server), without prompting for a password. Please read this script and  
     78    (i.e. PostgreSQL's administrator), on the local machine (PyKota Storage 
     79    Server), without prompting for a password. Please read this script and 
    8080    adapt it to your own configuration before running it. THIS IS IMPORTANT. 
    81      
    82     THIS SCRIPT MAKES ANY REASONABLE CHECK TO ENSURE THAT YOUR DATAS WON'T  
     81 
     82    THIS SCRIPT MAKES ANY REASONABLE CHECK TO ENSURE THAT YOUR DATAS WON'T 
    8383    BE LOST, AND ALSO DUMPS YOUR OLD DATABASE TO A TEXT FILE BEFORE DOING 
    8484    ANYTHING. IT WAS TESTED SEVERAL TIMES AND SHOULDN'T PRODUCE ANY ERROR 
    85     EXCEPT ABOUT THE pykotaadmin and pykotauser POSTGRESQL USERS WHO  
     85    EXCEPT ABOUT THE pykotaadmin and pykotauser POSTGRESQL USERS WHO 
    8686    ALREADY EXIST WHEN THE DATABASE SCHEMA IS UPGRADED. THIS IS NORMAL ! 
    87    
     87