summaryrefslogtreecommitdiff
path: root/system/pommed/README
diff options
context:
space:
mode:
authorAlan Hicks <alan@lizella.net>2010-05-11 20:02:05 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-11 20:02:05 +0200
commit96025eb035a7f510c30a01b923d644ae56479bc7 (patch)
tree376901f451d6f51611d7a543228323f817812bd1 /system/pommed/README
parent371a877069a62cab6ea2aabab8a22d3fea0a2b3a (diff)
downloadslackbuilds-96025eb035a7f510c30a01b923d644ae56479bc7.tar.gz
system/pommed: Added to 12.0 repository
Diffstat (limited to 'system/pommed/README')
-rw-r--r--system/pommed/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/system/pommed/README b/system/pommed/README
new file mode 100644
index 0000000000..81021a1760
--- /dev/null
+++ b/system/pommed/README
@@ -0,0 +1,24 @@
+pommed enables the use of the brightness and volume keys on Apple
+laptops including the MacBook and MacBook Pro (the only Apple laptops
+that Slackware currently runs on) and is likely of little or not use to
+others. pommed requires libsmbios and libconfuse, both of which can be
+found at SlackBuilds.org.
+
+This package installs an rc.pommed script that should be called from
+rc.local (and optionally rc.local_shutdown) like so:
+
+ In rc.local:
+ # Start pommed
+ if [ -x /etc/rc.d/rc.pommed ]; then
+ /etc/rc.d/rc.pommed start
+ fi
+
+ In rc.local_shutdown:
+ # Stop pommed
+ if [ -x /etc/rc.d/rc.pommed ]; then
+ /etc/rc.d/rc.pommed stop
+ fi
+
+It is also necessary to restart dbus after installing this package, either by
+a reboot or a quick restart of just the service:
+ /etc/rc.d/rc.messagebus restart