~ubuntu-branches/ubuntu/quantal/pm-utils/quantal-proposed

« back to all changes in this revision

Viewing changes to pm/sleep.d/90clock

Tags: upstream-1.2.2.4
ImportĀ upstreamĀ versionĀ 1.2.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        /sbin/hwclock --hctosys >/dev/null 2>&1 0<&1
16
16
}
17
17
 
 
18
[ "$NEED_CLOCK_SYNC" ] || exit $NA
 
19
 
18
20
case "$1" in
19
21
        hibernate|suspend) suspend_clock ;;
20
22
        thaw|resume) resume_clock ;;