Changeset 1212
- Timestamp:
- 01/14/12 21:27:34 (4 months ago)
- Location:
- main/linuxmuster-base/branches/testing
- Files:
-
- 3 added
- 4 edited
-
debian/changelog (modified) (1 diff)
-
var/config-dynamic/01_network/postpatch (modified) (1 diff)
-
var/config-static/etc/ldap (added)
-
var/config-static/etc/ldap/schema (added)
-
var/config-static/etc/ldap/schema/samba.schema (added)
-
var/config-static/etc/postgresql/9.1/main/pg_hba.conf (modified) (2 diffs)
-
var/config-static/etc/postgresql/9.1/main/postgresql.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-base/branches/testing/debian/changelog
r1211 r1212 5 5 * deactivated various ipcop stuff. 6 6 7 -- Thomas Schmitt <schmitt@lmz-bw.de> Sat, 14 Jan 2012 2 0:26:06+01007 -- Thomas Schmitt <schmitt@lmz-bw.de> Sat, 14 Jan 2012 21:27:57 +0100 8 8 9 9 linuxmuster-base (5.1.0-3lenny0) lenny; urgency=low -
main/linuxmuster-base/branches/testing/var/config-dynamic/01_network/postpatch
r1206 r1212 4 4 # start networking 5 5 /etc/init.d/linuxmuster-nic-setup assign 6 /etc/init.d/networking restart 6 start networking 7 ifconfig intern up 8 route add default gw $ipcopip 7 9 8 10 # set host and domain name -
main/linuxmuster-base/branches/testing/var/config-static/etc/postgresql/9.1/main/pg_hba.conf
r1210 r1212 87 87 # TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD 88 88 # Database administrative login by UNIX sockets 89 local all postgres ident postgres90 local all ldap ident ldap91 local all postgres ident sameuser89 local all postgres ident 90 local all ldap ident 91 local all postgres ident 92 92 # 93 93 # All other connections by UNIX sockets … … 104 104 # 105 105 # All IPv6 localhost connections 106 host all all ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff ident sameuser107 host all all ::ffff:127.0.0.1/128 ident sameuser106 host all all ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff ident 107 host all all ::ffff:127.0.0.1/128 ident 108 108 # 109 109 # reject all other connection attempts -
main/linuxmuster-base/branches/testing/var/config-static/etc/postgresql/9.1/main/postgresql.conf
r1210 r1212 279 279 log_line_prefix = '%t [%p]' 280 280 autovacuum = no 281 data_directory = '/var/lib/postgresql/ 8.3/main'281 data_directory = '/var/lib/postgresql/9.1/main' 282 282 track_counts = yes
Note: See TracChangeset
for help on using the changeset viewer.
