This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
apmud/pmud-0.10-fixes.patch

11 lines
295 B
Diff

--- pmud-0.10/pmud.c.o 2003-08-29 13:07:52.000000000 -0600
+++ pmud-0.10/pmud.c 2003-08-29 13:08:16.000000000 -0600
@@ -510,7 +510,7 @@
fbon(1);
run_program(POWERLEVEL_SCRIPT,
"lid-opened",
- ac ? "ac" : "battery"
+ powermode ? "ac" : "battery"
);
}
}