|
Lines 194-200
fi
Link Here
|
| 194 |
echo "options = '$MOUNTOPTIONS'" |
194 |
echo "options = '$MOUNTOPTIONS'" |
| 195 |
|
195 |
|
| 196 |
# cleanup no longer used mount points |
196 |
# cleanup no longer used mount points |
| 197 |
if [ -e /usr/lib/hal/scripts/hal-system-storage-cleanup-mountpoints]; then |
197 |
if [ -e /usr/lib/hal/scripts/hal-system-storage-cleanup-mountpoints ]; then |
| 198 |
/usr/lib/hal/scripts/hal-system-storage-cleanup-mountpoints |
198 |
/usr/lib/hal/scripts/hal-system-storage-cleanup-mountpoints |
| 199 |
elif [ -e /usr/lib64/hal/scripts/hal-system-storage-cleanup-mountpoints ]; then |
199 |
elif [ -e /usr/lib64/hal/scripts/hal-system-storage-cleanup-mountpoints ]; then |
| 200 |
/usr/lib64/hal/scripts/hal-system-storage-cleanup-mountpoints |
200 |
/usr/lib64/hal/scripts/hal-system-storage-cleanup-mountpoints |