diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-21 18:26:17 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-24 16:06:59 -0500 |
commit | f14108ab6402f07b3b38523cb9068496114b5309 (patch) | |
tree | 60746d91ed1fe6fa6c5035c64ddb5550c461c21d /system/pommed/README.SLACKWARE | |
parent | 7eb4a84a828112014ea5af0bfb21326893564c5e (diff) | |
download | slackbuilds-f14108ab6402f07b3b38523cb9068496114b5309.tar.gz |
system/pommed: Removed (Build failure)
undefined reference to `pci_alloc' ...
Diffstat (limited to 'system/pommed/README.SLACKWARE')
-rw-r--r-- | system/pommed/README.SLACKWARE | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/system/pommed/README.SLACKWARE b/system/pommed/README.SLACKWARE deleted file mode 100644 index 80a923e46b..0000000000 --- a/system/pommed/README.SLACKWARE +++ /dev/null @@ -1,20 +0,0 @@ -README.SLACKWARE for pommed - -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 reload the messagebus service: - /etc/rc.d/rc.messagebus reload - |