From: Larry B. <ba...@us...> - 2003-06-12 00:19:41
|
"plugin miscfiles ..." can appear any number of times in = /etc/beowulf/node_up.conf. However, the miscfiles beoboot plugin does = not reinitialize the default values for -i (ignore_missing) and -f = (follow_symlink) each time it is used. Consequently, once the -i or -f = options are used, they remain in effect and cannot be undone. The following 2 lines should be added to miscfiles_premove() in = beoboot.../node_up/miscfiles.c before "while ((c=3Dgetopt() ... ) {": ignore_missing =3D 0; follow_symlink =3D 1; Larry Baker US Geological Survey |