pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/cygwin_esound/files Don't set "procname" (de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26a49ee0ecc7
branches:  trunk
changeset: 481755:26a49ee0ecc7
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Oct 11 21:02:53 2004 +0000

description:
Don't set "procname" (developer's holdover).

diffstat:

 emulators/cygwin_esound/files/cygwin_esd.sh |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r ccfabde116a7 -r 26a49ee0ecc7 emulators/cygwin_esound/files/cygwin_esd.sh
--- a/emulators/cygwin_esound/files/cygwin_esd.sh       Mon Oct 11 20:55:04 2004 +0000
+++ b/emulators/cygwin_esound/files/cygwin_esd.sh       Mon Oct 11 21:02:53 2004 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: cygwin_esd.sh,v 1.1.1.1 2004/10/11 20:14:35 tv Exp $
+# $NetBSD: cygwin_esd.sh,v 1.2 2004/10/11 21:02:53 tv Exp $
 #
 # PROVIDE: cygwin_esd
 # REQUIRE: DAEMON
@@ -8,7 +8,6 @@
 name="cygwin_esd"
 command="@PREFIX@/emul/cygwin/bin/esd.exe"
 command_args="-tcp"
-procname="esd.exe"
 
 if [ ! -d /etc/rc.d ]
 then



Home | Main Index | Thread Index | Old Index