Dear Tim,

On 10/11/10 07:34 +1030, Tim wrote:
>On Wed, 2010-11-10 at 07:20 +1100, Nick Urbanik wrote:
>> Does anyone have any suggestions towards automating a solution?
>
>Perhaps with a script in:  /etc/pm/sleep.d/
>
>#!/bin/bash
>case "$1" in
>        thaw|resume)
>                /sbin/ifup br0
>                ;;
>        *)
>                ;;
>esac
>exit $?

Thank you very much for this.  You have taught me to look in a new
place (/etc/pm/sleep.d) of which I was not previously aware!  I really
appreciate your help here.
-- 
Nick Urbanik             http://nicku.org           ni...@nicku.org
GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24 ID: BB9D2C24
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to