#! /bin/sh

# /etc/init.d/isapnp: configure Plug and Play boards

test -x /sbin/isapnp || exit 0
 
/sbin/isapnp /etc/isapnp.conf


exit 0
