File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,17 +24,17 @@ upgrade)
2424 # until the system is rebooted to ensure that running processes
2525 # referencing the old /export/home paths continue to function
2626 # while also enabling new logins under /home to work.
27- fs_tab=/etc/fstab
28-
29- if grep -q " \/export\/home" " $fs_tab " ; then
30- sed -i ' s|/export/home|/home|g' " $fs_tab "
31- mount /home
32- fi
33-
34- passwd_file=/etc/passwd
35- if grep -q " \/export\/home" " $passwd_file " ; then
36- sed -i ' s/\/export\/home/\/home/g' /etc/passwd
37- fi
27+ fs_tab=/etc/fstab
28+ #
29+ # if grep -q "\/export\/home" "$fs_tab"; then
30+ # sed -i 's|/export/home|/home|g' "$fs_tab"
31+ # mount /home
32+ # fi
33+ #
34+ # passwd_file=/etc/passwd
35+ # if grep -q "\/export\/home" "$passwd_file"; then
36+ # sed -i 's/\/export\/home/\/home/g' /etc/passwd
37+ # fi
3838
3939 ;;
4040esac
You can’t perform that action at this time.
0 commit comments