Browse Source

95uswsusp: Gentoo path for 'resume' binary

master
Amadeusz Żołnowski 15 years ago committed by Harald Hoyer
parent
commit
f01d965f0e
  1. 2
      modules.d/95uswsusp/check
  2. 7
      modules.d/95uswsusp/install

2
modules.d/95uswsusp/check

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
#!/bin/sh
[ -x /usr/sbin/resume ]
[ -x /usr/sbin/resume ] || [ -x /usr/lib/suspend/resume ]

7
modules.d/95uswsusp/install

@ -1,5 +1,10 @@ @@ -1,5 +1,10 @@
#!/bin/bash
inst /usr/sbin/resume
for bin in /usr/sbin/resume /usr/lib/suspend/resume
do
[ -x "${bin}" ] && break
done

inst "${bin}" /usr/sbin/resume
[ -f /etc/suspend.conf ] && inst /etc/suspend.conf

inst_hook cmdline 10 "$moddir/parse-uswsusp.sh"

Loading…
Cancel
Save