Harald Hoyer
|
0e32ce3219
|
resume/resume.sh: prevent "resume: not found"
Problem lies in modules.d/95resume:
[ -x $(command -v resume) ] && command resume $a_splash "$resume"
``command -v resume'' prints nothing and ``test -x'' returns 0.
Thanks to Consus!
|
2012-09-18 13:37:35 +02:00 |
Harald Hoyer
|
3b403b32fc
|
removed trailing whitespaces
|
2011-05-10 11:56:09 +02:00 |
Harald Hoyer
|
fb59f4c967
|
get rid of absolute PATHs
|
2011-04-08 13:49:06 +02:00 |
Andrey Borzenkov
|
856285aa90
|
resume: merge uswsusp module into resume
uswsusp almost completely duplicates resume; merge them.
Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>
|
2010-11-10 16:07:01 +01:00 |
Harald Hoyer
|
cc02093d69
|
reformat source code
removed tabs and set indention to 4 spaces
added emacs and vi format headers
|
2010-09-10 15:34:36 +02:00 |
Victor Lowther
|
99576a2a63
|
Split out resume handling into its own hook.
|
2009-03-20 03:08:40 -05:00 |