You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
328 B
13 lines
328 B
--- pm-utils-1.4.1/pm/pm-functions.in.old 2010-07-04 16:50:13.000000000 +0200 |
|
+++ pm-utils-1.4.1/pm/pm-functions.in 2010-12-07 16:48:39.555074652 +0100 |
|
@@ -271,7 +271,9 @@ |
|
return 1 |
|
fi |
|
export LOGGING=true |
|
- exec > "$1" 2>&1 |
|
+ rm -f "$1" |
|
+ touch "$1" |
|
+ exec >> "$1" 2>&1 |
|
} |
|
|
|
check_suspend() { [ -n "$SUSPEND_MODULE" ]; }
|
|
|