- Maintain the security context on the localtime file
This commit is contained in:
parent
0c031cfab8
commit
1a5a1f3572
@ -6,7 +6,7 @@
|
||||
%endif
|
||||
Name: avahi
|
||||
Version: 0.6.11
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Local network service discovery
|
||||
Group: System Environment/Base
|
||||
License: LGPL
|
||||
@ -292,7 +292,7 @@ if [ "$1" -eq 1 ]; then
|
||||
# We should realy make dbus reload the system.d config here. Dunno how though.
|
||||
# kill -HUP `cat /var/run/messagebus.pid` ?
|
||||
if [ -s /etc/localtime ]; then
|
||||
cp -fp /etc/localtime /etc/avahi/etc/localtime || :;
|
||||
cp -cfp /etc/localtime /etc/avahi/etc/localtime || :;
|
||||
fi;
|
||||
fi;
|
||||
|
||||
@ -418,6 +418,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Sep 7 2006 Dan Walsh <dwalsh@redhat.com> - 0.6.11-5
|
||||
- Maintain the security context on the localtime file
|
||||
|
||||
* Wed Aug 23 2006 Martin Stransky <stransky@redhat.com> - 0.6.11-4
|
||||
- fix for #204710 - /etc/init.d/avahi-dnsconfd missing line
|
||||
continuation slash (\) in description
|
||||
|
Loading…
Reference in New Issue
Block a user