Changeset 1244


Ignore:
Timestamp:
01/19/12 20:16:04 (4 months ago)
Author:
tschmitt
Message:
  • import_workstations:
    • Remboreload entfernt.
    • DHCP-Server-Aufruf aktualisiert.
Location:
main/linuxmuster-base/branches/testing
Files:
3 edited

Legend:

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

    r1243 r1244  
     1linuxmuster-base (6.0.0-6ubuntu0) lenny; urgency=low 
     2 
     3  * import_workstations: 
     4    - changed shebang to /bin/bash. 
     5    - removed rembo reload. 
     6    - updated dhcp server reload invokation. 
     7  * linuxmuster-setup: added SLAPD_CONF="/etc/ldap/slapd.conf" in /etc/default/slapd. 
     8 
     9 -- Thomas Schmitt <schmitt@lmz-bw.de>  Thu, 19 Jan 2012 19:08:04 +0100 
     10 
    111linuxmuster-base (6.0.0-5ubuntu0) lenny; urgency=low 
    212 
  • main/linuxmuster-base/branches/testing/share/scripts/wimport.sh

    r877 r1244  
    635635echo 
    636636/etc/init.d/linuxmuster-base reload 
    637 /etc/init.d/dhcp3-server force-reload 
     637/etc/init.d/isc-dhcp-server force-reload 
    638638/etc/init.d/bind9 force-reload 
    639 [ "$imaging" = "rembo" ] && /etc/init.d/rembo reload 
    640639[ -n "$update_printers" ] && import_printers 
    641640 
  • main/linuxmuster-base/branches/testing/var/config-dynamic/15_ldap/slapd.conf

    r873 r1244  
    1717include         /etc/ldap/schema/inetorgperson.schema 
    1818include         /etc/ldap/schema/samba.schema 
     19#include         /etc/ldap/schema/sophomorix.schema 
    1920 
    2021# Schema check allows for forcing entries to 
Note: See TracChangeset for help on using the changeset viewer.