- LSB header for initscript (bug #246897).
This commit is contained in:
parent
af3560d776
commit
96ea82a6af
10
cups.init
10
cups.init
@ -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
|
||||
|
@ -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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user