On Tuesday 29 April 2008 22:00:05 Hannu Savolainen wrote:
> Hi Yair,
>
> Many thanks for the changes. They will appear in the hg server soon.
>
> In some systems /etc/oss is the OSS config directory instead of
> /usr/lib/oss/etc. It might be a good ideat to use /etc/oss if it exists.

It already does:
(from get_mapname:)
  if (stat ("/etc/oss", &st) != -1)     /* Use /etc/oss/mixer.save */
    {
      strcpy (name, "/etc/oss/mixer.save");
      strcpy (ossetcdir, "/etc/oss");
      return name;
    }

Yours,
        Yair K.
_______________________________________________
oss-devel mailing list
oss-devel@mailman.opensound.com
http://mailman.opensound.com/mailman/listinfo/oss-devel

Reply via email to