- Initscript no longer needs to check for printconf-backend.
This commit is contained in:
parent
58abeff2fb
commit
e1fac77d88
11
cups.init
11
cups.init
@ -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=$?
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user