diff options
author | marcus <marcus@FreeBSD.org> | 2007-09-17 01:43:17 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-09-17 01:43:17 +0800 |
commit | bb33ba84a5484d87a4f9120750aa0441f54fa352 (patch) | |
tree | 766ec6977df9464571790320858729dedbddf9fb /audio | |
parent | 068b09e6a166bebec6e7effea0fe04cfefd5c955 (diff) | |
download | freebsd-ports-gnome-bb33ba84a5484d87a4f9120750aa0441f54fa352.tar.gz freebsd-ports-gnome-bb33ba84a5484d87a4f9120750aa0441f54fa352.tar.zst freebsd-ports-gnome-bb33ba84a5484d87a4f9120750aa0441f54fa352.zip |
Add a pkg-message talking about the correct way to start esd.
PR: 114168
Diffstat (limited to 'audio')
-rw-r--r-- | audio/esound/Makefile | 1 | ||||
-rw-r--r-- | audio/esound/pkg-message | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 14d9ce459850..fbc7929a4a3b 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -42,5 +42,6 @@ post-install: else \ ${INSTALL_DATA} ${WRKSRC}/esd.conf ${PREFIX}/etc/esd.conf.default; \ fi + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/audio/esound/pkg-message b/audio/esound/pkg-message new file mode 100644 index 000000000000..afc45e26255e --- /dev/null +++ b/audio/esound/pkg-message @@ -0,0 +1,6 @@ +The ESounD daemon (esd) must be started on a per-user basis. This is typically +done by the Session Manager in GNOME. However, if you are not using the +GNOME Desktop, you will need to add something like the following to your +X Windows initialization script: + +esd -terminate -nobeeps -as 2 |