summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.suspend2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.suspend b/etc/rc.suspend
index 8b02a0f..26fe198 100755
--- a/etc/rc.suspend
+++ b/etc/rc.suspend
@@ -41,7 +41,7 @@ if [ -r /var/run/rc.suspend.pid ]; then
exit 1
fi
-echo $$ > /var/run/rc.suspend.pid
+echo $$ 2> /dev/null > /var/run/rc.suspend.pid
# If you have troubles on suspending with PC-CARD modem, try this.
# See also contrib/pccardq.c (Only for PAO users).
OpenPOWER on IntegriCloud