1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
|
2005-12-16 09:27 Frederic Lepied <flepied at mandriva.com>
* s2u.spec: 0.6-1mdk
2005-12-16 09:26 Frederic Lepied <flepied at mandriva.com>
* s2u.sh: - removed unneeded code - launch with debug
2005-12-16 09:25 Frederic Lepied <flepied at mandriva.com>
* hostname-post, s2u.conf, AUTHORS: Mandriva
2005-12-16 09:25 Frederic Lepied <flepied at mandriva.com>
* Makefile: fixed version/release parsing
2005-12-16 09:24 Frederic Lepied <flepied at mandriva.com>
* s2u.c: - added --debug option - removed dead code for opt_run_as
- Mandriva
2005-03-09 10:30 Frederic Crozat <fcrozat at mandriva.com>
* s2u.c, s2u.spec: Remove dbus-x11 dependency
2005-03-09 10:08 Frederic Crozat <fcrozat at mandriva.com>
* s2u.c, s2u.spec: - add new signal to start update-menus if
requested by system
2005-03-08 11:22 Frederic Crozat <fcrozat at mandriva.com>
* Makefile, s2u.c, s2u.spec: Connect to X so s2u exits when X exit
2005-03-07 11:11 Frederic Crozat <fcrozat at mandriva.com>
* hostname-post: Fix recipient
2005-03-07 11:04 Frederic Crozat <fcrozat at mandriva.com>
* Makefile: Fix perms for config file
2005-03-07 11:01 Frederic Crozat <fcrozat at mandriva.com>
* Makefile, hostname-post, s2u.c, s2u.sh, s2u.spec: Release 0.5 :
no longer use session bus, use system bus instead (fix Mdk bug
#13166)
2005-03-03 13:49 Frederic Crozat <fcrozat at mandriva.com>
* s2u.conf: Configuration to restrict s2u message to root only on
system bus
2004-10-18 11:23 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* s2u.spec: 0.4-1mdk
2004-10-18 11:22 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* Makefile: use pkgconfig to get the right includes/libs for
dbus-glib-1
2004-10-18 11:22 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* s2u.c: #include <dbus/dbus-glib-lowlevel.h> for
dbus_connection_setup_with_g_main() prototype
2004-08-25 01:25 Frederic Lepied <flepied at mandriva.com>
* s2u.sh: use display in temp filename
2004-08-25 01:24 Frederic Lepied <flepied at mandriva.com>
* s2u.spec: 0.3-1mdk
2004-08-17 22:56 Frederic Lepied <flepied at mandriva.com>
* s2u.spec: 0.2-1mdk
2004-08-17 22:56 Frederic Lepied <flepied at mandriva.com>
* hostname-post, s2u.sh: put session file in
/tmp/dbus-$USER-xsession$CURR_DISPLAY
2004-08-01 19:44 Frederic Lepied <flepied at mandriva.com>
* s2u.spec: 0.1-1mdk
2004-08-01 19:44 Frederic Lepied <flepied at mandriva.com>
* Makefile: network-script => network-scripts
2004-08-01 19:29 Frederic Lepied <flepied at mandriva.com>
* .cvsignore: first version
2004-08-01 19:27 Frederic Lepied <flepied at mandriva.com>
* s2u.spec: use $RPM_OPT_FLAGS to compile C files
2004-08-01 19:27 Frederic Lepied <flepied at mandriva.com>
* Makefile: added AUTHORS
2004-08-01 19:21 Frederic Lepied <flepied at mandriva.com>
* s2u.c: added ident strings
2004-08-01 19:20 Frederic Lepied <flepied at mandriva.com>
* s2u.c: fixed header and strings to remove the drakxservice
references
2004-08-01 19:08 Frederic Lepied <flepied at mandriva.com>
* s2u.spec: added a dependency on initscripts
2004-08-01 18:59 Frederic Lepied <flepied at mandriva.com>
* AUTHORS, LICENSE, Makefile, README, hostname-post, s2u.c, s2u.sh,
s2u.spec: Initial revision
2004-08-01 18:59 Frederic Lepied <flepied at mandriva.com>
* AUTHORS, LICENSE, Makefile, README, hostname-post, s2u.c, s2u.sh,
s2u.spec: initial version
|