Refresh patches
This commit is contained in:
parent
cb46c41f61
commit
05b429afe2
|
@ -20,8 +20,9 @@ x11-xserver-utils (7.5+1) UNRELEASED; urgency=low
|
||||||
* xsetroot 1.0.3.
|
* xsetroot 1.0.3.
|
||||||
* Suggests: xorg-docs-core since some manpages reference it in their
|
* Suggests: xorg-docs-core since some manpages reference it in their
|
||||||
SEE ALSO section. Thanks Vincent Lefevre. Closes: #541220.
|
SEE ALSO section. Thanks Vincent Lefevre. Closes: #541220.
|
||||||
|
* Refresh patches.
|
||||||
|
|
||||||
-- Brice Goglin <bgoglin@debian.org> Sun, 06 Dec 2009 13:28:20 +0100
|
-- Brice Goglin <bgoglin@debian.org> Sun, 06 Dec 2009 13:32:48 +0100
|
||||||
|
|
||||||
x11-xserver-utils (7.4+2) unstable; urgency=low
|
x11-xserver-utils (7.4+2) unstable; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -13,11 +13,15 @@ hash algorithm by Bob Jenkins.
|
||||||
|
|
||||||
Not submitted to XFree86.
|
Not submitted to XFree86.
|
||||||
|
|
||||||
|
---
|
||||||
|
sessreg/sessreg.c | 164 ++++++++++++++++++++++++++++++++++++++++++++++++++----
|
||||||
|
1 file changed, 152 insertions(+), 12 deletions(-)
|
||||||
|
|
||||||
Index: sessreg/sessreg.c
|
Index: sessreg/sessreg.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- sessreg/sessreg.c.orig
|
--- sessreg/sessreg.c.orig 2009-12-06 13:02:16.000000000 +0100
|
||||||
+++ sessreg/sessreg.c
|
+++ sessreg/sessreg.c 2009-12-06 13:30:49.000000000 +0100
|
||||||
@@ -96,6 +96,18 @@
|
@@ -97,6 +97,18 @@
|
||||||
const char *host, Time_t date, int addp);
|
const char *host, Time_t date, int addp);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -33,10 +37,10 @@ Index: sessreg/sessreg.c
|
||||||
+
|
+
|
||||||
+#endif
|
+#endif
|
||||||
+
|
+
|
||||||
int wflag, uflag, lflag;
|
static int wflag, uflag, lflag;
|
||||||
char *wtmp_file, *utmp_file, *line;
|
static char *wtmp_file, *utmp_file, *line;
|
||||||
#ifdef USE_UTMPX
|
#ifdef USE_UTMPX
|
||||||
@@ -384,21 +396,23 @@
|
@@ -385,21 +397,23 @@
|
||||||
bzero (u->ut_name, sizeof (u->ut_name));
|
bzero (u->ut_name, sizeof (u->ut_name));
|
||||||
#ifdef SYSV
|
#ifdef SYSV
|
||||||
if (line) {
|
if (line) {
|
||||||
|
@ -72,7 +76,7 @@ Index: sessreg/sessreg.c
|
||||||
bzero (u->ut_id, sizeof (u->ut_id));
|
bzero (u->ut_id, sizeof (u->ut_id));
|
||||||
if (addp) {
|
if (addp) {
|
||||||
u->ut_pid = getppid ();
|
u->ut_pid = getppid ();
|
||||||
@@ -637,3 +651,129 @@
|
@@ -638,3 +652,129 @@
|
||||||
return freeslot;
|
return freeslot;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,12 +1,16 @@
|
||||||
|
---
|
||||||
|
xmodmap/xmodmap.man | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
Index: x11-xserver-utils/xmodmap/xmodmap.man
|
Index: x11-xserver-utils/xmodmap/xmodmap.man
|
||||||
===================================================================
|
===================================================================
|
||||||
--- x11-xserver-utils.orig/xmodmap/xmodmap.man 2007-04-12 00:19:34.000000000 +0200
|
--- x11-xserver-utils.orig/xmodmap/xmodmap.man 2009-05-11 19:11:44.000000000 +0200
|
||||||
+++ x11-xserver-utils/xmodmap/xmodmap.man 2007-08-13 15:13:53.000000000 +0200
|
+++ x11-xserver-utils/xmodmap/xmodmap.man 2009-12-06 13:32:33.000000000 +0100
|
||||||
@@ -141,7 +141,7 @@
|
@@ -141,7 +141,7 @@
|
||||||
used to perform the corresponding set of \fBkeycode\fP expressions.
|
used to perform the corresponding set of \fBkeycode\fP expressions.
|
||||||
The list of keysym names may be
|
The list of keysym names may be
|
||||||
found in the header file \fI<X11/keysymdef.h>\fP (without the \fIXK_\fP prefix)
|
found in the header file \fI<X11/keysymdef.h>\fP (without the \fIXK_\fP prefix)
|
||||||
-or the keysym database \fI __projectroot__/lib/X11/XKeysymDB\fP. Note that
|
-or the keysym database \fI __X11datadir__/XKeysymDB\fP. Note that
|
||||||
+or the keysym database \fI __projectroot__/share/X11/XKeysymDB\fP. Note that
|
+or the keysym database \fI __projectroot__/share/X11/XKeysymDB\fP. Note that
|
||||||
if the same keysym is bound to multiple keys, the expression is executed
|
if the same keysym is bound to multiple keys, the expression is executed
|
||||||
for each matching keycode.
|
for each matching keycode.
|
||||||
|
|
Loading…
Reference in New Issue