Renamed master module parameters, re-formatted code documentation.

This commit is contained in:
Florian Pose
2008-02-21 09:24:56 +00:00
parent 6db83ad31f
commit 8e6efae673
2 changed files with 67 additions and 80 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ start)
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