- Initscript no longer needs to check for printconf-backend.

This commit is contained in:
Tim Waugh 2006-05-17 11:36:12 +00:00
parent 58abeff2fb
commit e1fac77d88
2 changed files with 3 additions and 11 deletions

View File

@ -44,20 +44,9 @@ DAEMON=cupsd
prog=cups
config () {
# Is this a printconf system?
if [ -x /usr/sbin/printconf-backend ]
then
# run printconf-backend to set up the configuration.
/usr/sbin/printconf-backend
fi
}
start () {
echo -n $"Starting $prog: "
config
# start daemon
daemon $DAEMON
RETVAL=$?

View File

@ -372,6 +372,9 @@ rm -rf $RPM_BUILD_ROOT
%{cups_serverbin}/daemon/cups-lpd
%changelog
* Wed May 16 2006 Tim Waugh <twaugh@redhat.com>
- Initscript no longer needs to check for printconf-backend.
* Tue May 16 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.0-3
- Added image library build requirements.
- The devel package requires gnutls-devel (bug #191908).