Adding some documentation for suspend and hibernate. - conn - A script repository to manage connections in Linux.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 9880e498556ea884501f45898e17bfbb1f54a12e
 (DIR) parent bad1ea36c4290e95ffc647ee36b85df914fb9380
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Wed, 23 Feb 2011 18:23:19 +0100
       
       Adding some documentation for suspend and hibernate.
       
       Diffstat:
         README.md                           |      10 ++++++++++
       
       1 file changed, 10 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       @@ -13,6 +13,7 @@ many different connections in a Unix like environment.
        * sed
        * various utilities for specific connection types
                * rfkill for wwan
       +* pm-utils (for suspend support)
        
        ## Architecture
        
       @@ -67,3 +68,12 @@ many different connections in a Unix like environment.
                # Wakeup all previous connections
                % conn -w
        
       +## Suspend
       +
       +If there is any connection open, when a hibernate or suspend event
       +occurs, then conn will shut them down, but keeps them in the list
       +of open connections. This list is used when the wakeup occurs, for
       +restarting these connections.
       +
       +You need to »make pm« for installing the conn pm script.
       +