1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r13514: fix small glitch in the update procedure from /var/cache/samba mishap

(This used to be commit 3857d3693a)
This commit is contained in:
Gerald Carter 2006-02-15 18:41:35 +00:00 committed by Gerald (Jerry) Carter
parent 28d12c3b9d
commit ca5efdc66a

View File

@ -297,10 +297,9 @@ if [ "$1" -eq "2" ]; then
for file in `ls /var/cache/samba/eventlog/*tdb`; do
/bin/cp -up $file /var/lib/samba/eventlog/`basename $file`
done
fi
/bin/mv /var/cache/samba /var/cache/samba.moved
fi
fi
%preun
if [ $1 = 0 ] ; then