aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-07-20 16:18:43 +0800
committerTobias Kortkamp <tobik@FreeBSD.org>2019-07-20 16:18:43 +0800
commit1582ecf7b54a7cc3469d452508ac26606daf8544 (patch)
tree738376ff83d7ec5835a3596c41ec00ef4728dd29 /audio
parentd9d7b164a98dfcdddb3f17b246732c2953a114b5 (diff)
downloadfreebsd-ports-gnome-1582ecf7b54a7cc3469d452508ac26606daf8544.tar.gz
freebsd-ports-gnome-1582ecf7b54a7cc3469d452508ac26606daf8544.tar.zst
freebsd-ports-gnome-1582ecf7b54a7cc3469d452508ac26606daf8544.zip
audio/pulseaudio: Convert pkg-message to UCL
Only show it on initial install.
Diffstat (limited to 'audio')
-rw-r--r--audio/pulseaudio/files/pkg-message.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/pulseaudio/files/pkg-message.in b/audio/pulseaudio/files/pkg-message.in
index 44e1b8e9d31d..506370a52590 100644
--- a/audio/pulseaudio/files/pkg-message.in
+++ b/audio/pulseaudio/files/pkg-message.in
@@ -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 to set.
The audio/freedesktop-sound-theme is needed if the default sound files
are uncommented in the %%PREFIX%%/etc/pulse/default.pa file.
+EOD
+}
+]