[BACK]Return to rc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/rc between version 1.555 and 1.556

version 1.555, 2021/11/11 09:38:14 version 1.556, 2022/01/17 04:12:15
Line 185 
Line 185 
   
         echo -n 'reordering libraries:'          echo -n 'reordering libraries:'
   
         # Remount the (read-only) filessystems in _ro_list as read-write.          # Remount the (read-only) filesystems in _ro_list as read-write.
         for _mp in $_ro_list; do          for _mp in $_ro_list; do
                 if ! mount -u -w $_mp; then                  if ! mount -u -w $_mp; then
                         echo ' failed.'                          echo ' failed.'

Legend:
Removed from v.1.555  
changed lines
  Added in v.1.556