Author: dj
Date: Thu Oct  1 20:57:24 2020
New Revision: 12052

Log:
make  a Should-Stop dependency of swap to allow clean install

Modified:
   trunk/BOOK/bootscripts/ChangeLog
   trunk/BOOK/bootscripts/lfs/init.d/swap

Modified: trunk/BOOK/bootscripts/ChangeLog
==============================================================================
--- trunk/BOOK/bootscripts/ChangeLog    Thu Oct  1 08:28:53 2020        (r12051)
+++ trunk/BOOK/bootscripts/ChangeLog    Thu Oct  1 20:57:24 2020        (r12052)
@@ -1,3 +1,6 @@
+2020-10-02 DJ Lucas <[email protected]>
+   * make $local_fs a Should-Stop dependency of swap to allow clean install
+
 2020-08-02 Bruce Dubbs <[email protected]>
    * Fix a minor display problem in checkfs
 

Modified: trunk/BOOK/bootscripts/lfs/init.d/swap
==============================================================================
--- trunk/BOOK/bootscripts/lfs/init.d/swap      Thu Oct  1 08:28:53 2020        
(r12051)
+++ trunk/BOOK/bootscripts/lfs/init.d/swap      Thu Oct  1 20:57:24 2020        
(r12052)
@@ -16,8 +16,8 @@
 # Provides:            swap
 # Required-Start:      udev
 # Should-Start:        modules
-# Required-Stop:       localnet $local_fs
-# Should-Stop:
+# Required-Stop:       localnet
+# Should-Stop:         $local_fs
 # Default-Start:       S
 # Default-Stop:        0 6
 # Short-Description:   Mounts and unmounts swap partitions.
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to