summaryrefslogtreecommitdiffstats
path: root/system/dahdi-complete/README.SLACKWARE
diff options
context:
space:
mode:
Diffstat (limited to 'system/dahdi-complete/README.SLACKWARE')
-rw-r--r--system/dahdi-complete/README.SLACKWARE13
1 files changed, 0 insertions, 13 deletions
diff --git a/system/dahdi-complete/README.SLACKWARE b/system/dahdi-complete/README.SLACKWARE
deleted file mode 100644
index bfcd8b3762..0000000000
--- a/system/dahdi-complete/README.SLACKWARE
+++ /dev/null
@@ -1,13 +0,0 @@
-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