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