Changeset 1210


Ignore:
Timestamp:
01/14/12 20:26:03 (4 months ago)
Author:
tschmitt
Message:
  • Wechsel zu postgresql 9.1.
  • Nagioskonfiguration deaktiviert.
Location:
main/linuxmuster-base/branches/testing
Files:
6 added
2 deleted
7 edited

Legend:

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

    r1209 r1210  
    55  * deactivated various ipcop stuff. 
    66 
    7  -- Thomas Schmitt <schmitt@lmz-bw.de>  Sat, 14 Jan 2012 19:36:01 +0100 
     7 -- Thomas Schmitt <schmitt@lmz-bw.de>  Sat, 14 Jan 2012 19:58:07 +0100 
    88 
    99linuxmuster-base (5.1.0-3lenny0) lenny; urgency=low 
  • main/linuxmuster-base/branches/testing/sbin/linuxmuster-setup

    r1209 r1210  
    129129    # tweaking buggy sophomorix, install postgresql first 
    130130    aptitude update | tee -a $logfile 
    131     DEBIAN_FRONTEND=noninteractive aptitude -y install postgresql-8.4 | tee -a $logfile 
     131    DEBIAN_FRONTEND=noninteractive aptitude -y install postgresql-9.1 | tee -a $logfile 
    132132    #DEBIAN_FRONTEND=noninteractive aptitude -y install postgresql-8.1 | tee -a $logfile 
    133133 
    134134    # installing depending task 
    135     for i in common server imaging-linbo; do 
     135    for i in common server; do 
    136136      task=`cat /usr/share/linuxmuster/tasks/$i` 
    137137      DEBIAN_FRONTEND=noninteractive aptitude -y install $task | tee -a $logfile 
  • main/linuxmuster-base/branches/testing/share/config/dist.conf

    r1207 r1210  
    99# Version and Name 
    1010CODENAME="NiveauLINBO" 
    11 DISTMAJORVERSION="5.1" 
     11DISTMAJORVERSION="6.0" 
    1212DISTMINORVERSION="0" 
    1313DISTFULLVERSION="$DISTMAJORVERSION.$DISTMINORVERSION" 
  • main/linuxmuster-base/branches/testing/share/scripts/linuxmuster-config

    r1206 r1210  
    1 #!/bin/sh 
     1#!/bin/bash 
    22# 
    33# $Id$ 
  • main/linuxmuster-base/branches/testing/share/tasks/server

    r1207 r1210  
    3737linux-firmware-nonfree 
    3838linuxmuster-linbo 
    39 linuxmuster-nagios-base 
    4039linuxmuster-schulkonsole 
    4140lzop 
     
    7776portmap 
    7877postfix 
    79 postgresql-8.4 
     78postgresql-9.1 
    8079rar 
    8180razor 
  • main/linuxmuster-base/branches/testing/var/config-dynamic/15_ldap/prepatch

    r1207 r1210  
    44 
    55 # necessary to trick sophomorix 
    6  pg_dropcluster 8.4 main &> /dev/null 
    7  pg_createcluster 8.4 main 
    8  cp $STATICTPLDIR/etc/postgresql/8.4/main/* /etc/postgresql/8.4/main 
     6 pg_dropcluster 9.1 main &> /dev/null 
     7 pg_createcluster 9.1 main 
     8 cp $STATICTPLDIR/etc/postgresql/9.1/main/* /etc/postgresql/9.1/main 
    99 
    1010else 
     
    1717fi 
    1818 
    19 /etc/init.d/postgresql-8.4 start 
     19/etc/init.d/postgresql-9.1 start 
    2020 
    2121# clear samba browse cache 
  • main/linuxmuster-base/branches/testing/var/config-static/etc/apt/sources.list

    r1209 r1210  
    5151## This software is not part of Ubuntu, but is offered by third-party 
    5252## developers who want to ship their latest software. 
    53 deb http://extras.ubuntu.com/ubuntu oneiric main 
    54 deb-src http://extras.ubuntu.com/ubuntu oneiric main 
     53#deb http://extras.ubuntu.com/ubuntu oneiric main 
     54#deb-src http://extras.ubuntu.com/ubuntu oneiric main 
    5555 
Note: See TracChangeset for help on using the changeset viewer.