aboutsummaryrefslogtreecommitdiff
path: root/system/pommed/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/pommed/README')
-rw-r--r--system/pommed/README22
1 files changed, 3 insertions, 19 deletions
diff --git a/system/pommed/README b/system/pommed/README
index 81021a176025..02b152922418 100644
--- a/system/pommed/README
+++ b/system/pommed/README
@@ -1,24 +1,8 @@
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.
+others.
-This package installs an rc.pommed script that should be called from
-rc.local (and optionally rc.local_shutdown) like so:
+This requires libsmbios and confuse.
- 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
+See README.SLACKWARE for configuration information.