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 | 0a6352973d59b2d3ac6614c7c0170183b342270c (patch) | |
tree | d2dd6114e71e1f793561f4289710d455fe378774 /emulators | |
parent | 7514c73cbca3cccdcfe076074048ebd9c60e5810 (diff) | |
download | pkgsrc-0a6352973d59b2d3ac6614c7c0170183b342270c.tar.gz |
Don't set "procname" (developer's holdover).
Diffstat (limited to 'emulators')
-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 |