mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Added udev to Required-Start for swap script.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9395 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
60b2e99af5
commit
d03909fd11
@ -1,4 +1,5 @@
|
||||
ChangeLog
|
||||
20101012 - [dj] * Added udev to Required-Start for swap script.
|
||||
|
||||
20100823 - [dj] * Fix missing 'then' in sendsignals conditionals. Thanks to
|
||||
Jeremy Huntwork for the report and correction.
|
||||
|
@ -5,7 +5,7 @@ NOTE: initd-tools must be installed prior to installation of these scripts.
|
||||
initd-tools installation:
|
||||
|
||||
Download initd-tools from:
|
||||
http://www.dwcab.com/downloads/initd-tools/initd-tools-0.1.2.tar.gz
|
||||
http://www.dwcab.com/downloads/initd-tools/initd-tools-0.1.3.tar.gz
|
||||
|
||||
./configure &&
|
||||
make &&
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
### BEGIN INIT INFO
|
||||
# Provides: swap
|
||||
# Required-Start:
|
||||
# Required-Start: udev
|
||||
# Should-Start: modules
|
||||
# Required-Stop: localnet
|
||||
# Should-Stop:
|
||||
|
Loading…
Reference in New Issue
Block a user