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:
parent
28d12c3b9d
commit
ca5efdc66a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user