Changeset 1179


Ignore:
Timestamp:
11/28/11 20:02:42 (6 months ago)
Author:
tschmitt
Message:
  • postinst: entfernt obsolete paedml50.list.
  • linuxmuster-setup: Vorlage für paedml-sources.list aktualisiert.
Location:
main/linuxmuster-base/trunk
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-base/trunk/debian/changelog

    r1176 r1179  
    55  * dist.conf: updated paedml version furthermore using 5.0.4 iso for upgrade. 
    66  * backup.conf, services: changed cupsys to cups, atftpd to tftpd-hpa (closes #551, see #499). 
    7   * postinst: updates backup.conf as mentioned above. 
    8   * linuxmuster-setup: some modifications according to #499 (change atftpd to tftpd-hpa). 
    9  
    10  -- Thomas Schmitt <schmitt@lmz-bw.de>  Mon, 28 Nov 2011 12:32:31 +0200 
     7  * postinst: updates backup.conf as mentioned above, removes old paedml50.list. 
     8  * linuxmuster-setup: some modifications according to #499 (change atftpd to tftpd-hpa), paedml sources.list update. 
     9 
     10 -- Thomas Schmitt <schmitt@lmz-bw.de>  Mon, 28 Nov 2011 19:57:48 +0100 
    1111 
    1212linuxmuster-base (1.5.37-lenny0) lenny; urgency=low 
  • main/linuxmuster-base/trunk/debian/postinst

    r1176 r1179  
    433433   fi 
    434434 
     435   # remove old paedml50.list 
     436   conf="/etc/apt/sources.list.d/paedml50.list" 
     437   [ -e "$conf" ] && mv "$conf" "$conf.dpkg-bak" 
     438 
    435439   # update backup.conf (#551, #499) 
    436440   conf="$SYSCONFDIR/backup.conf" 
Note: See TracChangeset for help on using the changeset viewer.