1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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

This commit is contained in:
Gerald Carter 2006-02-15 18:41:35 +00:00 committed by Gerald (Jerry) Carter
parent 5385a01ee1
commit 3857d3693a

View File

@ -297,9 +297,8 @@ 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
/bin/mv /var/cache/samba /var/cache/samba.moved
fi
/bin/mv /var/cache/samba /var/cache/samba.moved
fi
%preun