summaryrefslogtreecommitdiff
path: root/community/cdemu-daemon
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-04-03 14:54:55 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-04-03 14:54:55 +0000
commitb618c3d0693aec564c6746238fd05d94e31d3b76 (patch)
tree4a4834f3097bba25dba1adeba4324080c1b4bf7b /community/cdemu-daemon
parent8cb5196780766f47b595410eed8ddbee2e8add08 (diff)
Tue Apr 3 14:54:45 UTC 2012
Diffstat (limited to 'community/cdemu-daemon')
-rw-r--r--community/cdemu-daemon/60-vhba.rules1
-rw-r--r--community/cdemu-daemon/cdemud.install9
2 files changed, 0 insertions, 10 deletions
diff --git a/community/cdemu-daemon/60-vhba.rules b/community/cdemu-daemon/60-vhba.rules
deleted file mode 100644
index 5ee03c807..000000000
--- a/community/cdemu-daemon/60-vhba.rules
+++ /dev/null
@@ -1 +0,0 @@
-KERNEL=="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu"
diff --git a/community/cdemu-daemon/cdemud.install b/community/cdemu-daemon/cdemud.install
deleted file mode 100644
index 699b3f0e5..000000000
--- a/community/cdemu-daemon/cdemud.install
+++ /dev/null
@@ -1,9 +0,0 @@
-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
-}
-post_remove() {
- groupdel cdemu
-}