3 .
/usr
/lib
/pm-utils
/functions
7 if [ -d "/sys/power/tuxonice" ]; then
8 suspend2ui
="/sys/power/tuxonice/user_interface/program"
10 suspend2ui
="/proc/suspend2/userui_program"
12 if [ -e "${suspend2ui}" ]; then
14 [ -d /etc
/splash
/tuxonice
] && names
="fbsplash text"
15 for n
in ${names} ; do
16 p
="/usr/sbin/tuxoniceui_${n}"
17 if [ -x "${p}" ]; then
18 echo "${p}" > "${suspend2ui}"