Leendert Meyer wrote: > On Monday 11 December 2006 05:19, Leendert Meyer wrote: > > (I forgot to mention that I was talking about 10.2) > >> Am I overlooking something? >> I think this would be good to send to bugzilla. > After peeking around, I found a solution: > > I created an executable script /etc/pm/hooks/09network, with the > following contents: > > ---8<--- > #!/bin/bash > > . /etc/pm/functions > > case "$1" in > hibernate|suspend) > stopservice ntp > stopservice network > ;; > thaw|resume) > restartservice network > restartservice ntp > ;; > *) > ;; > esac > > exit $? > --->8--- > > And I have the behavior back as it was in 10.1. > Good job!
-- Joe Morris Registered Linux user 231871 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
