Changeset 1212


Ignore:
Timestamp:
01/14/12 21:27:34 (4 months ago)
Author:
tschmitt
Message:
  • samba.schema ergänzt.
  • postgresql Konfiguration angepasst.
  • Workaround für Netzwerkstart.
Location:
main/linuxmuster-base/branches/testing
Files:
3 added
4 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-base/branches/testing/debian/changelog

    r1211 r1212  
    55  * deactivated various ipcop stuff. 
    66 
    7  -- Thomas Schmitt <schmitt@lmz-bw.de>  Sat, 14 Jan 2012 20:26:06 +0100 
     7 -- Thomas Schmitt <schmitt@lmz-bw.de>  Sat, 14 Jan 2012 21:27:57 +0100 
    88 
    99linuxmuster-base (5.1.0-3lenny0) lenny; urgency=low 
  • main/linuxmuster-base/branches/testing/var/config-dynamic/01_network/postpatch

    r1206 r1212  
    44# start networking 
    55/etc/init.d/linuxmuster-nic-setup assign 
    6 /etc/init.d/networking restart 
     6start networking 
     7ifconfig intern up 
     8route add default gw $ipcopip 
    79 
    810# set host and domain name 
  • main/linuxmuster-base/branches/testing/var/config-static/etc/postgresql/9.1/main/pg_hba.conf

    r1210 r1212  
    8787# TYPE  DATABASE    USER        IP-ADDRESS        IP-MASK           METHOD 
    8888# Database administrative login by UNIX sockets 
    89 local   all        postgres         ident      postgres             
    90 local   all        ldap             ident      ldap             
    91 local   all        postgres         ident      sameuser 
     89local   all        postgres         ident 
     90local   all        ldap             ident 
     91local   all        postgres         ident 
    9292# 
    9393# All other connections by UNIX sockets 
     
    104104# 
    105105# All IPv6 localhost connections 
    106 host    all         all         ::1               ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff        ident sameuser 
    107 host    all         all         ::ffff:127.0.0.1/128                ident sameuser 
     106host    all         all         ::1               ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff        ident 
     107host    all         all         ::ffff:127.0.0.1/128                ident 
    108108# 
    109109# reject all other connection attempts 
  • main/linuxmuster-base/branches/testing/var/config-static/etc/postgresql/9.1/main/postgresql.conf

    r1210 r1212  
    279279log_line_prefix = '%t [%p]' 
    280280autovacuum = no 
    281 data_directory = '/var/lib/postgresql/8.3/main' 
     281data_directory = '/var/lib/postgresql/9.1/main' 
    282282track_counts = yes 
Note: See TracChangeset for help on using the changeset viewer.