[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howtos:general_admin:openrc [2018/11/07 09:34 (UTC)] – [Migrating from /etc/init.d to /etc/openrc/init.d] add more info before rebooting aadityahowtos:general_admin:openrc [2018/11/07 09:51 (UTC)] – [Migrating from /etc/init.d to /etc/openrc/init.d] add left out diff of /etc/rc.conf aaditya
Line 34: Line 34:
  
 It may show a warning about deprecated support for ///etc/mtab// as a file, and how to correct it: It may show a warning about deprecated support for ///etc/mtab// as a file, and how to correct it:
-  # cp /etc/mtab /etc/mtab.bak+  # cp /etc/mtab /etc/mtab.bkp
   # ln -snf /proc/self/mounts /etc/mtab   # ln -snf /proc/self/mounts /etc/mtab
      
Line 235: Line 235:
     fi     fi
   done   done
 +  # main config file
 +  diff -Nupr /etc/rc.conf /etc/openrc/rc.conf
      
   # check local.d changes   # check local.d changes
 howtos:general_admin:openrc ()