Ignore:
Timestamp:
09/06/10 17:57:36 (21 months ago)
Author:
tschmitt
Message:
  • update-logins.sh, Fix: Logins mit id < 10000 wurden nicht gelistet (#204).
  • postinst: Moodle's ldap host url wird korrigiert (#284).
  • import_printers: Aufruf des Cups Initskripts korrigiert (#287).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-base/branches/testing/share/scripts/update-logins.sh

    r666 r844  
    55# Thomas Schmitt <schmitt@lmz-bw.de> 
    66# 
    7 # 2010-03-08 
     7# $Id$ 
    88# 
    99 
     
    4848  msg=false 
    4949  # read smbstatus file and grep logins from it 
    50   grep ^[1-9] $status | while read line; do 
     50  grep "!^\s*![1-9]" $status | while read line; do 
    5151   machine="$(echo $line | awk '{ print $4 }')" 
    5252   echo $hosts | grep -qw $machine || continue 
Note: See TracChangeset for help on using the changeset viewer.