pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/mldonkey Remove an extra & that causes the script ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/847669ba1040
branches:  trunk
changeset: 508506:847669ba1040
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Feb 20 17:23:44 2006 +0000

description:
Remove an extra & that causes the script to behave weirdly during
startup.  Bump PKGREVISION to 3.

diffstat:

 net/mldonkey/Makefile          |  4 ++--
 net/mldonkey/files/mldonkey.sh |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 34b2cb2a4c1e -r 847669ba1040 net/mldonkey/Makefile
--- a/net/mldonkey/Makefile     Mon Feb 20 16:54:42 2006 +0000
+++ b/net/mldonkey/Makefile     Mon Feb 20 17:23:44 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.35 2006/02/05 23:10:26 joerg Exp $
+# $NetBSD: Makefile,v 1.36 2006/02/20 17:23:44 jmmv Exp $
 #
 
 .include "Makefile.common"
 
-PKGREVISION=           2
+PKGREVISION=           3
 
 RCD_SCRIPTS=           mldonkey
 
diff -r 34b2cb2a4c1e -r 847669ba1040 net/mldonkey/files/mldonkey.sh
--- a/net/mldonkey/files/mldonkey.sh    Mon Feb 20 16:54:42 2006 +0000
+++ b/net/mldonkey/files/mldonkey.sh    Mon Feb 20 17:23:44 2006 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: mldonkey.sh,v 1.4 2006/01/24 15:21:22 jmmv Exp $
+# $NetBSD: mldonkey.sh,v 1.5 2006/02/20 17:23:44 jmmv Exp $
 #
 # KEYWORD: shutdown
 # PROVIDE: mldonkey
@@ -29,7 +29,7 @@
        fi
        ulimit -n `ulimit -H -n`
        @SU@ -l ${mldonkey_user} \
-            -c "${command} ${mldonkey_flags} ${command_args}" &
+            -c "${command} ${mldonkey_flags} ${command_args}"
 }
 
 if [ -f /etc/rc.subr ]; then



Home | Main Index | Thread Index | Old Index