Displaying 1 result from an estimated 1 matches for "s40hotplug".
2005 May 16
3
Error running Make config on Debian Sarge
I am running Asterisk 1.0.7 on Debian Sarge RC3. When I attempt to run
"make config" to create the zaptel boottime script I receive the following
if [ -d /etc/rc.d/init.d ]; then \
install -D -m 755 zaptel.init /etc/rc.d/init.d/zaptel; \
chkconfig --add zaptel; \
elif [ -d /etc/init.d ]; then \
install -D -m 755 zaptel.init /etc/init.d/zaptel; \