summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-10-31 23:33:12 +0000
committerjlam <jlam@pkgsrc.org>2002-10-31 23:33:12 +0000
commitcca4b494c32405f8b27a8637539b9393bfcf0554 (patch)
treed2e4bdccd782d89df3d615ede1a3c8e86130d28f /print/cups
parent940372217eab59303e6776e4eb779f10ff00f0c2 (diff)
downloadpkgsrc-cca4b494c32405f8b27a8637539b9393bfcf0554.tar.gz
Start cupsd in the background as some of the cups backends take quite
a while to return whether there is a printer available or not during startup.
Diffstat (limited to 'print/cups')
-rw-r--r--print/cups/files/cupsd.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups/files/cupsd.sh b/print/cups/files/cupsd.sh
index 328d7c1061e..5b006d8f283 100644
--- a/print/cups/files/cupsd.sh
+++ b/print/cups/files/cupsd.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: cupsd.sh,v 1.13 2002/10/20 08:09:46 jlam Exp $
+# $NetBSD: cupsd.sh,v 1.14 2002/10/31 23:33:12 jlam Exp $
#
# Common UNIX Printing System daemon
#
@@ -15,6 +15,7 @@ fi
name="cupsd"
rcvar=${name}
command="@PREFIX@/sbin/${name}"
+command_args="& sleep 2"
required_files="@PKG_SYSCONFDIR@/${name}.conf"
extra_commands="reload"