mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
cups: Remove 5 minutes delay in start_service line in install.sh paks file
- When cups is installed (including when doing a Core Update that includes a cups update) the 5 min delay for starting cups means that it has not restarted by the time that the reboot for the CU has been started. There are then error messages that say that cups couldn't be stopped as it was not running. - When a normal reboot is carried out withoutr any update of cups then the startup has no delay and it starts without any trouble. - This patch removes the 300 secs delay from the start_service line in the install.sh paks file. - The PAK_VER is bumped to ensure that this change is shipped Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
8e82fd2187
commit
a87bea7d39
2
lfs/cups
2
lfs/cups
@@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/cups-$(VER)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = cups
|
||||
PAK_VER = 36
|
||||
PAK_VER = 37
|
||||
|
||||
DEPS = avahi cups-filters dbus ghostscript libexif
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
extract_files
|
||||
restore_backup "${NAME}"
|
||||
/etc/init.d/messagebus reload
|
||||
start_service --delay 300 --background ${NAME}
|
||||
start_service --background ${NAME}
|
||||
ln -svf ../init.d/cups /etc/rc.d/rc0.d/K00cups
|
||||
ln -svf ../init.d/cups /etc/rc.d/rc3.d/S25cups
|
||||
ln -svf ../init.d/cups /etc/rc.d/rc6.d/K00cups
|
||||
|
||||
Reference in New Issue
Block a user