Show
Ignore:
Timestamp:
07/25/03 15:18:44 (21 years ago)
Author:
jalet
Message:

Typos

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/docs/installation.sgml

    r1099 r1103  
    2929    have to decompress and visit its archive, to do so just type the following commands : 
    3030    <screen> 
    31 jerome@nordine:~$ tar -zxf pykota-1.09_official.tar.gz     
    32 jerome@nordine:~$ cd pykota-1.09_official 
    33 jerome@nordine:~/pykota-1.09_official$ 
     31jerome@nordine:~$ tar -zxf pykota-1.14_official.tar.gz     
     32jerome@nordine:~$ cd pykota-1.14_official 
     33jerome@nordine:~/pykota-1.14_official$ 
    3434    </screen> 
    3535  </para> 
     
    162162        From a command line interpreter (i.e. shell), type the following commands : 
    163163        <screen> 
    164 jerome@nordine:~$ cd pykota-1.09_official/initscripts/postgresql 
    165 jerome@nordine:~/pykota-1.09_official/initscripts$ psql -h localhost -U postgres template1 
     164jerome@nordine:~$ cd pykota-1.14_official/initscripts/postgresql 
     165jerome@nordine:~/pykota-1.14_official/initscripts$ psql -h localhost -U postgres template1 
    166166Welcome to psql, the PostgreSQL interactive terminal. 
    167167 
     
    194194ALTER USER 
    195195pykota=# \q 
    196 jerome@nordine:~/pykota-1.09_official/initscripts/postgresql$ 
     196jerome@nordine:~/pykota-1.14_official/initscripts/postgresql$ 
    197197        </screen> 
    198198      </para> 
     
    244244       
    245245      <para> 
    246         From version 1.09 on, <application>OpenLDAP</application> can be used as a Quota Storage Backend. 
     246        From version 1.14 on, <application>OpenLDAP</application> can be used as a Quota Storage Backend. 
    247247        It is possible that other LDAP servers can be used, but this is currently untested. 
    248248      </para> 
     
    412412 
    413413$Log$ 
     414Revision 1.19  2003/07/25 13:18:44  jalet 
     415Typos 
     416 
    414417Revision 1.18  2003/07/25 10:41:29  jalet 
    415418Better documentation.