diff options
Diffstat (limited to 'community-testing/cdemu-daemon/cdemud.install')
-rw-r--r-- | community-testing/cdemu-daemon/cdemud.install | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community-testing/cdemu-daemon/cdemud.install b/community-testing/cdemu-daemon/cdemud.install index 699b3f0e5..3550a5e59 100644 --- a/community-testing/cdemu-daemon/cdemud.install +++ b/community-testing/cdemu-daemon/cdemud.install @@ -1,9 +1,11 @@ post_install () { - echo ">> Place 'cdemud' in DAEMONS= in /etc/rc.conf to enable cdemud on system boot." - echo ">> If the alsa-lib package is installed, cdemud can use the ALSA audio backend" - echo ">> (edit /etc/conf.d/cdemud to enable this)." groupadd cdemu + echo " > Add yourself to the 'cdemu' group for non-root access" + echo " > See /etc/conf.d/cdemud for further configuration" } + post_remove() { groupdel cdemu } + +# vim:set ts=2 sw=2 et: |