#!/bin/sh # # Record the current operation to allow failure detection. STAMPFILE="/var/lib/pm-utils/status" case "$1" in hibernate|suspend) mkdir -p `dirname $STAMPFILE` echo "$1" >"$STAMPFILE" ;; thaw|resume) rm -f "$STAMPFILE" ;; esac
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
000record-status | File | 323 B | 0755 |
|
60_wpa_supplicant | File | 267 B | 0755 |
|
95hdparm-apm | File | 2.3 KB | 0755 |
|