diff options
author | root <root@rshg054.dnsready.net> | 2012-03-23 00:01:14 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-23 00:01:14 +0000 |
commit | 1512c792951d7fbd2c9c336f9bf35654bbb85cc6 (patch) | |
tree | d786dcc22bc7f01d7629eb8a07415d2a904fc015 /community-testing/cdemu-daemon/cdemud.install | |
parent | 39e662ccfbe62ae77d458159d192816171a22f43 (diff) |
Fri Mar 23 00:01:14 UTC 2012
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: |