projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ace915
)
Resume network init in background
author
Hugo Villeneuve
<hugo@hugovil.com>
Tue, 24 Jun 2014 01:50:10 +0000
(21:50 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 31 Jul 2014 02:15:25 +0000
(22:15 -0400)
stage2/misc/acpi/suspend2ram.sh
patch
|
blob
|
history
diff --git
a/stage2/misc/acpi/suspend2ram.sh
b/stage2/misc/acpi/suspend2ram.sh
index
db84649
..
a98df77
100755
(executable)
--- a/
stage2/misc/acpi/suspend2ram.sh
+++ b/
stage2/misc/acpi/suspend2ram.sh
@@
-67,7
+67,7
@@
echo "Resuming"
# on resume
cat $TMP_FILE > /proc/bus/pci/$ID
-/etc/rc.d/init.d/network start
+/etc/rc.d/init.d/network start
&
if [ -f /etc/rc.d/init.d/named ]; then
/etc/rc.d/init.d/named start