summaryrefslogtreecommitdiff
path: root/community/cdemu-daemon/cdemu-daemon.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-28 00:01:38 +0000
committerroot <root@rshg054.dnsready.net>2012-03-28 00:01:38 +0000
commita26ce336126d18cde915c2331250b8dfbffc24f8 (patch)
treedd0ee1c89d9c153abfde0b4e7878a2931893ed4c /community/cdemu-daemon/cdemu-daemon.install
parentc8729cab8302ab82e01135a22fb9fa9704f1559b (diff)
Wed Mar 28 00:01:38 UTC 2012
Diffstat (limited to 'community/cdemu-daemon/cdemu-daemon.install')
-rw-r--r--community/cdemu-daemon/cdemu-daemon.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/community/cdemu-daemon/cdemu-daemon.install b/community/cdemu-daemon/cdemu-daemon.install
new file mode 100644
index 000000000..7a3e8a9f5
--- /dev/null
+++ b/community/cdemu-daemon/cdemu-daemon.install
@@ -0,0 +1,20 @@
+post_upgrade() {
+ echo " > The 'cdemu' group is now created by vhba-module"
+ echo " >> you may have to re-add yourself to the group and relogin"
+ echo
+ echo " > Daemon can be used in session mode as user, simply run 'cdemud'"
+ echo " >> you do not need to use the init script in this case"
+ echo " >> put your configuration in ~/.cdemud instead"
+}
+
+post_install () {
+ echo " > Add yourself to the 'cdemu' group for non-root access"
+ echo " > Start the daemon as root with /etc/rc.d/cdemud"
+ echo " > See /etc/conf.d/cdemud for further configuration"
+ echo
+ echo " > Daemon can be used in session mode as user, simply run 'cdemud'"
+ echo " >> you do not need to use the init script in this case"
+ echo " >> put your configuration in ~/.cdemud instead"
+}
+
+# vim:set ts=2 sw=2 et: