summaryrefslogtreecommitdiff
path: root/emulators/cygwin_esound
diff options
context:
space:
mode:
authortv <tv>2004-10-11 21:02:53 +0000
committertv <tv>2004-10-11 21:02:53 +0000
commit59495732ebc739c7af89ba2fe3b6fac566f43ced (patch)
treed2dd6114e71e1f793561f4289710d455fe378774 /emulators/cygwin_esound
parenteb46640ab23381075b0bc3fc10f967535bfab38c (diff)
downloadpkgsrc-59495732ebc739c7af89ba2fe3b6fac566f43ced.tar.gz
Don't set "procname" (developer's holdover).
Diffstat (limited to 'emulators/cygwin_esound')
-rw-r--r--emulators/cygwin_esound/files/cygwin_esd.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/cygwin_esound/files/cygwin_esd.sh b/emulators/cygwin_esound/files/cygwin_esd.sh
index f62e133ef99..44dad82f7b8 100644
--- a/emulators/cygwin_esound/files/cygwin_esd.sh
+++ b/emulators/cygwin_esound/files/cygwin_esd.sh
@@ -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