Magellan Linux

Annotation of /mcore-src/trunk/mcore-tools/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2117 - (hide annotations) (download)
Thu Jan 2 16:30:02 2014 UTC (10 years, 4 months ago) by niro
File size: 23042 byte(s)
-updated ChangeLog
1 niro 2105 2014-01-02 Niels Rogalla <niro@magellan-linux.de>
2    
3 niro 2117 * [r2116] daemon/client/mcored.service:
4     -always restart the mcored and kill by process id
5     * [r2115] daemon/include/daemon.global.class:
6     -fixed printing of whitespaces
7     * [r2114] dracut/module-setup.sh:
8     -DEFAULT_DHCP_START for udhcp needs hostname prog to register the
9     current hostname on DNS servers
10     * [r2113] Makefile:
11     -fixed missing net-lib.sh
12     * [r2112] dracut/module-setup.sh:
13     -fixed missing net-lib.sh
14     * [r2111] dracut/module-setup.sh:
15     -do not install non-existing start-daemon.sh
16     * [r2110] dracut/run-mcored.sh:
17     -honor network options from /etc/conf.d/network
18     * [r2109] Makefile:
19     -install xinfo
20     * [r2108] bin/idesk-sysinfo.sh:
21     -create ~/.idesktop directory if missing
22     * [r2107] daemon/client/include/vnc.client.class:
23     -create vncconfigdir if missing
24     * [r2106] Makefile:
25     -install idesk-sysinfo
26     * [r2105] ChangeLog:
27     -updated ChangeLog
28 niro 2105 * [r2104] daemon/client/include/idesk.client.class:
29     -fixed whitespaces
30     * [r2103] bin[ADD], bin/idesk-sysinfo.sh[ADD]:
31     -added initial idesk-sysinfo generator app
32     * [r2102] Makefile:
33     -compile xinfo
34    
35     2013-09-27 Niels Rogalla <niro@magellan-linux.de>
36    
37     * [r2101] src/xinfo.c:
38     -serveral fixes: check for display, fixed return values and fixed
39     a typo
40     * [r2100] src[ADD], src/xinfo.c[ADD]:
41     -added initial xinfo tool
42     * [r2099] conf/config.rc:
43     -quote all variables
44     * [r2098] conf/config.rc:
45     -added MCORE_CONTROL_SERVER variable
46     * [r2097] daemon/client/include/input.client.class:
47     -write vconsole.conf on systemd systems
48     * [r2096] daemon/client/include/mage.client.class:
49     -honor mage update-tarball
50     * [r2095] daemon/client/mcored.sh:
51     -respect system environment
52     * [r2094] dracut/net-lib.sh[ADD], dracut/run-mcored.sh:
53     -start mcored only if an active iface was found and use net-lib
54     to find this iface
55    
56     2013-05-21 Niels Rogalla <niro@magellan-linux.de>
57    
58     * [r2093] daemon/include/mysqlfunctions.global.class[ADD]:
59     -add mysql basic functions
60    
61 niro 2092 2013-05-13 Niels Rogalla <niro@magellan-linux.de>
62    
63 niro 2105 * [r2092] ChangeLog:
64     -updated ChangeLog
65 niro 2092 * [r2091] daemon/include/daemon.global.class:
66     list_files_in_directory(): fixed typos
67    
68     2013-05-10 Niels Rogalla <niro@magellan-linux.de>
69    
70     * [r2090] daemon/client/include/system.client.class,
71     daemon/client/include/systemd.client.class,
72     daemon/client/include/sysvinit.client.class:
73     -use enable|disable commands to add|remove services from
74     runlevels
75     * [r2089] daemon/client/include/systemd.client.class:
76     -auto-append .service to services when missing to fix a $MROOT
77     issue
78     * [r2088] daemon/client/include/sysvinit.client.class:
79     -disable some command which not work with $MROOT set
80     * [r2087] daemon/client/include/system.client.class:
81     -honor $MROOT variable
82     * [r2086] daemon/client/include/plymouth.client.class:
83     -honor $MROOT variable
84     * [r2085] daemon/client/include/boot.client.class:
85     -honor $MROOT variable
86     * [r2084] daemon/client/include/systemd.client.class:
87     -honor $MROOT variable
88     * [r2083] daemon/include/daemon.global.class:
89     -added system_chroot() function
90     * [r2082] dracut/module-setup.sh:
91     -added some missing progs to check function and install
92     systemd-nspawn
93     * [r2081] dracut/run-mcored.sh:
94     -mount sysroot writeable
95     * [r2080] dracut/module-setup.sh:
96     -fixed whitespaces
97     * [r2079] Makefile, daemon/client/include/boot.client.class,
98     daemon/client/include/fbsplash.client.class[ADD],
99     daemon/client/include/plymouth.client.class[ADD],
100     daemon/client/include/system.client.class,
101     daemon/client/include/systemd.client.class[ADD],
102     daemon/client/include/sysvinit.client.class[ADD]:
103     -split systemd, sysvinit, fbsplash and plymouth functions in
104     single classes so no runtime checks are required and the correct
105     version get installed right away
106     * [r2078] daemon/client/include/boot.client.class:
107     -improved MROOT support
108     * [r2077] daemon/include/daemon.global.class:
109     -list_all_files_in_directory(): improved find and drop basename
110     requirement
111     * [r2076] daemon/client/include/network.client.class:
112     -support get_ functions
113     * [r2075] daemon/client/include/system.client.class:
114     -support get_ functions
115     * [r2074] daemon/client/include/boot.client.class:
116     -support plymouth
117     * [r2073] daemon/include/daemon.global.class:
118     -list_files_in_directories(): support -name argument
119     * [r2072] dracut/run-mcored.sh:
120     -dracut-module: set MROOT to /sysroot on client daemon start
121    
122     2013-05-08 Niels Rogalla <niro@magellan-linux.de>
123    
124     * [r2071] dracut/run-mcored.sh:
125     -dracut-module: honor cmdline with rd.mcored to enable/disable
126     this module. default is enabled
127     * [r2070] daemon/client/include/vnc.client.class:
128     -re-worked vnc.class: added missing get_ functions and using now
129     a vnc.service function to control the facility
130     * [r2069] dracut/module-setup.sh:
131     -dracut-module: removed xmlstartlet from install part too
132     * [r2068] dracut/module-setup.sh:
133     -dracut-module: xmlstarlet is not required by mcored, removed
134     * [r2067] dracut/mcored.conf:
135     dracut-module: module must be called without sort identifier
136     * [r2066] dracut/module-setup.sh:
137     -alx -> mcored
138     * [r2065] dracut/mcored.conf[ADD]:
139     -enable mcored module via dracut.conf.d
140     * [r2064] Makefile:
141     -install dracut-module
142     * [r2063] dracut/module-setup.sh:
143     -dracut-module: mysql is not required, dropped
144     * [r2062] daemon/client/include/vnc.client.class:
145     -use default vnc passwd location of tigervnc
146     * [r2061] daemon/client/include/system.client.class:
147     -support systemd units
148     * [r2060] daemon/client/include/input.client.class:
149     get_input_keymap(): eleminate all "
150     * [r2059] daemon/client/include/input.client.class:
151     get_input_keymap(): only run setxkbmap if X11 is running, if not
152     always try to get the keymap from the xorg.config
153     * [r2058] daemon/client/include/input.client.class:
154     -set console keymap on systemd systemd too
155     * [r2057] daemon/client/include/system.client.class:
156     -use poweroff for shutdown
157     * [r2056] Makefile, systemd[DEL]:
158     -removed duplicates
159     * [r2055] daemon/client/mcored.service:
160     -fixed some typoes
161     * [r2054] dracut/module-setup.sh:
162     -let the dracut-module install the missing VERSION file
163     * [r2053] Makefile:
164     -split install to allow single client installations and be able
165     to choose the init type (systemd/sysvinit)
166     * [r2052] Makefile, daemon/client/mcored.sh,
167     daemon/include/daemon.global.class:
168     -added print_version() function and print proper version info on
169     connect
170     * [r2051] daemon/control[ADD],
171     daemon/control/control-daemon.confd[ADD],
172     daemon/control/control-daemon.rc[ADD],
173     daemon/control/control-daemon.sh[ADD],
174     daemon/control/include[ADD],
175     daemon/control/include/graphic.control.class[ADD],
176     daemon/control/include/input.control.class[ADD],
177     daemon/control/include/session.control.class[ADD]:
178     -added control daemon pieces, WIP
179     * [r2050] daemon/cmdlets.txt[ADD]:
180     -added cmdlets todo
181     * [r2049] todo-hardware.txt[ADD]:
182     -added hardware todo
183     * [r2048] socket_send.php[ADD]:
184     -added socket_send.php helper script
185     * [r2047] nsslsay[ADD]:
186     -added nsslsay helper script
187     * [r2046] initialsetup.sh[ADD]:
188     -added initialsetup helper script
189     * [r2045] VERSION[ADD]:
190     -version 0_preAlpha
191     * [r2044] daemon/client/mcored.sh,
192     daemon/include/daemon.global.class:
193     -support version cmd
194     * [r2043] systemd[ADD], systemd/mcored.service[ADD]:
195     -added systemd service unit
196    
197     2013-04-17 Niels Rogalla <niro@magellan-linux.de>
198    
199     * [r2042] dracut[ADD], dracut/module-setup.sh[ADD],
200     dracut/run-mcored.sh[ADD]:
201     -added dracut module
202     * [r2041] daemon/client/include/idesk.client.class[ADD]:
203     -initial idesk support class - WIP
204     * [r2040] daemon/client/include/input.client.class:
205     -added systemd support and use systemd supported config file
206     names
207     * [r2039] daemon/client/include/graphic.client.class:
208     -use list_files_in_directory() function
209     * [r2038] daemon/client/include/citrix.client.class:
210     -change ica-session handling: allow 'named' sessions
211     * [r2037] daemon/client/include/system.client.class:
212     -print service status
213    
214     2012-12-03 Niels Rogalla <niro@magellan-linux.de>
215    
216     * [r2036] daemon/client/mcored.confd:
217     -start service with verbose mode
218     * [r2035] daemon/client/mcored.service[ADD]:
219     -added systemd unit
220    
221 niro 2033 2012-08-13 Niels Rogalla <niro@magellan-linux.de>
222    
223 niro 2092 * [r2034] conf/config.rc:
224     -changed distribution name to 'mCore'
225     * [r2033] ChangeLog[ADD]:
226     -added ChangeLog
227 niro 2033 * [r2032] daemon/client/include/network.client.class:
228     -restart networking in MROOT environment
229     * [r2031] daemon/client/include/hardware.client.class:
230     -support $MROOT variable
231     * [r2030] daemon/include/daemon.global.class:
232     -use find to fix some annoying error messages and fixed variable
233     declaration
234     * [r2029] daemon/client/include/citrix.client.class:
235     -always escape session, as it may contain spaces
236     * [r2028] daemon/client/include/fluxbox.client.class:
237     -fixed a typo
238     * [r2027] daemon/client/include/fluxbox.client.class:
239     -use find to fix some annoying error messages
240     * [r2026] daemon/client/include/network.client.class:
241     -support $MROOT variable
242     * [r2025] daemon/client/include/input.client.class:
243     -support $MROOT variable
244     * [r2024] daemon/client/include/vnc.client.class:
245     -support $MROOT variable
246     * [r2023] daemon/client/include/citrix.client.class:
247     use find to fix some annoying errors
248     * [r2022] daemon/client/include/citrix.client.class:
249     -make use of new list_files_in_directory() function
250     * [r2021] daemon/client/include/citrix.client.class:
251     -support $MROOT variable
252     * [r2020] daemon/client/include/boot.client.class:
253     -make use of new list_files_in_directory() function
254     * [r2019] daemon/client/include/graphic.client.class:
255     -added info line that some files are autogenerated
256     * [r2018] daemon/client/include/graphic.client.class:
257     -support $MROOT variable
258     * [r2017] daemon/client/include/system.client.class:
259     -support $MROOT variable
260     * [r2016] daemon/client/include/fluxbox.client.class:
261     -make use of MCORE_DISTRIBUTION variable and fixed coding style
262     * [r2015] daemon/client/include/fluxbox.client.class:
263     -use find to prevent annoying error messages if nothing was found
264     * [r2014] daemon/client/include/fluxbox.client.class:
265     -make use of new list_files_in_directory() function
266     * [r2013] daemon/client/include/fluxbox.client.class:
267     -support $MROOT variable
268     * [r2012] daemon/client/include/printing.client.class:
269     -make use of new list_files_in_directory() function
270     * [r2011] daemon/client/include/printing.client.class:
271     -support $MROOT variable
272     * [r2010] daemon/client/mcored.rc:
273     -use rc_print() and rc_echo() functions
274     * [r2009] conf/config.rc:
275     -added MCORE_DISTRIBUTION variable
276     * [r2008] daemon/include/daemon.global.class:
277     -added list_files_in_directory() function
278     * [r2007] daemon/include/daemon.global.class:
279     -added mroot applet
280     * [r2006] daemon/client/mcored.sh,
281     daemon/include/daemon.global.class:
282     -added colors command, to re-enable colors after calling
283     'nocolors' cmd
284     * [r2005] daemon/client/mcored.sh,
285     daemon/include/daemon.global.class:
286     -added stop_service() function
287     * [r2004] daemon/client/mcored.sh:
288     -use mecho instead of echo
289     * [r2003] daemon/include/daemon.global.class:
290     -fixed whitespaces
291    
292     2011-11-09 Niels Rogalla <niro@magellan-linux.de>
293    
294     * [r1925] daemon/include/daemon.global.class:
295     -added new gobal cmds 'reload' and 'restart' to help
296     * [r1924] daemon/client/include/boot.client.class:
297     -fixed typos
298     * [r1923] Makefile:
299     -install boot client class
300     * [r1922] daemon/client/include/mage.client.class:
301     -support query of the whole mage inventory
302     * [r1921] daemon/client/include/input.client.class:
303     -requires fluxbox
304     -support get input.keymap
305     -support keyboard rate setup
306     -improved help descriptions
307     * [r1920] daemon/client/include/graphic.client.class:
308     -clean up
309     * [r1919] daemon/client/include/fluxbox.client.class:
310     -added helper_rebuild_fluxbox_autostart() function
311     * [r1918] daemon/client/include/boot.client.class[ADD]:
312     -added boot and splash classes
313     * [r1916] daemon/client/mcored.sh:
314     -support the reload of client classes
315     -support restart of the service
316     * [r1915] daemon/include/daemon.global.class:
317     -added functions to load client classes and to restart the
318     service
319    
320     2011-11-07 Niels Rogalla <niro@magellan-linux.de>
321    
322     * [r1898] make-svn-snapshot.sh[ADD]:
323     -added svn snapshot script
324    
325     2011-11-04 Niels Rogalla <niro@magellan-linux.de>
326    
327     * [r1897] conf/config.rc:
328     - pruned unused variables
329     * [r1896] daemon/client/include/network.client.class:
330     - use dhcp_prog from /etc/conf.d/network
331     * [r1895] daemon/client/include/printing.client.class:
332     -enable spooler logging
333     * [r1894] daemon/client/mcored.sh:
334     -disable debug logging
335     * [r1893] Makefile:
336     -install service runtime directory
337    
338     2011-03-11 Niels Rogalla <niro@magellan-linux.de>
339    
340     * [r1666] daemon/include/daemon.global.class:
341     -do not dirty the output of x11runas() with x11 pid ids
342    
343     2011-03-10 Niels Rogalla <niro@magellan-linux.de>
344    
345     * [r1648] daemon/client/include/system.client.class:
346     -make use of error echo function eecho()
347     -use rvecho() for function retvals
348     * [r1647] daemon/client/include/printing.client.class:
349     -helper_addprinter(): added a missing clearconfig call
350     -use rvecho() for function retvals
351     * [r1646] daemon/client/include/network.client.class:
352     -use rvecho() for function retvals
353     * [r1645] daemon/client/include/input.client.class:
354     -x11runas checks for X, removed unnecessary checks
355     * [r1644] daemon/client/include/hardware.client.class:
356     -use rvecho() for function retvals
357     -get_hardware_detect(): added a sanity check for allowed actions
358     * [r1643] daemon/client/include/graphic.client.class:
359     -x11runas checks for X, removed unnecessary checks
360     -use rvecho() for function retvals
361     * [r1642] daemon/client/include/fluxbox.client.class:
362     -use [separator] in fluxbox menu instead of [nop] (____)
363     -use rvecho() for function retvals
364     * [r1641] daemon/client/include/citrix.client.class:
365     -use rvecho() for function retvals
366     * [r1640] daemon/include/sessionauth.global.class:
367     -removed commented stuff
368     -make use of error echo function eecho()
369     -use mecho() for informal-only echos
370     -use rvecho() for function retvals
371     * [r1639] daemon/include/daemon.global.class:
372     -x11runas(): let the function check for X11
373     -added decho() "debug-echo" function for debugging only messages
374     -added rvecho() "retval echo" function to print retvals on quiet
375     mode
376     -support quiet mode in mecho()
377     -make use of error echo function eecho()
378     -make use of debug echo function decho()
379     -make use of retval echo function rvecho()
380     -fixed a typo in path_not_empty() function
381     * [r1638] daemon/client/mcored.sh:
382     -set NOCOLORS default value to false
383     -set WEBCRLFS default value to false
384     -support quiet option and default it to false
385    
386     2011-03-04 Niels Rogalla <niro@magellan-linux.de>
387    
388     * [r1605] daemon/client/include/network.client.class:
389     -update etc hosts if the hostname was changed
390    
391     2011-02-17 Niels Rogalla <niro@magellan-linux.de>
392    
393     * [r1351] daemon/client/include/network.client.class:
394     -fixed a typo in the discription of nameserver
395     -add the new hostname to the x11 authority file to allow x11
396     interaction without restarting xorg
397     * [r1350] daemon/include/daemon.global.class:
398     -fixed whitespaces
399     * [r1348] daemon/client/include/network.client.class:
400     - renamed set_network_dns to set_network_nameserver
401     - added more help descriptions for gateway and nameserver
402     - added get functions for hostname, gateway and nameserver
403     - sanitized arguments
404     * [r1347] daemon/client/include/mage.client.class:
405     - reverted update|upgrade|uppretend changes as we got them
406     already
407     - added uppretend to 'get mage.upgrade' and not to 'mage.update'
408     * [r1346] daemon/client/include/hardware.client.class:
409     -fixed change items on description
410     * [r1345] daemon/client/include/system.client.class:
411     -fixed broken autologon config
412     * [r1344] daemon/client/mcored.sh:
413     -do not print errors about missing serial config
414     * [r1342] Makefile:
415     added hardware.client.class for some hardware information and
416     detection
417     * [r1341] daemon/client/include/mage.client.class:
418     added uppretend too
419     * [r1338] daemon/client/include/hardware.client.class[ADD]:
420     added hardware.client.class for some hardware information and
421     detection
422     * [r1337] daemon/client/include/mage.client.class:
423     added mage update and upgrade functionality
424     * [r1336] daemon/client/include/system.client.class:
425     use MCORE_UNPRIV_USER variable instead of hardcoded mcore user
426     * [r1335] daemon/include/hwdetection.global.class:
427     added get_hwinfo_monitor() and add usb-host drivers when
428     usb-storage was found
429    
430     2011-02-16 Niels Rogalla <niro@magellan-linux.de>
431    
432     * [r1330] daemon/include/daemon.global.class:
433     -fixed a typo in global help description
434    
435     2011-02-14 Niels Rogalla <niro@magellan-linux.de>
436    
437     * [r1329] daemon/client/include/system.client.class:
438     -added autologin configure feature
439    
440     2011-02-07 Niels Rogalla <niro@magellan-linux.de>
441    
442     * [r1327] daemon/client/include/fluxbox.client.class:
443     -use full pathes to match sudoers file
444     * [r1315] daemon/mcorepasswd.sh:
445     -respect require and provide, added some dummy functions
446    
447     2011-02-06 Niels Rogalla <niro@magellan-linux.de>
448    
449     * [r1308] daemon/include/daemon.global.class:
450     -renamed validate_session() to valid_session()
451     -added nocolors and webcrlf options which are allowed to be
452     called before login (needed by web-interfaces)
453     -let addconfig() honor -e and -n echo variables
454     * [r1307] daemon/include/hwdetection.global.class:
455     updated hwdetection from upstream installer
456     * [r1306] daemon/include/sessionauth.global.class:
457     -renamed validate_session() to valid_session()
458     * [r1305] daemon/client/mcored.sh:
459     -renamed validate_session() to valid_session()
460     -added nocolors and webcrlf options which are allowed to be
461     called before login (needed by web-interfaces)
462     * [r1304] daemon/client/mcored.rc:
463     -fixed wrong variable, thats the chroot dir and not the keyring!
464     -be more silent
465     * [r1303] daemon/client/mcored.confd:
466     -fixed wrong variable, thats the chroot dir and not the keyring!
467     * [r1302] conf/config.rc:
468     -disabled sql settings
469     * [r1301] Makefile:
470     -install default certificates
471     * [r1300] daemon/certs[ADD], daemon/certs/mcored.key[ADD],
472     daemon/certs/mcored.pem[ADD]:
473     -added some default certificates for mcored
474     * [r1284] daemon/client/include/network.client.class:
475     - renamed function set_network_default_gw -> set_network_gateway
476     - fixed missing argv for value
477    
478     2011-02-04 Niels Rogalla <niro@magellan-linux.de>
479    
480     * [r1267] Makefile:
481     - added citrix plugin
482     - renamed session plugin to fluxbox
483     * [r1266] daemon/client/include/citrix.client.class[ADD]:
484     -added plugin for citrix sessions
485     * [r1265] daemon/include/hwdetection.global.class:
486     -the hwdetecion provides hwdetection ;)
487     * [r1264] daemon/include/daemon.global.class:
488     - added missing quit command to global help topics
489     - added hint about help [topic]
490     - let x11runas determine the DISPLAY itself by using
491     MCORE_XORG_DISPLAY
492     - added no_duplicate() function for internal use
493     - let require() and provide() check for duplicate items via
494     no_duplicate()
495     - added verify_requirements to be able to resolve missing plugin
496     requirements
497     - mecho() and eecho() should honor the '-n' echo option
498     - added path_not_empty() functions which is used by
499     helper_graphic_rebuild_xorg_conf_d() of the graphic plugin
500     * [r1263] daemon/client/include/vnc.client.class:
501     - use the new xorg.conf.d handling to en/disable the vnc module
502     and its options
503     - requires basic graphic to support the new xorg.conf.d handling
504     * [r1262] daemon/client/include/system.client.class:
505     - fixed spelling
506     - merged system.console and system.rootconsole to one function
507     - fixed the root console that it really opens up a root console
508     with asking for roots password before changing the privileges
509     - added system.service functionality
510     - added system.passwd functionality
511     - added system.vt functionality
512     * [r1261] daemon/client/include/printing.client.class:
513     - merged addprinter and delprinter into one printer functions
514     - fixed the help functions according to the new printer function
515     * [r1260] daemon/client/include/network.client.class:
516     - requires basic-system for restarting system services
517     - always use CONFIG=, clearconfig, addconfig paradigma
518     - better sanity checks in set_network_iface()
519     * [r1259] daemon/client/include/input.client.class:
520     -x11runas selects the used Xorg display itself via
521     MCORE_XORG_DISPLAY variable
522     * [r1258] daemon/client/include/graphic.client.class:
523     -only provide basic-video, x0vnc is another plugin
524     -completly reworkd xorg.conf.d handling
525     -added graphic.depth and graphic.driver functions
526     -allways use clearconfig/addconfig for all config files
527     * [r1257] daemon/client/include/fluxbox.client.class:
528     -merged addmenuitem and delmenuitem to one menuitem command
529     - added get_ menuitem functionality
530     - added support for changing fluxbox themes
531     - set wallpaper support on todo
532     * [r1256] daemon/client/mcored.sh:
533     -added require command to verify plugin requirements
534     * [r1255] conf/config.rc:
535     -added MCORE_XORG_DISPLAY variable
536    
537     2011-02-02 Niels Rogalla <niro@magellan-linux.de>
538    
539     * [r1254] daemon/client/include/fluxbox.client.class[CPY],
540     daemon/client/include/session.client.class[DEL]:
541     -renamed session.client.class -> fluxbox.client.class
542     * [r1253] daemon/client/include/session.client.class:
543     -reworked an renamed all functions to fluxbox, because they are
544     fluxbox-specific
545     * [r1252] daemon/include/daemon.global.class:
546     -disabled mysql based functions atm
547     -clearconfig: install config dir
548     * [r1251] daemon/client/mcored.sh:
549     -disabled mysql based functions atm
550     * [r1250] conf/config.rc:
551     -added MCORE_CONFIG_PATH variable
552     * [r1249] Makefile[ADD]:
553     -initial version
554     * [r1248] .[ADD], conf[ADD], conf/config.rc[ADD], daemon[ADD],
555     daemon/client[ADD], daemon/client/include[ADD],
556     daemon/client/include/graphic.client.class[ADD],
557     daemon/client/include/input.client.class[ADD],
558     daemon/client/include/mage.client.class[ADD],
559     daemon/client/include/network.client.class[ADD],
560     daemon/client/include/printing.client.class[ADD],
561     daemon/client/include/session.client.class[ADD],
562     daemon/client/include/system.client.class[ADD],
563     daemon/client/include/vnc.client.class[ADD],
564     daemon/client/mcored.confd[ADD], daemon/client/mcored.rc[ADD],
565     daemon/client/mcored.sh[ADD],
566     daemon/generate-certificate.sh[ADD], daemon/include[ADD],
567     daemon/include/daemon.global.class[ADD],
568     daemon/include/hwdetection.global.class[ADD],
569     daemon/include/sessionauth.global.class[ADD],
570     daemon/mcorepasswd.sh[ADD]:
571     -initial version
572