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/00_stop-services/prepatch

    r156 r406  
    66          ssh samba slapd postgresql-8.1 postgresql-7.4 nscd linuxmuster-ipcop uml-utilities \ 
    77          portmap openbsd-inetd bind9 dhcp3-server avahi-daemon webmin" 
     8 
     9# make sure they are enabled to be able to shut them down 
     10[ -e /etc/default/atftpd ] && sed -e 's/^USE_INETD=.*/USE_INETD=false/' -i /etc/default/atftpd 
     11[ -e /etc/default/rsync ] && sed -e 's/^RSYNC_ENABLE=.*/RSYNC_ENABLE=true/' -i /etc/default/rsync 
     12[ -e /etc/default/rembo ] && sed -e 's/^START_REMBO=.*/START_REMBO=yes/' -i /etc/default/rembo 
    813 
    914for service in $services; do 
Note: See TracChangeset for help on using the changeset viewer.