source: npl/kernel/drv_mISDN/misdn.boot.d @ 1bce4e1

Last change on this file since 1bce4e1 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100755
File size: 118 bytes
Line 
1#!/bin/bash
2if [ -e /etc/misdn-init.conf ] && grep ^card /etc/misdn-init.conf; then
3    /usr/sbin/misdn-init start
4fi
Note: See TracBrowser for help on using the repository browser.