diff options
author | tv <tv@pkgsrc.org> | 2004-10-11 21:02:53 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-11 21:02:53 +0000 |
commit | e37f5789c0ea355e1f25bd9dfd11cb8a0ec62970 (patch) | |
tree | d2dd6114e71e1f793561f4289710d455fe378774 /emulators/cygwin_esound | |
parent | 87fb561db4a52370a2462f3faf4e2bc6b62ca224 (diff) | |
download | pkgsrc-e37f5789c0ea355e1f25bd9dfd11cb8a0ec62970.tar.gz |
Don't set "procname" (developer's holdover).
Diffstat (limited to 'emulators/cygwin_esound')
-rw-r--r-- | emulators/cygwin_esound/files/cygwin_esd.sh | 3 |
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 |