Masato Taruishi
taru****@users*****
2004年 10月 11日 (月) 05:49:17 JST
=================================================================== RCS file: ultrapossum/module/client/update-client,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ultrapossum/module/client/update-client 2004/10/10 20:30:37 1.3 +++ ultrapossum/module/client/update-client 2004/10/10 20:49:17 1.4 @@ -36,7 +36,10 @@ if test -d "$TLSSYSCONFDIR"; then if test -x "/usr/bin/c_rehash"; then install -d $LDAPTLS_CACERTDIR - /bin/cp $TLSSYSCONFDIR/* $LDAPTLS_CACERTDIR + find $TLSSYSCONFDIR -not -type d | while read f + do + /bin/ln -s $f $LDAPTLS_CACERTDIR + done (cd $LDAPTLS_CACERTDIR; c_rehash . > /dev/null 2>&1 ) fi fi