summaryrefslogtreecommitdiffstats
path: root/debian/patches/away.pl.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/away.pl.diff')
-rw-r--r--debian/patches/away.pl.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/away.pl.diff b/debian/patches/away.pl.diff
new file mode 100644
index 0000000..be81cf5
--- /dev/null
+++ b/debian/patches/away.pl.diff
@@ -0,0 +1,15 @@
+Description: away.pl never turns off away status on activity
+Forwarded: yes
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505480
+Author: Norbert Buchmuller <norbi@nix.hu>
+Last-Update: 12-11-2008
+--- a/scripts/away.pl
++++ b/scripts/away.pl
+@@ -113,6 +113,7 @@ sub cond_unaway {
+ {
+ # come back from away
+ $server->command("AWAY");
++ $am_away=0;
+ }
+ else
+ {