Borsenkow Andrej <[EMAIL PROTECTED]> writes: > samba-common > ################################################## > error: execution of %post scriptlet from samba-common-2.2.2-8mdk failed, > exit status 1 > > samba-common-2.2.2-8mdk > > Looks like the problem is here: > > # And not loose our machine account SIDs > [ -f /etc/*.SID ] && cp -f /etc/*.SID /etc/samba/
Humm fix (shell mistery) : [[ -f /etc/*.SID ]] && cp -f /etc/*.SID /etc/samba/ || : > because > > [bor@cooker fs]$ [ -f /etc/*.SID ] && echo xxx > [bor@cooker fs]$ echo $? > 1 > > -andrej > -- http://www.chmouel.org/
