summaryrefslogtreecommitdiff
path: root/audio/mserv/patches/patch-am
blob: 02128e6c228c065133bd85404c512d972355d110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-am,v 1.2 2003/09/03 12:35:14 martin Exp $

--- mserv/opt.c.orig	2003-08-03 16:57:20.000000000 +0200
+++ mserv/opt.c	2003-09-03 13:35:18.000000000 +0200
@@ -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,