summaryrefslogtreecommitdiffstats
path: root/system/dahdi-complete/README.SLACKWARE
diff options
context:
space:
mode:
author Jonathan Chapman2015-10-09 18:16:36 +0200
committer Willy Sudiarto Raharjo2015-10-09 18:17:04 +0200
commitffe58df880bc92fef3e0361c1bce5add7e6ae709 (patch)
tree2ee8c6b1a93116c3beaa377eebbf6015a40609f9 /system/dahdi-complete/README.SLACKWARE
parent7d653a1d7a3800e1cfced9b52573d40bf410f298 (diff)
downloadslackbuilds-ffe58df880bc92fef3e0361c1bce5add7e6ae709.tar.gz
system/dahdi-complete: Added (DAHDI hardware drivers for Asterisk).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dahdi-complete/README.SLACKWARE')
-rw-r--r--system/dahdi-complete/README.SLACKWARE13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/dahdi-complete/README.SLACKWARE b/system/dahdi-complete/README.SLACKWARE
new file mode 100644
index 0000000000..bfcd8b3762
--- /dev/null
+++ b/system/dahdi-complete/README.SLACKWARE
@@ -0,0 +1,13 @@
+README.SLACKWARE for dahdi-complete
+
+To start dahdi-complete at boot, add the following to /etc/rc.d/rc.local:
+
+ if [ -x /etc/rc.d/rc.dahdi ]; then
+ /etc/rc.d/rc.dahdi start
+ fi
+
+This goes in /etc/rc.d/rc.local_shutdown:
+
+ if [ -x /etc/rc.d/rc.dahdi ]; then
+ /etc/rc.d/rc.dahdi stop
+ fi