View | Details | Raw Unified | Return to bug 158579
Collapse All | Expand All

(-)hal-0.5.6/tools/hal-system-storage-unmount (-1 / +1 lines)
Lines 93-99 if [ -e $HAL_PROP_VOLUME_MOUNT_POINT/.cr Link Here
93
fi
93
fi
94
94
95
# cleanup no longer used mount points
95
# cleanup no longer used mount points
96
if [ -e /usr/lib/hal/scripts/hal-system-storage-cleanup-mountpoints]; then
96
if [ -e /usr/lib/hal/scripts/hal-system-storage-cleanup-mountpoints ]; then
97
        /usr/lib/hal/scripts/hal-system-storage-cleanup-mountpoints
97
        /usr/lib/hal/scripts/hal-system-storage-cleanup-mountpoints
98
elif [ -e /usr/lib64/hal/scripts/hal-system-storage-cleanup-mountpoints ]; then
98
elif [ -e /usr/lib64/hal/scripts/hal-system-storage-cleanup-mountpoints ]; then
99
        /usr/lib64/hal/scripts/hal-system-storage-cleanup-mountpoints
99
        /usr/lib64/hal/scripts/hal-system-storage-cleanup-mountpoints
(-)hal-0.5.6/tools/hal-system-storage-mount (-1 / +1 lines)
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

Return to bug 158579