- LSB header for initscript (bug #246897).

This commit is contained in:
Tim Waugh 2008-02-26 17:46:55 +00:00
parent af3560d776
commit 96ea82a6af
2 changed files with 11 additions and 0 deletions

View File

@ -30,6 +30,16 @@
#
# heavily edited so that it's more like other scripts in init.d on Red Hat
# Linux
#
### BEGIN INIT INFO
# Provides: cups
# Required-Start: $syslog $local_fs
# Required-Stop: $syslog $local_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: The CUPS scheduler
# Description: The CUPS scheduler
### END INIT INFO
# Source function library.
. /etc/init.d/functions

View File

@ -428,6 +428,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Feb 26 2008 Tim Waugh <twaugh@redhat.com>
- LSB header for initscript (bug #246897).
- Move HTML-related files to main application directory so that the CUPS
web interface still works even with --excludedocs (bug #375631).