be quiet! :)

This commit is contained in:
Bill Nottingham 2006-01-30 18:34:19 +00:00
parent 09d23222a1
commit 46902175e3

View File

@ -255,7 +255,7 @@ if [ $1 -ge 2 ] && [ -f %{_sysconfdir}/X11/gdm/gdm.conf ]; then
sed -i -e 's@^RemoteGreeter=/usr/bin/gdmgreeter@RemoteGreeter=/usr/libexec/gdmgreeter@' %{_datadir}/gdm/config/gdm.conf-custom sed -i -e 's@^RemoteGreeter=/usr/bin/gdmgreeter@RemoteGreeter=/usr/libexec/gdmgreeter@' %{_datadir}/gdm/config/gdm.conf-custom
fi fi
%{_sbindir}/gdm-safe-restart || : %{_sbindir}/gdm-safe-restart >/dev/null 2>&1 || :
%postun %postun
/sbin/ldconfig /sbin/ldconfig
@ -307,6 +307,9 @@ fi
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm %attr(1770, root, gdm) %dir %{_localstatedir}/gdm
%changelog %changelog
* Mon Jan 30 2006 Bill Nottingham <notting@redhat.com>
- silence gdm-safe-restart
* Thu Jan 19 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.5-7 * Thu Jan 19 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.5-7
- sed -ie isn't the same as sed -i -e (we want the latter) - sed -ie isn't the same as sed -i -e (we want the latter)