pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/cherokee/files Use -b to properly fork the daemon ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d220c20ca8a
branches:  trunk
changeset: 512108:3d220c20ca8a
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon May 01 10:32:51 2006 +0000

description:
Use -b to properly fork the daemon instead of &.

diffstat:

 www/cherokee/files/cherokee.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 7271756fe089 -r 3d220c20ca8a www/cherokee/files/cherokee.sh
--- a/www/cherokee/files/cherokee.sh    Mon May 01 10:02:26 2006 +0000
+++ b/www/cherokee/files/cherokee.sh    Mon May 01 10:32:51 2006 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: cherokee.sh,v 1.1.1.1 2006/05/01 07:22:29 jmmv Exp $
+# $NetBSD: cherokee.sh,v 1.2 2006/05/01 10:32:51 jmmv Exp $
 #
 # PROVIDE: cherokee
 # REQUIRE: DAEMON
@@ -12,7 +12,7 @@
 name="cherokee"
 rcvar=$name
 command="@PREFIX@/sbin/${name}"
-command_args="&"
+command_args="-b"
 required_files="@PKG_SYSCONFDIR@/cherokee/${name}.conf"
 
 if [ -f /etc/rc.subr ]; then



Home | Main Index | Thread Index | Old Index