Changeset 1209


Ignore:
Timestamp:
01/14/12 19:58:03 (4 months ago)
Author:
tschmitt
Message:
  • Paketquellen aktualisiert.
  • linuxmuster-setup: Prüfung auf Debianversion deaktiviert.
Location:
main/linuxmuster-base/branches/testing
Files:
1 added
2 deleted
3 edited

Legend:

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

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

    r1207 r1209  
    1 #!/bin/sh 
     1#!/bin/bash 
    22# setup for Linux-Musterloesung 
    33# 
     
    99 
    1010# check debian version 
    11 if ! grep -q 5\.0\.[1-9] /etc/debian_version; then 
    12         echo "This is not Debian 5.0.x Lenny. Please upgrade your system!" 
    13         exit 1 
    14 fi 
     11#if ! grep -q 5\.0\.[1-9] /etc/debian_version; then 
     12#       echo "This is not Debian 5.0.x Lenny. Please upgrade your system!" 
     13#       exit 1 
     14#fi 
    1515 
    1616# read dist.conf 
  • main/linuxmuster-base/branches/testing/var/config-static/etc/apt/sources.list

    r787 r1209  
    1 deb http://ftp.de.debian.org/debian/ lenny main contrib non-free 
    2 deb-src http://ftp.de.debian.org/debian/ lenny main contrib non-free 
     1deb http://de.archive.ubuntu.com/ubuntu/ oneiric main restricted 
     2deb-src http://de.archive.ubuntu.com/ubuntu/ oneiric main restricted 
    33 
    4 deb http://security.debian.org/ lenny/updates main contrib non-free 
    5 deb-src http://security.debian.org/ lenny/updates main contrib non-free 
     4## Major bug fix updates produced after the final release of the 
     5## distribution. 
     6deb http://de.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted 
     7deb-src http://de.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted 
    68 
    7 deb http://volatile.debian.org/debian-volatile lenny/volatile main 
    8 deb-src http://volatile.debian.org/debian-volatile lenny/volatile main 
     9## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
     10## team. Also, please note that software in universe WILL NOT receive any 
     11## review or updates from the Ubuntu security team. 
     12deb http://de.archive.ubuntu.com/ubuntu/ oneiric universe 
     13deb-src http://de.archive.ubuntu.com/ubuntu/ oneiric universe 
     14deb http://de.archive.ubuntu.com/ubuntu/ oneiric-updates universe 
     15deb-src http://de.archive.ubuntu.com/ubuntu/ oneiric-updates universe 
    916 
     17## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu  
     18## team, and may not be under a free licence. Please satisfy yourself as to  
     19## your rights to use the software. Also, please note that software in  
     20## multiverse WILL NOT receive any review or updates from the Ubuntu 
     21## security team. 
     22deb http://de.archive.ubuntu.com/ubuntu/ oneiric multiverse 
     23deb-src http://de.archive.ubuntu.com/ubuntu/ oneiric multiverse 
     24deb http://de.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse 
     25deb-src http://de.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse 
     26 
     27## Uncomment the following two lines to add software from the 'backports' 
     28## repository. 
     29## N.B. software from this repository may not have been tested as 
     30## extensively as that contained in the main release, although it includes 
     31## newer versions of some applications which may provide useful features. 
     32## Also, please note that software in backports WILL NOT receive any review 
     33## or updates from the Ubuntu security team. 
     34deb http://de.archive.ubuntu.com/ubuntu/ oneiric-backports main restricted universe multiverse 
     35deb-src http://de.archive.ubuntu.com/ubuntu/ oneiric-backports main restricted universe multiverse 
     36 
     37## Uncomment the following two lines to add software from Canonical's 
     38## 'partner' repository. 
     39## This software is not part of Ubuntu, but is offered by Canonical and the 
     40## respective vendors as a service to Ubuntu users. 
     41deb http://archive.canonical.com/ubuntu oneiric partner 
     42deb-src http://archive.canonical.com/ubuntu oneiric partner 
     43 
     44deb http://security.ubuntu.com/ubuntu oneiric-security main restricted 
     45deb-src http://security.ubuntu.com/ubuntu oneiric-security main restricted 
     46deb http://security.ubuntu.com/ubuntu oneiric-security universe 
     47deb-src http://security.ubuntu.com/ubuntu oneiric-security universe 
     48deb http://security.ubuntu.com/ubuntu oneiric-security multiverse 
     49deb-src http://security.ubuntu.com/ubuntu oneiric-security multiverse 
     50 
     51## This software is not part of Ubuntu, but is offered by third-party 
     52## developers who want to ship their latest software. 
     53deb http://extras.ubuntu.com/ubuntu oneiric main 
     54deb-src http://extras.ubuntu.com/ubuntu oneiric main 
     55 
Note: See TracChangeset for help on using the changeset viewer.