Rev 10133 | Rev 11038 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10133 | Rev 10346 | ||
---|---|---|---|
Line 126... | Line 126... | ||
126 | 126 | ||
127 | basedir=$wims_home/log/classes |
127 | basedir=$wims_home/log/classes |
128 | basedir2=wimshome/log/classes |
128 | basedir2=wimshome/log/classes |
129 | 129 | ||
130 | !for c in $clist |
130 | !for c in $clist |
131 | !sh sort -f $basedir/$c/.userlist.raw >$basedir/$c/.userlist 2>/dev/null\ |
131 | !sh sort -f $basedir/$c/.userlist.raw >$basedir/$c/.userlist 2>/dev/null\ |
132 | rm -f $basedir/$c/.userlist.raw 2>/dev/null\ |
132 | rm -f $basedir/$c/.userlist.raw 2>/dev/null\ |
133 |
|
133 | sort -f $basedir/$c/.userlist_external.raw > $basedir/$c/.userlist_external 2>/dev/null\ |
134 | rm -f $basedir/$c/.userlist_external.raw 2>/dev/null |
134 | rm -f $basedir/$c/.userlist_external.raw 2>/dev/null |
135 | !next |
135 | !next |
136 | ## Now the files .userlist and .userlist_external are created in the classes of $clist, |
136 | ## Now the files .userlist and .userlist_external are created in the classes of $clist, |
137 | ## so in the sup classes of $uclass. Do we need to do that (it is done many times for |
137 | ## so in the sup classes of $uclass. Do we need to do that (it is done many times for |
138 | ## the portal ... |
138 | ## the portal ... |
139 | 139 |