No longer need --ppdsdat option.

This commit is contained in:
Tim Waugh 2006-04-26 12:55:15 +00:00
parent a2757d7f0a
commit 2ed8e6a814
2 changed files with 1 additions and 9 deletions

View File

@ -99,12 +99,6 @@ case $1 in
killproc $DAEMON -HUP
RETVAL=$?
echo
if [ $RETVAL -ne 0 ]
then
# Rebuild ppds.dat file if the daemon wasn't
# there to do it.
$DAEMON --ppdsdat
fi
;;
status)
status $DAEMON

View File

@ -29,7 +29,6 @@ Patch3: cups-1.1.16-system-auth.patch
Patch5: cups-ext.patch
Patch6: cups-includeifexists.patch
Patch7: cups-banners.patch
Patch10: cups-1.1.17-ppdsdat.patch
Patch12: cups-locale.patch
Patch13: cups-CAN-2005-0064.patch
Patch16: cups-pie.patch
@ -115,7 +114,6 @@ lpd emulation.
%patch5 -p1 -b .ext
%patch6 -p1 -b .includeifexists
%patch7 -p1 -b .banners
%patch10 -p1 -b .ppdsdat
%patch12 -p1 -b .locale
%patch13 -p1 -b .CAN-2005-0064
%if %build_as_pie
@ -385,7 +383,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Apr 26 2006 Tim Waugh <twaugh@redhat.com>
- No longer need backend, rcp patches.
- No longer need backend, rcp, ppdsdat patches.
- Use configure switch for LogFilePerm default instead of patch.
* Tue Apr 25 2006 Tim Waugh <twaugh@redhat.com>