summaryrefslogtreecommitdiff
path: root/dahdi.init
AgeCommit message (Collapse)Author
2009-04-22make sure '/etc/init.d/dahdi stop' ends with a newlineTzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6442 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-03-16dahdi.init: call xpp_sync a bit later.Tzafrir Cohen
xpp_sync needs to only be called after dahdi_cfg was run, because the application of system.conf may change the priority of a PRI module span (If it is a sync provider, "NT", priority is lower). Also some documentation-only changes for xpp_sync. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6167 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-03-05Fix a typo in shutting down dynamic spans in dahdi.initTzafrir Cohen
Fixes shutdown_dynamic() in the dahdi init.d script. Not enabling it by default just yet (the second half of the patch) until we get some further confirmation that such a shutdown is always good. (from issue #14603) Reported by: tamiel Patches: 20090304_dahdi.init.patch uploaded by tamiel (license 712) git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6095 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-01-28Use the dahdihpec_enable tool instead of the zaphpec_enable.Shaun Ruffell
Issue: DAHDI-233 patch by: cmoye git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5886 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-01-25Whitespace changes only (nothing functional).Sean Bright
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5809 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-01-25Use the debian commands on Gentoo.Sean Bright
(closes issue #14277) Reported by: darren1713 Patches: dahdi.init.txt uploaded by darren1713 (license 116) git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5808 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-12-11Drop the "redhat" action at the 'stop' case for now: Tzafrir Cohen
RHEL4's 'action' only works with programs and not with functions. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5514 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-11-19LSB init script comments.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5334 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-16xpp: userspace support for sysfx migration.Tzafrir Cohen
The userspace side of dahdi-linux r5097. * Perl modules default to using xpp sysfs but will fallback (with warning) to procfs interface. * An additional /usr/share/dahdi/waitfor_xpds to replace the line in the init.d script. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5099 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-09Return the appropriate values to indicate if the modules are loaded or not.Sean Bright
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5074 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-09Add a status command to the DAHDI init script.Sean Bright
(closes issue #13655) Reported by: jcollie Patches: 0001-Add-a-trivial-status-command-to-the-init-script.patch uploaded by jcollie (license 412) (Slight modification by me to update the usage text) git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5072 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-25dahdi_init: Fix a typo in xpp initialization (Stephen Farrell)Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4984 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-16Remove the extra space printed after each line when a module is loaded.Shaun Ruffell
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4915 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-09Fix location of fxotuneJason Parker
(closes issue #13428) Reported by: eeman git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4882 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-28Simplify reading list of modules from /etc/dahdi/modules .Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4855 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-27remove some silly echo statement constructions in the init scriptKevin P. Fleming
clean up the modules.sample file to have proper lists of cards supported by each module and remove reference to dahdi_dummy since the init script takes care of loading that module git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4850 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-15Remove unused $MODULES from dahdi.init and init.conf.sampleTzafrir Cohen
(also minor README cleanups). git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4608 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-08Use system default method to show when modules are loaded. Shaun Ruffell
Still needs refactoring to have one function that works on different platforms. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4579 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-08- Renamed init.conf to init.conf.sampleShaun Ruffell
- Added /etc/dahdi/modules file that contains comments or the names of modules to load. - Removed the MODULES variable from /etc/dahdi/init.conf. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4578 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-07Add commented out module names in init.conf and update the init script toShaun Ruffell
report when the MODULES parameter is empty at dahdi start. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4564 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-07Change case on DAHDI.Shaun Ruffell
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4562 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-06dahdi.init fixes reported by mvanbaak.Tzafrir Cohen
Closes issue #12996 . git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4551 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-29* dahdi.init: cleanups.Tzafrir Cohen
* init.conf: example configuration for the init script. * dahdi.rules: udev rules (still not installed). * Makefile: simplify install of RCCONF . git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4483 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-19A slightly simplified version of zaptel.init as dahdi.init .Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4414 a0bf4364-ded3-4de4-8d8a-66a801d63aff