diff options
author | abs <abs@pkgsrc.org> | 2002-07-31 14:02:44 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-07-31 14:02:44 +0000 |
commit | a6a9f89098f94094a239876682695c4db85b26f3 (patch) | |
tree | 0fc1245fef50f96750f3c41fa2db233afec36983 /audio/mserv/patches/patch-ah | |
parent | 73f05f79ef914669ffd7fb4ffa4ac681b327a040 (diff) | |
download | pkgsrc-a6a9f89098f94094a239876682695c4db85b26f3.tar.gz |
Update mserv to 0.33nb3:
Broadcast an information line both on server RESET initiation
and on completion.
Diffstat (limited to 'audio/mserv/patches/patch-ah')
-rw-r--r-- | audio/mserv/patches/patch-ah | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/audio/mserv/patches/patch-ah b/audio/mserv/patches/patch-ah index 949d10d1478..2f1fc6e2f9e 100644 --- a/audio/mserv/patches/patch-ah +++ b/audio/mserv/patches/patch-ah @@ -1,15 +1,9 @@ -$NetBSD: patch-ah,v 1.1 2002/06/14 20:04:08 abs Exp $ +$NetBSD: patch-ah,v 1.2 2002/07/31 14:02:45 abs Exp $ ---- mserv/opt.c.orig Thu Jul 13 21:14:41 2000 -+++ mserv/opt.c -@@ -164,8 +164,8 @@ - /* special case - player variable is an indirected to another variable */ - if ((val = conf_getvalue("player")) == NULL) { - if (mserv_verbose) -- printf("No player specified, defaulting to /usr/local/bin/mpg123\n"); -- opt_player = "/usr/local/bin/mpg123"; -+ printf("No player specified, defaulting to " PATH_MPG123 "\n"); -+ opt_player = PATH_MPG123; - } else { - if ((opt_player = conf_getvalue(val)) == NULL) { - fprintf(stderr, "%s: player setting '%s' not found\n", progname, +--- mserv/english.lang.orig Wed Jul 31 14:58:06 2002 ++++ mserv/english.lang +@@ -207,3 +207,4 @@ DELAY 636 The delay between tracks has b + FILTER 637 Random play filter set to '%02' by %01 (%03 incl, %04 excl) + NFILTER 638 Random play filter turned off by %01 + MEMORY 639 Out of memory ++RESETGO 640 Server reset initiated by %01 |