Ignore:
Timestamp:
12/03/08 23:07:49 (3 years ago)
Author:
tschmitt
Message:
  • paedml40-upgrade: diverse Anpassungen bzgl. paedML Linux 4.0.2
  • postinst:
    • db.conf Update für Schulkonsole nochmal modifiziert
    • php5-Konfiguration wird angepasst (s.u.)
    • /etc/mindi/mindi.conf wird kopiert, falls nicht vorhanden (s.u.)
  • linuxmuster-setup:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-base/trunk/var/config-dynamic/40_linbo/prepatch

    r156 r406  
    8585        done 
    8686 
    87         # patch pxe confs with serverip 
    88         for i in $PXEGRUBCFG $PXELINUXCFG `find $LINBODIR/ -type f -name 'pxegrub.lst.*'`; do 
    89                 backup_file $i 
    90                 sed -e "s/server=\([0-9]\{1,3\}[.]\)\{3\}[0-9]\{1,3\}/server=$serverip/g" -i $i 
    91         done 
     87        # patch pxe confs with serverip (obsolete) 
     88        #for i in $PXEGRUBCFG $PXELINUXCFG `find $LINBODIR/ -type f -name 'pxegrub.lst.*'`; do 
     89        #       backup_file $i 
     90        #       sed -e "s/server=\([0-9]\{1,3\}[.]\)\{3\}[0-9]\{1,3\}/server=$serverip/g" -i $i 
     91        #done 
    9292 
    9393        # patch regs with workgroup 
Note: See TracChangeset for help on using the changeset viewer.