changeset 806 | ab8daaabbe48 |
parent 702 | bc985819713a |
child 812 | 80c3d9c8292f |
--- a/script/init.d/ethercat Tue Feb 19 16:31:19 2008 +0000 +++ b/script/init.d/ethercat Thu Feb 21 09:24:56 2008 +0000 @@ -175,7 +175,7 @@ done # load master module - if ! ${MODPROBE} ec_master main=${DEVICES} backup=${BACKUPS}; then + if ! ${MODPROBE} ec_master main_devices=${DEVICES} backup_devices=${BACKUPS}; then exit_fail fi