mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01: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
|
ChangeLog
|
||||||
|
20101012 - [dj] * Added udev to Required-Start for swap script.
|
||||||
|
|
||||||
20100823 - [dj] * Fix missing 'then' in sendsignals conditionals. Thanks to
|
20100823 - [dj] * Fix missing 'then' in sendsignals conditionals. Thanks to
|
||||||
Jeremy Huntwork for the report and correction.
|
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:
|
initd-tools installation:
|
||||||
|
|
||||||
Download initd-tools from:
|
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 &&
|
./configure &&
|
||||||
make &&
|
make &&
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: swap
|
# Provides: swap
|
||||||
# Required-Start:
|
# Required-Start: udev
|
||||||
# Should-Start: modules
|
# Should-Start: modules
|
||||||
# Required-Stop: localnet
|
# Required-Stop: localnet
|
||||||
# Should-Stop:
|
# Should-Stop:
|
||||||
|
Loading…
Reference in New Issue
Block a user