diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2008-07-19 20:12:33 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2008-07-19 20:12:33 +0000 |
| commit | ba5e45704b8f3f8178736a873173ca9abf298b31 (patch) | |
| tree | 604287d77602165388b830f0b8e9c9ad35e674b4 | |
| parent | 9005d65e463ee73cea5f6636c7dd18b57198b56f (diff) | |
Notes
| -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 4028b3254b55..7b08d31f4ac2 100755 --- a/etc/rc.suspend +++ b/etc/rc.suspend @@ -45,7 +45,7 @@ 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). -# pccardq | awk -F '~' '$5 == "filled" && $4 ~ /sio/ \ +# pccardq | awk -F '~' '$5 == "filled" && $4 ~ /uart/ \ # { printf("pccardc power %d 0", $1); }' | sh # If a device driver has problems suspending, try unloading it before |
