Date: Sat, 20 Jul 2019 08:18:44 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506980 - head/audio/pulseaudio/files Message-ID: <201907200818.x6K8IiBu061281@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat Jul 20 08:18:43 2019 New Revision: 506980 URL: https://svnweb.freebsd.org/changeset/ports/506980 Log: audio/pulseaudio: Convert pkg-message to UCL Only show it on initial install. Modified: head/audio/pulseaudio/files/pkg-message.in Modified: head/audio/pulseaudio/files/pkg-message.in ============================================================================== --- head/audio/pulseaudio/files/pkg-message.in Sat Jul 20 08:17:46 2019 (r506979) +++ head/audio/pulseaudio/files/pkg-message.in Sat Jul 20 08:18:43 2019 (r506980) @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOD Pulseaudio tries to determine default values for FreeBSD OSS driver at first start, based on /dev/sndstat output. The hw.snd.default_unit sysctl may affect these values, but restart of the Pulseaudio might be needed to rescan it again, @@ -17,3 +20,6 @@ Replace the number '3' with the new default you want t The audio/freedesktop-sound-theme is needed if the default sound files are uncommented in the %%PREFIX%%/etc/pulse/default.pa file. +EOD +} +]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907200818.x6K8IiBu061281>