diff options
Diffstat (limited to 'etc/rc.suspend')
-rwxr-xr-x | etc/rc.suspend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.suspend b/etc/rc.suspend index 8b02a0fadebd..26fe198ceda1 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). |