diff options
Diffstat (limited to 'debian/patches/consolekit.patch')
-rw-r--r-- | debian/patches/consolekit.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/consolekit.patch b/debian/patches/consolekit.patch index abc6839ba..36b3805b9 100644 --- a/debian/patches/consolekit.patch +++ b/debian/patches/consolekit.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | Description: Add support for registering ConsoleKit sessions on login | 1 | Description: Add support for registering ConsoleKit sessions on login |
2 | Author: Colin Watson <cjwatson@ubuntu.com> | 2 | Author: Colin Watson <cjwatson@ubuntu.com> |
3 | Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1450 | 3 | Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1450 |
4 | Last-Updated: 2013-05-09 | 4 | Last-Updated: 2013-05-13 |
5 | 5 | ||
6 | Index: b/Makefile.in | 6 | Index: b/Makefile.in |
7 | =================================================================== | 7 | =================================================================== |
@@ -591,9 +591,9 @@ Index: b/monitor.h | |||
591 | +++ b/monitor.h | 591 | +++ b/monitor.h |
592 | @@ -75,6 +75,8 @@ | 592 | @@ -75,6 +75,8 @@ |
593 | 593 | ||
594 | MONITOR_REQ_AUTHROLE = 300, | 594 | MONITOR_REQ_AUTHROLE = 154, |
595 | 595 | ||
596 | + MONITOR_REQ_CONSOLEKIT_REGISTER = 400, MONITOR_ANS_CONSOLEKIT_REGISTER = 401, | 596 | + MONITOR_REQ_CONSOLEKIT_REGISTER = 156, MONITOR_ANS_CONSOLEKIT_REGISTER = 157, |
597 | + | 597 | + |
598 | }; | 598 | }; |
599 | 599 | ||