diff options
author | Jonathan Chapman <glitch@glitchwrks.com> | 2015-10-09 23:16:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-09 23:17:04 +0700 |
commit | ffe58df880bc92fef3e0361c1bce5add7e6ae709 (patch) | |
tree | 2ee8c6b1a93116c3beaa377eebbf6015a40609f9 /system/dahdi-complete/README.SLACKWARE | |
parent | 7d653a1d7a3800e1cfced9b52573d40bf410f298 (diff) | |
download | slackbuilds-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.SLACKWARE | 13 |
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 |