comparison package @ 29:311e52c62f06

more cleanup from Arne, document 7c block format
author carl
date Sat, 25 Feb 2006 16:11:04 -0800
parents 51d826f31329
children b88ceb81dba2
comparison
equal deleted inserted replaced
28:51d826f31329 29:311e52c62f06
19 src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' $pst >ams.ldif 19 src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' $pst >ams.ldif
20 src/readpstlog pst2ldif.log | less >my.log 20 src/readpstlog pst2ldif.log | less >my.log
21 hexdump -C -v $pst >pst.dump 21 hexdump -C -v $pst >pst.dump
22 chown --recursive carl:carl * 22 chown --recursive carl:carl *
23 exit 23 exit
24 else
25 rm -f pst2ldif.log my.log ams.ldif pst.dump
24 fi 26 fi
25 make distcheck >$distlog 2>&1 27 make distcheck >$distlog 2>&1
26 28
27 if [ $? -eq 0 ]; then 29 if [ $? -eq 0 ]; then
28 if [ -f $BALL ]; then 30 if [ -f $BALL ]; then
62 echo rsync $args $web ns1:/ 64 echo rsync $args $web ns1:/
63 rsync $args $web ns1:/ 65 rsync $args $web ns1:/
64 66
65 if [ -f /usr/local/bin/pst2ldif ]; then 67 if [ -f /usr/local/bin/pst2ldif ]; then
66 pushd /home/ldap 68 pushd /home/ldap
67 pst=outlook.pst 69 pst=outlook.pst
68 #rm -f pst2ldif.log my.log 70 #rm -f pst2ldif.log my.log
69 /usr/local/bin/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' $pst >ams.ldif2 71 /usr/local/bin/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' $pst >ams.ldif2
70 #./readpstlog pst2ldif.log | less >my.log 72 #./readpstlog pst2ldif.log | less >my.log
71 #hexdump -C $pst >pst.dump 73 #hexdump -C $pst >pst.dump
72 74
73 grep '^dn:' ams.ldif2 | sort >aaa 75 grep '^dn:' ams.ldif2 | sort >aaa
74 grep '^dn:' ams.ldif | sort >bbb 76 grep '^dn:' ams.ldif | sort >bbb
75 echo 'differences from nightly ldap' 77 echo 'differences from nightly ldap'
76 diff aaa bbb 78 diff aaa bbb
77 echo 'end differences' 79 echo 'end differences'
78 rm -f aaa bbb 80 rm -f aaa bbb
81 popd
79 fi 82 fi