Apply patch to fix power when booting via PXE
[grml-etc.git] / debian / changelog
1 grml-etc (1.1.16) unstable; urgency=low
2
3   * /etc/init.d/grml-reboot: apply patch by Andreas Thienemann
4     to put "/etc/init.d/$command" into RAM as well so poweroff
5     works as expected when booting via PXE. [Closes: issue677]
6
7  -- Michael Prokop <mika@grml.org>  Mon, 01 Jun 2009 19:46:56 +0200
8
9 grml-etc (1.1.15) unstable; urgency=low
10
11   * Add /etc/skel/.links2 providing a bookmark file (mainly to
12     disable the help-usage info at startup of xlinks2 now as we
13     use xlinks2 instead of dillo).
14   * Bump Standard Version to 3.8.1 and Compat Version to 5.
15
16  -- Michael Prokop <mika@grml.org>  Mon, 18 May 2009 09:14:39 +0200
17
18 grml-etc (1.1.14) unstable; urgency=low
19
20   [ Frank Terbeck ]
21   * Add support for haltlocal.* [Closes: issue170]
22
23  -- Michael Prokop <mika@grml.org>  Fri, 17 Apr 2009 09:31:42 +0200
24
25 grml-etc (1.1.13) unstable; urgency=low
26
27   * /etc/skel/.ipython/ipythonrc: Do not activate the
28     IPython.Extensions.InterpreterExec module by default anymore.
29     Upstream does not ship this configuration snippet as well.
30     Thanks for reporting and debugging, wuehlmaus! [Closes: issue618]
31   * /etc/skel/.Xresources: improve xterm/ uxterm font setup.
32     This should fix our longstanding unicode problem. Thanks to
33     Thorsten Glaser for help. [Closes: issue468]
34     Additionally add configuration for urxvt.
35   * /etc/skel/.Xmodmap: Use 'EuroSign' instead of 'currency'.
36   * Debian postrm:
37     - when removing the package use /etc/init.d/rc instead
38       of /etc/init.d/grml-[reboot|halt].
39     - make sure the ssh init script even exists if something is failing
40   * Slightly improve message for removing media from tray on reboot/halt.
41
42  -- Michael Prokop <mika@grml.org>  Mon, 06 Apr 2009 11:45:44 +0200
43
44 grml-etc (1.1.12) unstable; urgency=low
45
46   * /etc/locale.gen.grml and /etc/locale.gen.minimal: drop
47     the "UTF-8@euro" lines, some applications seem to have
48     problems with that locale so let's drop it for now.
49
50  -- Michael Prokop <mika@grml.org>  Sat, 10 Jan 2009 00:52:29 +0100
51
52 grml-etc (1.1.11) unstable; urgency=low
53
54   * Change dpkg-divert handling in preinst. This hopefully
55     addresses the changes introduced with #508392 in dpkg.
56   * Drop unused files from overrides.
57
58  -- Michael Prokop <mika@grml.org>  Tue, 30 Dec 2008 13:26:10 +0100
59
60 grml-etc (1.1.10) unstable; urgency=low
61
62   * Add /etc/skel/.ipython/ipy_user_conf.py from '%upgrade'
63     within ipython so user's don't explore this problem.
64
65  -- Michael Prokop <mika@grml.org>  Wed, 19 Nov 2008 13:25:33 +0100
66
67 grml-etc (1.1.9) unstable; urgency=low
68
69   * /etc/wvdial.conf.umts: add usage example for web.vodafone.de
70   * Update VCS headers in debian/control.
71
72  -- Michael Prokop <mika@grml.org>  Wed, 19 Nov 2008 00:29:53 +0100
73
74 grml-etc (1.1.8) unstable; urgency=low
75
76   * /etc/skel/.msmtprc: clarify that the ssh commands needs to be
77     executed in the shell and isn't for msmtprc itself.
78
79  -- Michael Prokop <mika@grml.org>  Sat, 11 Oct 2008 00:27:39 +0200
80
81 grml-etc (1.1.7) unstable; urgency=low
82
83   * /etc/init.d/grml-reboot: do no longer access files in /GRML/dev/.
84     [Testing: issue545]
85
86  -- Michael Prokop <mika@grml.org>  Mon, 06 Oct 2008 00:02:30 +0200
87
88 grml-etc (1.1.6) unstable; urgency=low
89
90   * Add support for swedish locales, thanks to Martin Karresand.
91
92  -- Michael Prokop <mika@grml.org>  Sat, 27 Sep 2008 14:37:20 +0200
93
94 grml-etc (1.1.5) unstable; urgency=low
95
96   * Get rid of dependency from grml-autoconfig (on request from gebi).
97   * Drop empty and unused /etc/zsh directory from debian/dirs.
98   * Bump Standard-Version to 3.8.0 (no further changes).
99   * Reorder binary-indep and binary-arch in debian/rules to make
100     lintian happy.
101
102  -- Michael Prokop <mika@grml.org>  Thu, 31 Jul 2008 22:23:32 +0200
103
104 grml-etc (1.1.4) unstable; urgency=low
105
106   * /etc/init.d/grml-reboot: check for nfsroot (and keep check
107     for nfsdir as well to avoid breaking any existing scripts).
108     Thanks for reporting to Wolfgang Karall and thanks for the
109     test case to Jimmy.
110
111  -- Michael Prokop <mika@grml.org>  Tue, 20 May 2008 01:28:51 +0200
112
113 grml-etc (1.1.3) unstable; urgency=low
114
115   * /etc/init.d/grml-reboot: put reboot + halt binaries to
116     the filesystem cache [Testing: issue384]
117   * /etc/init.d/grml-reboot: rework umounting and network
118     shutdown sequences so filesystems are unmounted also
119     when booting via NFS [Testing: issue434]
120
121  -- Michael Prokop <mika@grml.org>  Mon, 10 Mar 2008 18:46:23 +0100
122
123 grml-etc (1.1.2) unstable; urgency=low
124
125   * Try to work around dpkg-divert issues with missing files.
126
127  -- Michael Prokop <mika@grml.org>  Mon, 04 Feb 2008 15:32:27 +0100
128
129 grml-etc (1.1.1) unstable; urgency=low
130
131   * Fix the "grml 1.1-rc1 does not open the CD-ROM tray on reboot/halt"
132     issue. Thanks to Josef Teske and several other bugreporters for
133     reporting this issue. [Closes: issue370]
134
135  -- Michael Prokop <mika@grml.org>  Mon, 14 Jan 2008 20:31:38 +0100
136
137 grml-etc (1.1.0) unstable; urgency=low
138
139   * A new stable release is coming. :)
140   * Bump Standard-Version to 3.7.3 (no further changes).
141
142  -- Michael Prokop <mika@grml.org>  Fri, 28 Dec 2007 00:05:25 +0100
143
144 grml-etc (1.0.24) unstable; urgency=low
145
146   * /etc/init.d/grml-reboot: adjust for new live-initramfs layout.
147
148  -- Michael Prokop <mika@grml.org>  Fri, 16 Nov 2007 11:38:03 +0100
149
150 grml-etc (1.0.23) unstable; urgency=low
151
152   [ Michael Gebetsroither ]
153   * /etc/inittab: switched to grml-init-multitail
154
155  -- Michael Prokop <mika@grml.org>  Thu, 15 Nov 2007 23:17:56 +0100
156
157 grml-etc (1.0.22) unstable; urgency=low
158
159   * /etc/wvdial.conf.umts: do not enable "Idle Seconds" by default.
160
161  -- Michael Prokop <mika@grml.org>  Wed, 24 Oct 2007 09:54:16 +0200
162
163 grml-etc (1.0.21) unstable; urgency=low
164
165   * /etc/skel/.channels/channels.conf-AT-graz: update for new sender
166
167  -- Michael Prokop <mika@grml.org>  Mon, 22 Oct 2007 22:06:35 +0200
168
169 grml-etc (1.0.20) unstable; urgency=low
170
171   * Added support for yesss in /etc/wvdial.conf.umts. Thanks for
172     the patch to Karl Voit!
173
174  -- Michael Prokop <mika@grml.org>  Sat, 13 Oct 2007 18:11:48 +0200
175
176 grml-etc (1.0.19) unstable; urgency=low
177
178   * /etc/skel/.channels/*: update URLs and frequence for Graz
179
180  -- Michael Prokop <mika@grml.org>  Wed, 26 Sep 2007 22:25:39 +0200
181
182 grml-etc (1.0.18) unstable; urgency=low
183
184   * Adjust check for bootoption tsplash + textsplash in
185     /etc/init.d/bootsplash_end.sh and /etc/init.d/bootsplash_start.sh
186
187  -- Michael Prokop <mika@grml.org>  Thu, 20 Sep 2007 16:04:54 +0200
188
189 grml-etc (1.0.17) unstable; urgency=low
190
191   * /etc/skel/.xinitrc: make sure /etc/sysconfig/keyboard is readable.
192
193  -- Michael Prokop <mika@grml.org>  Tue,  4 Sep 2007 01:42:50 +0200
194
195 grml-etc (1.0.16) unstable; urgency=low
196
197   * Adjust /etc/inittab.grml + /etc/inittab.small so ctrl-alt-del
198     triggers reboot instead of powerdown. Thanks for the suggestion
199     to Norbert Tretkowski, thanks for the patch to Nico Golde!
200     [Closes: issue274]
201
202  -- Michael Prokop <mika@grml.org>  Fri, 31 Aug 2007 00:10:23 +0200
203
204 grml-etc (1.0.15) unstable; urgency=low
205
206   * Update /etc/init.d/ssh according to changes in Debian's original file.
207
208  -- Michael Prokop <mika@grml.org>  Thu,  9 Aug 2007 18:41:27 +0200
209
210 grml-etc (1.0.14) unstable; urgency=low
211
212   * /etc/runlevel.conf.hdinstall + /etc/runlevel.conf.livecd:
213     another update for nfs-common
214
215  -- Michael Prokop <mika@grml.org>  Wed, 18 Jul 2007 02:10:27 +0200
216
217 grml-etc (1.0.13) unstable; urgency=low
218
219   * /etc/runlevel.conf.hdinstall + /etc/runlevel.conf.livecd: updated
220     to current package state. Now /etc/runlevel.conf.livecd looks like
221     /etc/runlevel.conf.hdinstall again (just disabled some further
222     services of course).
223
224  -- Michael Prokop <mika@grml.org>  Fri, 13 Jul 2007 17:22:20 +0200
225
226 grml-etc (1.0.12) unstable; urgency=low
227
228   * /etc/runlevel.conf.hdinstall: update to current package selection
229     in grml (a new devel release is coming...)
230
231  -- Michael Prokop <mika@grml.org>  Tue, 10 Jul 2007 16:14:25 +0200
232
233 grml-etc (1.0.11) unstable; urgency=low
234
235   * /etc/init.d/grml-reboot: cosmetic fix (drop an empty line of
236     output which seems unnecessary nowadays)
237   * debian/preinst: change /var/lib/dpkg/status code to the usual
238     dpkg-query solution (as http://wiki.debian.org/DpkgConffileHandling
239     suggests) to make lintian happy
240     (hello maintainer-script-uses-dpkg-status-directly).
241
242  -- Michael Prokop <mika@grml.org>  Sun, 01 Jul 2007 20:21:45 +0200
243
244 grml-etc (1.0.10) unstable; urgency=low
245
246   [Michael Prokop]
247   * /etc/init.d/grml-reboot:
248     - use default of 2 minutes timeout for "Please remove CD" (merge
249       with Knoppix)
250     - unmount nfs4 and smbfs as well in nfs code, use -l option instead
251       of -r
252     - do not rmmod all (unused) kernel modules anymore
253     - try to unmount all remaining filesystems manually
254
255   [Andreas Gredler]
256   * /et/wvdial.conf.umts: added support for t-mobile usb cards and boxes
257
258  -- Michael Prokop <mika@grml.org>  Mon, 25 Jun 2007 23:54:33 +0200
259
260 grml-etc (1.0.9) unstable; urgency=low
261
262   * /etc/init.d/grml-reboot: sync devices before deactivating
263     pcmcia system devices. Thanks for the bugreport, Josef Teske!
264     [Closes: issue219]
265
266  -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 23:32:18 +0200
267
268 grml-etc (1.0.8) unstable; urgency=low
269
270   * Adding /etc/skel/.channels/channels.conf-AT-vienna.
271   * Added /etc/skel/.Xmodmap.neo (see
272     http://pebbles.schattenlauf.de/layout.php for details).
273     [Closes: issue218]
274
275  -- Michael Prokop <mika@grml.org>  Sun, 03 Jun 2007 23:49:09 +0200
276
277 grml-etc (1.0.7) unstable; urgency=low
278
279   * /etc/skel/.xinitrc: support $XKEYMODEL
280
281  -- Michael Prokop <mika@grml.org>  Mon, 28 May 2007 13:56:38 +0200
282
283 grml-etc (1.0.6) unstable; urgency=low
284
285   * Add /etc/skel/.ipython/ipythonrc - configuration file
286     for ipython.
287
288  -- Michael Prokop <mika@grml.org>  Sun, 27 May 2007 19:32:52 +0200
289
290 grml-etc (1.0.5) unstable; urgency=low
291
292   * /etc/locale.gen.grml: add support for nl_BE.
293     Thanks for the bugreport, Jan-Pieter Jacobs.
294
295  -- Michael Prokop <mika@grml.org>  Tue, 22 May 2007 14:26:37 +0200
296
297 grml-etc (1.0.4) unstable; urgency=low
298
299   * /etc/skel/.w3m/config: use 'editor /usr/bin/editor' instead
300     of 'editor /usr/local/bin/vim'. Thanks for bugreport goes to
301     Jan-Pieter Jacobs!
302
303  -- Michael Prokop <mika@grml.org>  Sun, 20 May 2007 12:35:12 +0200
304
305 grml-etc (1.0.3) unstable; urgency=low
306
307   * Remove /usr/lib/cups/backend/pdf and
308     /usr/share/cups/model/PS2PDF.ppd - you should use cups-pdf
309     instead.
310
311  -- Michael Prokop <mika@grml.org>  Thu, 17 May 2007 11:37:25 +0200
312
313 grml-etc (1.0.2) unstable; urgency=low
314
315   * Update /etc/runlevel.conf.hdinstall and /etc/runlevel.conf.livecd
316     for the stable release.
317
318  -- Michael Prokop <mika@grml.org>  Wed, 16 May 2007 12:30:05 +0200
319
320 grml-etc (1.0.1) unstable; urgency=low
321
322   * Depend on grml-etc-core (>= 0.3).
323
324  -- Michael Prokop <mika@grml.org>  Sun, 13 May 2007 12:53:04 +0200
325
326 grml-etc (1.0.0) unstable; urgency=low
327
328   * New stable release, strike.
329
330  -- Michael Prokop <mika@grml.org>  Sun, 13 May 2007 12:23:39 +0200
331
332 grml-etc (0.9.23) unstable; urgency=low
333
334   * /etc/skel/.Xresources: use white for aterm*.background and
335     black for aterm*.foreground instead of black and lightgrey.
336     [Closes: issue210]
337
338  -- Michael Prokop <mika@grml.org>  Sat, 12 May 2007 12:50:46 +0200
339
340 grml-etc (0.9.22) unstable; urgency=low
341
342   * Add /etc/skel/.config/gtk-2.0/gtkfilechooser: this file defines,
343     that we want a more verbose Save-Dialog within GTK applications
344     like Firefox/Iceweasel. This fixes an very annoying flickering
345     problem within Save-Dialog, thanks for reporting to
346     Josef Teske!
347
348  -- Michael Prokop <mika@grml.org>  Fri, 11 May 2007 22:30:57 +0200
349
350 grml-etc (0.9.21) unstable; urgency=low
351
352   * /etc/runlevel.conf.hdinstall: re-add /etc/init.d/openafs-client.
353
354  -- Michael Prokop <mika@grml.org>  Thu,  3 May 2007 23:58:02 +0200
355
356 grml-etc (0.9.20) unstable; urgency=low
357
358   * Update /etc/runlevel.conf.hdinstall and /etc/runlevel.conf.livecd
359     (remove deprecated lvm, nscd, lpd and tftpd-hpa).
360
361  -- Michael Prokop <mika@grml.org>  Mon, 30 Apr 2007 09:50:36 +0200
362
363 grml-etc (0.9.19) unstable; urgency=low
364
365   * /etc/runlevel.conf.hdinstall: add /etc/init.d/zfs-fuse
366
367  -- Michael Prokop <mika@grml.org>  Sun, 29 Apr 2007 13:51:43 +0200
368
369 grml-etc (0.9.18) unstable; urgency=low
370
371   * /etc/runlevel.conf.hdinstall: add /etc/init.d/avahi-daemon
372
373  -- Michael Prokop <mika@grml.org>  Sat, 28 Apr 2007 20:51:50 +0200
374
375 grml-etc (0.9.17) unstable; urgency=low
376
377   * Fix typo in /etc/rcS.d/important_notice, thanks - nico.
378
379  -- Michael Prokop <mika@grml.org>  Sun, 15 Apr 2007 21:45:48 +0200
380
381 grml-etc (0.9.16) unstable; urgency=low
382
383   * Adjust /etc/inittab.small for use on grml-small and not just
384     for bootoption small.
385
386  -- Michael Prokop <mika@grml.org>  Sun, 15 Apr 2007 13:16:17 +0200
387
388 grml-etc (0.9.15) unstable; urgency=low
389
390   * Update /etc/runlevel.conf* to current package version and
391     selection.
392
393  -- Michael Prokop <mika@grml.org>  Sun, 15 Apr 2007 12:46:15 +0200
394
395 grml-etc (0.9.14) unstable; urgency=low
396
397   * Move windowmanager configuration files and idesk stuff
398     to package grml-desktop. Added package grml-desktop to
399     Suggests: therefore. This should simplify customization
400     of grml.
401   * Drop /etc/skel/.wmi as wmi is not supported anymore.
402
403  -- Michael Prokop <mika@grml.org>  Fri, 13 Apr 2007 18:13:37 +0200
404
405 grml-etc (0.9.13) unstable; urgency=low
406
407   * Rewrote /etc/init.d/grml-reboot and /etc/init.d/grml-halt:
408     now get rid of grml-sysvinit (strike!). [Closes: issue176]
409   * /etc/skel/.Xresources: use another blue for 'XTerm*color12'
410     so it should be better readable (thanks gebi).
411
412  -- Michael Prokop <mika@grml.org>  Sat, 31 Mar 2007 13:52:18 +0200
413
414 grml-etc (0.9.12) unstable; urgency=low
415
416   * Added /etc/skel/.idesktop/xterm-iso.lnk and updated irssi.lnk
417     to better fit on the screen.
418
419  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 20:01:09 +0100
420
421 grml-etc (0.9.11) unstable; urgency=low
422
423   * Update /etc/runlevel.conf.hdinstall and /etc/runlevel.conf.livecd.
424   * Change version schema from 'x.y-z' to 'x.y.z'.
425
426  -- Michael Prokop <mika@grml.org>  Mon, 12 Mar 2007 10:01:32 +0100
427
428 grml-etc (0.9-10) unstable; urgency=low
429
430   * Added /etc/skel/.channels, moved from package grml-etc-core.
431     - fix usage example in channels.conf-files
432
433  -- Michael Prokop <mika@grml.org>  Thu,  1 Mar 2007 15:01:23 +0100
434
435 grml-etc (0.9-9) unstable; urgency=low
436
437   * /etc/skel/.idesktop/irssi.lnk: run with LANG=en_US.iso885915
438     to avoid encoding problems with utf8 in IRC
439   * /etc/skel/.fluxbox/keys: map x-terminal-emulator in ISO mode
440     to Control Mod1 i
441
442  -- Michael Prokop <mika@grml.org>  Wed, 28 Feb 2007 09:54:50 +0100
443
444 grml-etc (0.9-8) unstable; urgency=low
445
446   * Add ToolTip.Caption to all the /etc/skel/.idesktop/*.lnk files.
447     Use LANG=en_US.iso885915 for aterm so the terminal works in
448     utf8 mode as well.
449
450  -- Michael Prokop <mika@grml.org>  Sat, 24 Feb 2007 15:14:24 +0100
451
452 grml-etc (0.9-7) unstable; urgency=low
453
454   * /etc/skel/.Xmodmap + /etc/skel/.Xmodmap.german: use 'currency'
455     instead of Eurosign; should fix the euro problem within xterm
456     in utf8 mode.
457
458  -- Michael Prokop <mika@grml.org>  Fri, 23 Feb 2007 00:00:51 +0100
459
460 grml-etc (0.9-6) unstable; urgency=low
461
462   * Add hint regarding customization to /etc/runlevel.conf.livecd*
463   * Adjust place of networking script (I hate package updates without
464     the relevant notes in the changelog) - networking should not live
465     at '35' only but at '40' as well, otherwise we have problems with
466     resolvconf at '38'. To fix the issue on your box without using
467     /etc/runlevel.conf.* of this package invoke:
468
469       update-rc.d -f networking remove
470       update-rc.d networking start 40 S . start 35 0 6 .
471
472  -- Michael Prokop <mika@grml.org>  Mon,  8 Jan 2007 16:36:49 +0100
473
474 grml-etc (0.9-5) unstable; urgency=low
475
476   * Replace all xterm commands in configuration files with
477     x-terminal-emulator. Notice: /etc/alternatives/x-terminal-emulator
478     should point to /usr/bin/lxterm which is a locale-sensitive wrapper
479     for xterm. So let's get ready for utf8 as default...
480
481  -- Michael Prokop <mika@grml.org>  Sat, 16 Dec 2006 16:52:27 +0100
482
483 grml-etc (0.9-4) unstable; urgency=low
484
485   * /etc/runlevel.conf.hdinstall: add /etc/init.d/farpd
486     and /etc/init.d/ipw3945d
487
488  -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 00:09:01 +0100
489
490 grml-etc (0.9-3) unstable; urgency=low
491
492   * /etc/runlevel.conf.hdinstall: add /etc/init.d/iscsi-target
493
494  -- Michael Prokop <mika@grml.org>  Mon, 27 Nov 2006 23:57:40 +0100
495
496 grml-etc (0.9-2) unstable; urgency=low
497
498   * /etc/runlevel.conf.hdinstall: adjust sendsigs initscript
499     as done by sysvinit (2.86.ds1-35).
500
501  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 22:24:07 +0100
502
503 grml-etc (0.9-1) unstable; urgency=low
504
505   * Update version number for new release, depend on
506     grml-scripts (>= 0.9), grml-etc-core (>= 0.2)
507   * Bumb Standard Version to 3.7.2, no further changes.
508
509  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 19:12:04 +0100
510
511 grml-etc (0.8-37) unstable; urgency=low
512
513   * Added /etc/skel/.lftprc - configuration file for lftp.
514     (Closes: issue16).
515
516  -- Michael Prokop <mika@grml.org>  Sat, 25 Nov 2006 21:26:56 +0100
517
518 grml-etc (0.8-36) unstable; urgency=low
519
520   * /etc/skel/.Xmodmap: use Caps_Lock for keycode 66, thanks for
521     the hint - wuehlmaus!
522
523  -- Michael Prokop <mika@grml.org>  Tue, 21 Nov 2006 16:58:16 +0100
524
525 grml-etc (0.8-35) unstable; urgency=low
526
527   * /etc/skel/.xinitrc: run 'setxkbmap "$XKEYBOARD"' and drop
528     "[ $XKEYBOARD == "de" ] ... modmap $HOME/.Xmodmap.german",
529     this should fix our deadkeys problem for lang=de* and support
530     additional languages as well.
531
532  -- Michael Prokop <mika@grml.org>  Tue, 14 Nov 2006 13:32:28 +0100
533
534 grml-etc (0.8-34) unstable; urgency=low
535
536   * /etc/skel/.kshrc: adjust header information, replace tabs
537
538  -- Michael Prokop <mika@grml.org>  Sun, 12 Nov 2006 11:58:43 +0100
539
540 grml-etc (0.8-33) unstable; urgency=low
541
542   * /etc/inittab.small: activate only two consoles by default and
543     some others via rungetty's --prompt option. Thanks for the
544     idea, Michael Schierl!
545
546  -- Michael Prokop <mika@grml.org>  Mon,  6 Nov 2006 23:20:41 +0100
547
548 grml-etc (0.8-32) unstable; urgency=low
549
550   * /etc/samba.conf: deactivate 'printer admin' and 'passdb ...'
551     lines so current samba works without any problems.
552   * debian/preinst: remove /etc/samba/smb.conf from diversions...
553
554  -- Michael Prokop <mika@grml.org>  Thu,  2 Nov 2006 21:02:22 +0100
555
556 grml-etc (0.8-31) unstable; urgency=low
557
558   * Activate mdadm[-raid] in /etc/runlevel.conf.hdinstall*.
559
560  -- Michael Prokop <mika@grml.org>  Thu,  2 Nov 2006 15:42:52 +0100
561
562 grml-etc (0.8-30) unstable; urgency=low
563
564   * Another cleanup of /etc/runlevel.conf.hdinstall.
565
566  -- Michael Prokop <mika@grml.org>  Wed,  1 Nov 2006 00:53:22 +0100
567
568 grml-etc (0.8-29) unstable; urgency=low
569
570   * /etc/runlevel.conf.hdinstall: move udev from 04 to 03, moved
571     dmraid from 03 to 04.
572
573  -- Michael Prokop <mika@grml.org>  Mon, 30 Oct 2006 22:19:42 +0100
574
575 grml-etc (0.8-28) unstable; urgency=low
576
577   * Added mplayer initscript to /etc/runlevel.conf.hdinstall.
578
579  -- Michael Prokop <mika@grml.org>  Thu, 26 Oct 2006 14:34:59 +0200
580
581 grml-etc (0.8-27) unstable; urgency=low
582
583   * Add iwatch to /etc/runlevel.conf.hdinstall.
584
585  -- Michael Prokop <mika@grml.org>  Mon, 23 Oct 2006 21:52:08 +0200
586
587 grml-etc (0.8-26) unstable; urgency=low
588
589   * Fix the symlink handling for
590     /etc/skel/.irssi/scripts/autorun/scriptassist.pl - use dh_link
591     instead.
592
593  -- Michael Prokop <mika@grml.org>  Wed, 18 Oct 2006 22:56:06 +0200
594
595 grml-etc (0.8-25) unstable; urgency=low
596
597   * Don't ship /etc/auto.master and /etc/automount.sh anymore.
598
599  -- Michael Prokop <mika@grml.org>  Wed, 18 Oct 2006 22:53:07 +0200
600
601 grml-etc (0.8-24) unstable; urgency=low
602
603   * Make sure we (un)divert /etc/skel/.zshrc only if diversion
604     is held by package grml-etc.
605
606  -- Michael Prokop <mika@grml.org>  Thu, 12 Oct 2006 17:39:19 +0200
607
608 grml-etc (0.8-23) unstable; urgency=low
609
610   * /etc/runlevel.conf.hdinstall: update to current grml's package selection
611     (updated/modified/added initscripts for: libnss-ldap, libnss-ldap,
612      codeville, reniced, kexec-load, aoetools, apcupsd, installation-report,
613      kexec)
614   * /etc/inittab.grml: use grml-iptstate instead of iptstate (due to
615     changes in upstream of iptstate which don't allow us to autostart
616     it), depend on grml-scripts (>= 0.8-24) therefore.
617
618  -- Michael Prokop <mika@grml.org>  Mon,  2 Oct 2006 23:28:17 +0200
619
620 grml-etc (0.8-22) unstable; urgency=low
621
622   * /etc/skel/.kshrc: updated corresponding to tests with wuehlmaus
623   * /etc/init.d/grml-reboot: run 'ln -snf /proc/mounts /etc/mtab'
624     only in live-cd mode
625
626  -- Michael Prokop <mika@grml.org>  Sat, 30 Sep 2006 11:03:53 +0200
627
628 grml-etc (0.8-21) unstable; urgency=low
629
630   * /etc/runlevel.conf*: move sendsigs to 37 as done with
631     sysvinit >=2.86.ds1-21.
632
633  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 16:42:27 +0200
634
635 grml-etc (0.8-20) unstable; urgency=low
636
637   * /etc/skel/.Xresources: applied nedit-stuff from
638     http://www.nedit.org/technotes/looks-1.php - thanks, Mark! 
639
640  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 23:10:48 +0200
641
642 grml-etc (0.8-19) unstable; urgency=low
643
644   * /etc/init.d/grml-home: check for user with UID 1000 and use
645     'chown $USER:' instead of 'chown grml.grml'.
646
647  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 16:36:15 +0200
648
649 grml-etc (0.8-18) unstable; urgency=low
650
651   * Added /etc/skel/.irbrc (configuration file for irb).
652   * /etc/skel/.kshrc: adjusted mailadress of wuehlmaus.
653
654  -- Michael Prokop <mika@grml.org>  Tue, 26 Sep 2006 10:29:16 +0200
655
656 grml-etc (0.8-17) unstable; urgency=low
657
658   * Add stunnel4 to /etc/runlevel.conf.hdinstall.
659   * Update /etc/locale.gen.grml.
660
661  -- Michael Prokop <mika@grml.org>  Fri, 22 Sep 2006 17:21:47 +0200
662
663 grml-etc (0.8-16) unstable; urgency=low
664
665   * Remove /etc/init.d/mydql from /etc/runlevel.conf.*.
666
667  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 16:54:25 +0200
668
669 grml-etc (0.8-15) unstable; urgency=low
670
671   * /etc/init.d/grml-reboot: move truecrypt code to an earlier
672     state in the reboot process.
673
674  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 15:04:23 +0200
675
676 grml-etc (0.8-14) unstable; urgency=low
677
678   * /etc/init.d/grml-reboot:
679     - added support for unmapping truecrypt volumes.
680     - use "log_end_msg $?" instead of
681       "foo && log_end_msg 0 || log_end_msg 1".
682
683  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 13:09:21 +0200
684
685 grml-etc (0.8-13) unstable; urgency=low
686
687   * Add resolv.conf to /etc/runlevel.conf.livecd and
688     /etc/runlevel.conf.hdinstall.
689
690  -- Michael Prokop <mika@grml.org>  Sat, 16 Sep 2006 12:42:38 +0200
691
692 grml-etc (0.8-12) unstable; urgency=low
693
694   * /etc/skel/.Xmodmap*: add add4 as Multi_key
695
696  -- Michael Prokop <mika@grml.org>  Fri, 15 Sep 2006 17:34:52 +0200
697
698 grml-etc (0.8-11) unstable; urgency=low
699
700   * Created extra package named grml-etc-core which contains
701     configuration files for zsh, vim and some more core files
702     meant for use on plain Debian (stable/testing/unstable)
703     system. Moved some "dpkg-divert"ed files to grml-etc-core,
704     if you notice any problems please inform me!
705   * Added NEWS entry to inform people about the move of files.
706   * Removed grml-firefox from Suggests.
707
708  -- Michael Prokop <mika@grml.org>  Tue, 12 Sep 2006 15:54:57 +0200
709
710 grml-etc (0.8-10) unstable; urgency=low
711
712   * /etc/runlevel.conf.hdinstall:
713     - added /etc/init.d/libnss-ldap, /etc/init.d/openbsd-inetd,
714       /etc/init.d/xend and /etc/init.d/xendomains
715     - removed /etc/init.d/inetd
716
717  -- Michael Prokop <mika@grml.org>  Mon, 11 Sep 2006 15:46:31 +0200
718
719 grml-etc (0.8-9) unstable; urgency=low
720
721   * /etc/zsh/zshrc:
722     - support "persistent history" via ~/.important_commands
723     - added check for symlink to cdrecord-alias.
724   * /etc/skel/.zshrc: put all stuff in vim's {{{-}}} environment.
725
726  -- Michael Prokop <mika@grml.org>  Thu,  7 Sep 2006 17:07:47 +0200
727
728 grml-etc (0.8-8) unstable; urgency=low
729
730   * /etc/zsh/zshrc: 'NOCOR=1 zsh' now also sets 'setopt nocorrect'.
731
732  -- Michael Prokop <mika@grml.org>  Thu,  7 Sep 2006 14:52:16 +0200
733
734 grml-etc (0.8-7) unstable; urgency=low
735
736   * Update /etc/runlevel.conf.hdinstall to current initscripts,
737     sysvinit,...
738
739  -- Michael Prokop <mika@grml.org>  Thu,  7 Sep 2006 11:36:32 +0200
740
741 grml-etc (0.8-6) unstable; urgency=low
742
743   * /etc/skel/.zshrc: upps, forgot to close wodep-function with '}'
744
745  -- Michael Prokop <mika@grml.org>  Tue,  5 Sep 2006 21:32:16 +0200
746
747 grml-etc (0.8-5) unstable; urgency=low
748
749   * /etc/skel/.asoundrc.example: added info regarding dmix
750   * /etc/skel/.zshrc: added function wodeb (thanks, wuehlmaus!)
751     and viless (based on Ulrich Dangel's blog entry, see
752     http://das.ist.mein.blog.und.der.spamt.net/), export
753     $JIKESPATH, added alias for cdrecord (check for wodim)
754
755  -- Michael Prokop <mika@grml.org>  Wed, 30 Aug 2006 18:45:09 +0200
756
757 grml-etc (0.8-4) unstable; urgency=low
758
759   * Updated /etc/skel/.kshrc according to request and contribution
760     of wuehlmaus, thanks!
761
762  -- Michael Prokop <mika@grml.org>  Sat, 26 Aug 2006 16:05:48 +0200
763
764 grml-etc (0.8-3) unstable; urgency=low
765
766   * Added one to /etc/wvdial.conf.umts.
767
768  -- Michael Prokop <mika@grml.org>  Fri, 11 Aug 2006 23:17:38 +0200
769
770 grml-etc (0.8-2) unstable; urgency=low
771
772   * Added some more examples to /etc/network/interfaces.examples.
773   * Added alias grml-rebuildfstab to /etc/zsh/zshrc.
774   * Ma[r]k /etc/skel/.config/rox.sourceforge.net/MIME-types/image as
775     executable.
776
777  -- Michael Prokop <mika@grml.org>  Fri, 11 Aug 2006 19:18:42 +0200
778
779 grml-etc (0.8-1) unstable; urgency=low
780
781   * Bumb version, grml 0.8 is coming closer...
782
783  -- Michael Prokop <mika@grml.org>  Fri, 11 Aug 2006 11:45:28 +0200
784
785 grml-etc (0.7-69) unstable; urgency=low
786
787   * /etc/skel/.zshrc: upps, forgot a "'" in last change.
788
789  -- Michael Prokop <mika@grml.org>  Thu, 10 Aug 2006 08:42:13 +0200
790
791 grml-etc (0.7-68) unstable; urgency=low
792
793   * /etc/skel/.zshrc: let's drop the
794     -o "PreferredAuthentications=keyboard-interactive" 
795     in insecssh causing problems in some situations like:
796     | Permission denied (publickey,password).
797
798  -- Michael Prokop <mika@grml.org>  Wed,  9 Aug 2006 21:11:59 +0200
799
800 grml-etc (0.7-67) unstable; urgency=low
801
802   * /etc/zsh/zshrc: check for
803     /usr/share/zsh/$ZSH_VERSION/functions/Zle/url-quote-magic
804
805  -- Michael Prokop <mika@grml.org>  Tue,  8 Aug 2006 12:10:08 +0200
806
807 grml-etc (0.7-66) unstable; urgency=low
808
809   * /etc/runlevel.conf.livecd: remove hibernate, as the message
810     "Clearing Software Suspend 2 signatures... " is quite confusing
811     (thanks for hint, Spida!)
812
813  -- Michael Prokop <mika@grml.org>  Mon,  7 Aug 2006 19:33:29 +0200
814
815 grml-etc (0.7-65) unstable; urgency=low
816
817   * /etc/skel/.zshrc: added function fir (firefox with new tab) and
818     updated man2() once more (thanks for contacting upstream,
819     wuehlmaus).
820   * /etc/zsh/zshrc: updated manzsh() (thanks, wuehlmaus).
821   * /etc/skel/.idesktop/wireshark.lnk: shrinked description...
822
823  -- Michael Prokop <mika@grml.org>  Sat,  5 Aug 2006 08:29:39 +0200
824
825 grml-etc (0.7-64) unstable; urgency=low
826
827   * Use checkbootparam instead of 'grep ... /proc/cmdline' in
828     /etc/init.d/bootsplash_start.sh and /etc/init.d/bootsplash_end.sh
829
830  -- Michael Prokop <mika@grml.org>  Fri,  4 Aug 2006 12:19:58 +0200
831
832 grml-etc (0.7-63) unstable; urgency=low
833
834   * /etc/zsh/zshrc: updated edfun function (thanks, wuehlmaus).
835   * Added /etc/skel/.config/rox.sourceforge.net/MIME-types/image
836     (thanks, gebi).
837   * /etc/zsh/zshenv: check for /etc/gentoo-release and source
838     /etc/profile.env then (thanks, Spida).
839   * /etc/skel/.zshrc: updated man2 (thanks, wuehlmaus).
840
841  -- Michael Prokop <mika@grml.org>  Fri,  4 Aug 2006 09:15:24 +0200
842
843 grml-etc (0.7-62) unstable; urgency=low
844
845   * /etc/runlevel.conf.hdinstall: updated again (via running all
846     postinst and some preinst scripts in a clean environment and
847     merging relevant stuff).
848
849  -- Michael Prokop <mika@grml.org>  Wed,  2 Aug 2006 20:21:12 +0200
850
851 grml-etc (0.7-61) unstable; urgency=low
852
853   * /etc/zsh/zshrc: support /etc/debian_chroot.
854
855  -- Michael Prokop <mika@grml.org>  Wed,  2 Aug 2006 18:12:36 +0200
856
857 grml-etc (0.7-60) unstable; urgency=low
858
859   * /etc/apt/sources.list.grml: updated to current status,
860     added several deb-src entries.
861   * /etc/skel/.zshrc: added "alias -g LL='|& less -r'", thanks
862     wuehlmaus!
863
864  -- Michael Prokop <mika@grml.org>  Tue,  1 Aug 2006 22:42:50 +0200
865
866 grml-etc (0.7-59) unstable; urgency=low
867
868   * Renamed /etc/skel/.idesktop/ethereal.lnk to
869     /etc/skel/.idesktop/wireshark.lnk and adjusted text and command
870     in the file as ethereal has been renamed to wireshark.
871
872  -- Michael Prokop <mika@grml.org>  Tue,  1 Aug 2006 11:13:55 +0200
873
874 grml-etc (0.7-58) unstable; urgency=low
875
876   * /etc/zsh/zshrc: added functions edalias (edit alias via zle)
877     and edfun (edit function via zle), thanks, Wuehlmaus!
878
879  -- Michael Prokop <mika@grml.org>  Tue,  1 Aug 2006 11:08:50 +0200
880
881 grml-etc (0.7-57) unstable; urgency=low
882
883   * /etc/skel/.zshrc: replaced ${(z)BROWSER} with ${=BROWSER} (thanks,
884     wuehlmaus).
885
886  -- Michael Prokop <mika@grml.org>  Thu, 27 Jul 2006 19:07:44 +0200
887
888 grml-etc (0.7-56) unstable; urgency=low
889
890   * source /etc/environment before sourcing /etc/default/locale
891     as the latter one is Debian's default now and supported
892     with grml-setlang.
893
894  -- Michael Prokop <mika@grml.org>  Thu, 27 Jul 2006 18:52:58 +0200
895
896 grml-etc (0.7-55) unstable; urgency=low
897
898   * /etc/runlevel.conf.hdinstall: added open-iscsi.
899
900  -- Michael Prokop <mika@grml.org>  Wed, 26 Jul 2006 21:15:53 +0200
901
902 grml-etc (0.7-54) unstable; urgency=low
903
904   * /etc/runlevel.conf.hdinstall: remove pcmciautils in runlevels
905     0 and 6.
906
907  -- Michael Prokop <mika@grml.org>  Tue, 25 Jul 2006 21:47:26 +0200
908
909 grml-etc (0.7-53) unstable; urgency=low
910
911   * Updated Start/Stop/Reload/Restart function in /etc/zsh/zshrc:
912     support $2 to allow something like 'Start openvpn vpnconfigname'
913     as well, thanks for hint - Kevin Krammer!
914
915  -- Michael Prokop <mika@grml.org>  Mon, 24 Jul 2006 22:55:17 +0200
916
917 grml-etc (0.7-52) unstable; urgency=low
918
919   * Updated /etc/init.d/firewall once again (thanks Gebi and Jimmy).
920
921  -- Michael Prokop <mika@grml.org>  Sat, 22 Jul 2006 10:01:04 +0200
922
923 grml-etc (0.7-51) unstable; urgency=low
924
925   * Also read-in /etc/default/locale in /etc/zsh/zshenv as
926     Debian decided not to touch /etc/environment anymore.
927   * Updated /etc/init.d/firewall - some cleanups, addons,
928     improved look'n'feel...
929
930  -- Michael Prokop <mika@grml.org>  Wed, 19 Jul 2006 20:15:44 +0200
931
932 grml-etc (0.7-50) unstable; urgency=low
933
934   * Added /etc/locale.gen.minimal (provide a common minimal setup
935     for german and english users) and updated /etc/locale.gen.grml.
936
937  -- Michael Prokop <mika@grml.org>  Wed, 19 Jul 2006 03:23:06 +0200
938
939 grml-etc (0.7-49) unstable; urgency=low
940
941   * Fixed very long line in /etc/skel/.zshrc.
942   * Removed deprecated /etc/init.d/ppp from
943     /etc/runlevel.conf.livecd and /etc/runlevel.conf.hdinstall,
944     added wpa-ifupdown, cryptdisks-early and linuxlogo.
945
946  -- Michael Prokop <mika@grml.org>  Mon, 10 Jul 2006 19:47:00 +0200
947
948 grml-etc (0.7-48) unstable; urgency=low
949
950   * Added osd.pl, queryresume.pl and screen_away.pl to
951     /etc/skel/.irssi/scripts/.
952   * Added /etc/policy-rc.d.conf and /etc/zg-policy-rc.d.conf
953     as configuration files for grml-policy-rc.d and
954     policyrcd-script-zg2.
955
956  -- Michael Prokop <mika@grml.org>  Fri,  7 Jul 2006 23:11:06 +0200
957
958 grml-etc (0.7-47) unstable; urgency=low
959
960   * /etc/vim/vimrc: activate "set background=dark"
961   * /etc/zsh/zshrc:
962     - activate url-quote-magic; set xterm-title via preexec() and precmd()
963     - set specific prompt when $GRML_CHROOT is set
964   * /etc/zsh/zshenv: set $HOME only in live-cd mode
965   * /etc/skel/.zshrc:
966     - updated alias man2, thanks to wuehlmaus and sqweek in #zsh.
967     - added alias getskypebeta (get beta version of skype)
968     - added alias check_dpkg_running (sudo dpkg_running)
969
970  -- Michael Prokop <mika@grml.org>  Mon, 26 Jun 2006 14:41:21 +0200
971
972 grml-etc (0.7-46) unstable; urgency=low
973
974   * /etc/runlevel.conf.hdinstall: updated 915resolution and added
975     ajaxterm
976
977  -- Michael Prokop <mika@grml.org>  Sat, 24 Jun 2006 10:03:30 +0200
978
979 grml-etc (0.7-45) unstable; urgency=low
980
981   * Added initscripts from package acpi-support to
982     /etc/runlevel.conf.hdinstall (run vbesave, disable other ones).
983   * /etc/apt/sources.list.grml: update nerim repos (new
984     URL debian-multimedia.org)
985
986  -- Michael Prokop <mika@grml.org>  Wed, 14 Jun 2006 18:40:44 +0200
987
988 grml-etc (0.7-44) unstable; urgency=low
989
990   * Added /etc/skel/.fvwm-crystal for new fvwm-crystal version,
991     adjusted for fvwm-crystal-minimal.
992   * /etc/skel/.fvwm[-crystal]/userconfig: added some more configuration
993   * /etc/skel/.Xresources: added presentation mode for terminals
994
995  -- Michael Prokop <mika@grml.org>  Mon, 12 Jun 2006 18:42:45 +0200
996
997 grml-etc (0.7-43) unstable; urgency=low
998
999   * Disable xauth call in /etc/skel/.xinitrc - let's see whether
1000     it breaks anything; using [xkg]dm with this command causes
1001     problems so let's try to skip it
1002   * /etc/wvdial.conf.umts: added entry for provider 3, contributed
1003     by Wolfgang Karall, thanks!
1004   * /etc/skel/.xsession: run ". ~/.xinitrc" instead of xterm.
1005
1006  -- Michael Prokop <mika@grml.org>  Mon, 12 Jun 2006 13:56:33 +0200
1007
1008 grml-etc (0.7-42) unstable; urgency=low
1009
1010   * /etc/zsh/zshenv: dropped the "if [[ -z "$PATH"..." check
1011     because /etc/profile might set $PATH already and therefore
1012     setting $PATH in zsh might fail then.
1013
1014  -- Michael Prokop <mika@grml.org>  Fri,  9 Jun 2006 23:43:04 +0200
1015
1016 grml-etc (0.7-41) unstable; urgency=low
1017
1018   * /etc/zsh/completion.d/iwconfig: updated for essid completion,
1019     thanks to Thomas Ulz!
1020
1021  -- Michael Prokop <mika@grml.org>  Thu,  8 Jun 2006 22:05:09 +0200
1022
1023 grml-etc (0.7-40) unstable; urgency=low
1024
1025   * /etc/skel/.vimrc: updated ci-stuff of vim7
1026   * /etc/skel/.zshrc: added debbugm (run "bts show --mbox $1").
1027   * /etc/zsh/completion.d/iwconfig: added support for completion
1028     of essid, contributed by Thomas Ulz - thanks. Needs some
1029     more work though.
1030
1031  -- Michael Prokop <mika@grml.org>  Mon,  5 Jun 2006 16:30:33 +0200
1032
1033 grml-etc (0.7-39) unstable; urgency=low
1034
1035   * Added /etc/zsh/completion.d/iwconfig to complete network
1036     devices supporting wireless extensions only. Thanks, Julius!
1037   * Deleted /etc/zsh/completion.d/pump and
1038     /etc/zsh/completion.d/dhclient as current zsh version ship
1039     the files as well.
1040   * Updated /etc/apt/sources.list.grml.
1041
1042  -- Michael Prokop <mika@grml.org>  Mon,  5 Jun 2006 00:32:53 +0200
1043
1044 grml-etc (0.7-38) unstable; urgency=low
1045
1046   * /etc/skel/.zshrc
1047     - updated function wikide as requested by Matthias Kopfermann.
1048     - added function exirename to rename jpg files based on their
1049       exif header using jhead
1050     - check whether compinit is already available before loading
1051       it, otherwise our own completion does not work anymore
1052   * /etc/runlevel.conf*: updated for /etc/init.d/bootlocal* stuff.
1053     /etc/runlevel.conf.livecd has been adapted to current
1054     /var/lib/dpkg/info/initscripts.postinst version.
1055   * /etc/zsh/zshenv: set PATH only if $PATH is empty or is "/bin:/usr/bin".
1056
1057  -- Michael Prokop <mika@grml.org>  Sun,  4 Jun 2006 15:07:16 +0200
1058
1059 grml-etc (0.7-37) unstable; urgency=low
1060
1061   * /etc/zsh/zshrc: use '-la' instead of '-lA' in la alias.
1062     Too confusing for human brains, sorry Matthias. :)
1063
1064  -- Michael Prokop <mika@grml.org>  Tue, 30 May 2006 00:10:05 +0200
1065
1066 grml-etc (0.7-36) unstable; urgency=low
1067
1068   * /etc/skel/.zshrc: support /.zshrc.global.
1069   * /etc/skel/.vimrc: improved vim7 section comments.
1070
1071  -- Michael Prokop <mika@grml.org>  Mon, 29 May 2006 12:58:36 +0200
1072
1073 grml-etc (0.7-35) unstable; urgency=low
1074
1075   * The "oh, btw - zsh rocks as well" update:
1076   * /etc/zsh/zshrc
1077     - added function zsh-help which prints useful information
1078       regarding zsh configuration/setup/....
1079     - added support for 'NOMENU=1 zsh' to disable menus in zsh at all;
1080       thanks to Julius Plenz for 'setopt no_auto_menu'. :)
1081   * /etc/skel/.zshrc:
1082     - load compinit even though we load it in /etc/zsh/zshrc as well,
1083       prevents errror when using /etc/skel/.zshrc only
1084     - replaced $BROWSER with ${(z)BROWSER} as requested by Matthias
1085       so we can provide something like BROWSER="dog --links".
1086     - set alias la to 'ls -Al' (we don't need the . and .. directories),
1087       again on request by Matthias
1088     - source ~/.zshrc.local if file is present so people can stay in
1089       sync with /etc/skel/.zshrc through a symlink to ~/.zshrc
1090
1091  -- Michael Prokop <mika@grml.org>  Sun, 28 May 2006 11:58:23 +0200
1092
1093 grml-etc (0.7-34) unstable; urgency=low
1094
1095   * The "vim 7 rocks" update:
1096     - 'set hidden' in /etc/vim/vimrc as I require undo to work
1097       even as root with multiple buffers
1098     - big update of /etc/skel/.vimrc with check for version7
1099       and appropriate configuration and even some cool tips
1100     - added /etc/skel/.vim/spellfile.add so we can add our own
1101       words to a spelling file
1102
1103  -- Michael Prokop <mika@grml.org>  Sun, 28 May 2006 01:20:46 +0200
1104
1105 grml-etc (0.7-33) unstable; urgency=low
1106
1107   * Deactivated the "Prepend/append register [/] to the paste if ^a^]
1108     is pressed." hack in /etc/grml/screenrc.
1109   * Added 'autoload promptinit ; promptinit' to /etc/zsh/zshrc as
1110     suggested by Matthias Kopfermann.
1111   * Source ~/.zshrc.global if file is present. This provides the feature
1112     to use /etc/zsh/zshrc in your $HOME as well.
1113   * Added /etc/skel/.kshrc as suggested by Matthias Kopfermann, thanks!
1114   * Added deactivated "print $'\e[?96;0;64c'" to /etc/skel/.zshrc, cool
1115     feature by Matthias Kopfermann, thanks!
1116   * Set $WRITE_ON_UDEV in /etc/zsh/zshenv to prevent people from
1117     confusion when running MAKEDEV on /dev provided by udev.
1118   * Let's try to use single click in /etc/skel/.ideskrc as some people
1119     are confused when pressing double click on *nix systems.
1120   * Removed $CURDIR occurencies in debian/rules.
1121
1122  -- Michael Prokop <mika@grml.org>  Sat, 27 May 2006 23:29:42 +0200
1123
1124 grml-etc (0.7-32) unstable; urgency=low
1125
1126   * Updated /etc/grml/screenrc_acpi to state of main screenrc.
1127   * Removed deprecated /etc/grml/zshrc, main configuration
1128     happens in /etc/zsh as usual.
1129
1130  -- Michael Prokop <mika@grml.org>  Sat, 27 May 2006 23:17:09 +0200
1131
1132 grml-etc (0.7-31) unstable; urgency=low
1133
1134   * Added keybindings for home/end for rxvt terminal.
1135   * Added *.deb completion for lintian to /etc/zsh/zshrc.
1136   * Added /etc/skel/.mrxvtrc.
1137
1138  -- Michael Prokop <mika@grml.org>  Sat, 27 May 2006 19:10:40 +0200
1139
1140 grml-etc (0.7-30) unstable; urgency=low
1141
1142   * Adjusted splash stuff in /etc/runlevel*.
1143   * Added /etc/init.d/bootsplash_end.sh and
1144     /etc/init.d/bootsplash_start.sh.
1145
1146  -- Michael Prokop <mika@grml.org>  Sat, 27 May 2006 14:46:28 +0200
1147
1148 grml-etc (0.7-29) unstable; urgency=low
1149
1150   * Added keybindings for Ctrl-<left|right-cursor> to
1151     /etc/skel/.fvwm/userconfig.
1152
1153  -- Michael Prokop <mika@grml.org>  Sun, 14 May 2006 21:43:10 +0200
1154
1155 grml-etc (0.7-28) unstable; urgency=low
1156
1157   * Fixed keycode 174 and 176 for Targus Presenter in Xmodmap files.
1158
1159  -- Michael Prokop <mika@grml.org>  Sun, 14 May 2006 15:58:29 +0200
1160
1161 grml-etc (0.7-27) unstable; urgency=low
1162
1163   * Added urxvt-style to /etc/skel/.Xresources.
1164   * Updated /etc/skel/.fvwm/userconfig and /etc/skel/.fluxbox/keys:
1165     execute xsay on action XF86AudioMedia
1166
1167  -- Michael Prokop <mika@grml.org>  Sun, 14 May 2006 15:00:32 +0200
1168
1169 grml-etc (0.7-26) unstable; urgency=low
1170
1171   * Added /etc/skel/.fvwm/userconfig.
1172   * Updated Xmodmap[.german] for use with Targus Presenter.
1173   * Updated /etc/skel/.fluxbox/keys: bind XF86Audio* and don't
1174     use full path for executables.
1175
1176  -- Michael Prokop <mika@grml.org>  Sun, 14 May 2006 02:51:03 +0200
1177
1178 grml-etc (0.7-25) unstable; urgency=low
1179
1180   * Added /etc/wvdial.conf.umts.
1181
1182  -- Michael Prokop <mika@grml.org>  Sun, 14 May 2006 02:00:58 +0200
1183
1184 grml-etc (0.7-24) unstable; urgency=low
1185
1186   * Removed xprint and cpudyn from and added powertweakd to
1187     /etc/runlevel.conf.hdinstall and /etc/runlevel.conf.livecd.
1188
1189  -- Michael Prokop <mika@grml.org>  Sat, 13 May 2006 19:15:44 +0200
1190
1191 grml-etc (0.7-23) unstable; urgency=low
1192
1193   * The 'now we have a long overrides to be lintian-clean' release.
1194   * Install /etc/grml_nocolors and /etc/grml_colors with permissions
1195     644.
1196
1197  -- Michael Prokop <mika@grml.org>  Fri, 12 May 2006 22:05:20 +0200
1198
1199 grml-etc (0.7-22) unstable; urgency=low
1200
1201   * Added /etc/lynx.cfg with SHOW_CURSOR:TRUE as suggested by
1202     Mario Lang.
1203
1204  -- Michael Prokop <mika@grml.org>  Fri, 12 May 2006 21:57:02 +0200
1205
1206 grml-etc (0.7-21) unstable; urgency=low
1207
1208   * Added /etc/rc{0..6}.d/ /etc/rcS.d directories with
1209     important_notice to inform users about file-rc.
1210
1211  -- Michael Prokop <mika@grml.org>  Fri, 12 May 2006 18:01:40 +0200
1212
1213 grml-etc (0.7-20) unstable; urgency=low
1214
1215   * Added vim (>= 7.0) to Recommends.
1216   * Updated /etc/vim/vimrc for use with vim 7.0.
1217
1218  -- Michael Prokop <mika@grml.org>  Fri, 12 May 2006 11:35:16 +0200
1219
1220 grml-etc (0.7-19) unstable; urgency=low
1221
1222   * Added /etc/skel/.fvwm for fvwm-crystal.
1223
1224  -- Michael Prokop <mika@grml.org>  Wed, 10 May 2006 23:55:33 +0200
1225
1226 grml-etc (0.7-18) unstable; urgency=low
1227
1228   * Added /etc/init.d/knockd to /etc/runlevel.conf.hdinstall.small
1229     and /etc/runlevel.conf.livecd.small.
1230
1231  -- Michael Prokop <mika@grml.org>  Sun,  7 May 2006 18:39:36 +0200
1232
1233 grml-etc (0.7-17) unstable; urgency=low
1234
1235   * /etc/skel/.zshrc: updated function debbug and alias medium.
1236     Added function limg (list images).
1237   * /etc/zsh/zshrc: add alias rd='rmdir' and alias md='mkdir'.
1238
1239  -- Michael Prokop <mika@grml.org>  Mon,  1 May 2006 16:39:05 +0200
1240
1241 grml-etc (0.7-16) unstable; urgency=low
1242
1243   * Remove the X11R6 from xinit/startx alias as they are available
1244     in /usr/bin/ now.
1245
1246  -- Michael Prokop <mika@grml.org>  Sun, 30 Apr 2006 13:37:47 +0200
1247
1248 grml-etc (0.7-15) unstable; urgency=low
1249
1250   * Check for nocolor in /proc/cmdline in /etc/init.d/grml-misc
1251     and source lsb-functions with RC_NOCOLOR=yes then.
1252
1253  -- Michael Prokop <mika@grml.org>  Sun, 30 Apr 2006 11:51:56 +0200
1254
1255 grml-etc (0.7-14) unstable; urgency=low
1256
1257   * Switch order of udev and mountdevsubfs.sh in
1258     /etc/runlevel.conf.livecd.small so error message
1259     'Mountpoint /dev/shm does not exist' disappears.
1260   * Move rmnologin from 20 to 99 in /etc/runlevel.conf.livecd
1261     as intended by postinst script of package initscripts.
1262
1263  -- Michael Prokop <mika@grml.org>  Fri, 28 Apr 2006 01:14:08 +0200
1264
1265 grml-etc (0.7-13) unstable; urgency=low
1266
1267   * Move some icons in ~/.idesktop/*.lnk so it better fitts for
1268     the LinuxUser release.
1269
1270  -- Michael Prokop <mika@grml.org>  Mon, 24 Apr 2006 23:49:52 +0200
1271
1272 grml-etc (0.7-12) unstable; urgency=low
1273
1274   * Updated font definition in fluxbox's default theme
1275     /etc/skel/.fluxbox/styles/Sn33z/theme.cfg
1276     as the font wasn't capable of display german umlauts.
1277     Thanks for reporting, Andreas Bohle!
1278
1279  -- Michael Prokop <mika@grml.org>  Fri, 21 Apr 2006 21:26:31 +0200
1280
1281 grml-etc (0.7-11) unstable; urgency=low
1282
1283   * /etc/zsh/zshenv: reworked language handling
1284
1285  -- Michael Prokop <mika@grml.org>  Fri, 21 Apr 2006 15:30:09 +0200
1286
1287 grml-etc (0.7-10) unstable; urgency=low
1288
1289   * /etc/zsh/completion.d/grml-lang: complete 'us' instead of 'en'.
1290
1291  -- Michael Prokop <mika@grml.org>  Wed, 19 Apr 2006 10:33:26 +0200
1292
1293 grml-etc (0.7-9) unstable; urgency=low
1294
1295   * Added dbus and apt-index-watcher to /etc/runlevel.conf.hdinstall
1296     and /etc/runlevel.conf.livecd.
1297
1298  -- Michael Prokop <mika@grml.org>  Sun, 16 Apr 2006 12:03:04 +0200
1299
1300 grml-etc (0.7-8) unstable; urgency=low
1301
1302   * Adjusted /etc/runlevel.conf.livecd.small and
1303     /etc/runlevel.conf.hdinstall.small as well (removed not present
1304     initscripts from runlevel.conf).
1305
1306  -- Michael Prokop <mika@grml.org>  Sun, 16 Apr 2006 11:47:13 +0200
1307
1308 grml-etc (0.7-7) unstable; urgency=low
1309
1310   * Adjust /etc/runlevel.conf.hdinstall and /etc/runlevel.conf.livecd
1311     for current package selection (remove not present init scripts
1312     from runlevel.conf).
1313
1314  -- Michael Prokop <mika@grml.org>  Sun, 16 Apr 2006 11:43:17 +0200
1315
1316 grml-etc (0.7-6) unstable; urgency=low
1317
1318   * Don't source /etc/sysconfig/i18n but /etc/environment via
1319     /etc/zsh/zshenv.
1320
1321  -- Michael Prokop <mika@grml.org>  Sat,  8 Apr 2006 14:27:25 +0200
1322
1323 grml-etc (0.7-5) unstable; urgency=low
1324
1325   * Use white color in /etc/skel/.xinitrc for osd_cat.
1326
1327  -- Michael Prokop <mika@grml.org>  Fri,  7 Apr 2006 12:06:29 +0200
1328
1329 grml-etc (0.7-4) unstable; urgency=low
1330
1331   * It's grml-shlib and not grmlsh-lib. Adjusted depends.
1332     Thanks, Gebi.
1333
1334  -- Michael Prokop <mika@grml.org>  Fri,  7 Apr 2006 09:41:27 +0200
1335
1336 grml-etc (0.7-3) unstable; urgency=low
1337
1338   * Added /etc/grml_nocolors (thanks for hint, Gebi).
1339
1340  -- Michael Prokop <mika@grml.org>  Fri,  7 Apr 2006 00:15:59 +0200
1341
1342 grml-etc (0.7-2) unstable; urgency=low
1343
1344   * Remove initscripts grml-halt and grml-reboot from runlevels 0
1345     and 6 in /etc/runlevel.conf.hdinstall.
1346
1347  -- Michael Prokop <mika@grml.org>  Thu,  6 Apr 2006 18:05:50 +0200
1348
1349 grml-etc (0.7-1) unstable; urgency=low
1350
1351   * New grml version! Hurray!
1352
1353  -- Michael Prokop <mika@grml.org>  Thu,  6 Apr 2006 16:15:08 +0200
1354
1355 grml-etc (0.6-28) unstable; urgency=low
1356
1357   * Don't bind XF86Audio* keys by default in /etc/skel/.fluxbox/keys.
1358
1359  -- Michael Prokop <mika@grml.org>  Thu,  6 Apr 2006 12:21:23 +0200
1360
1361 grml-etc (0.6-27) unstable; urgency=low
1362
1363   * Don't run dmraid and multipath-tools-boot by default on harddisk
1364     installations.
1365
1366  -- Michael Prokop <mika@grml.org>  Wed,  5 Apr 2006 23:08:05 +0200
1367
1368 grml-etc (0.6-26) unstable; urgency=low
1369
1370   * Adjust color for grml 0.7 wallpaper in /etc/skel/.ideskrc
1371
1372  -- Michael Prokop <mika@grml.org>  Wed,  5 Apr 2006 16:54:09 +0200
1373
1374 grml-etc (0.6-25) unstable; urgency=low
1375
1376   * Updated /etc/apt/sources.list.grml.
1377
1378  -- Michael Prokop <mika@grml.org>  Sun,  2 Apr 2006 20:46:01 +0200
1379
1380 grml-etc (0.6-24) unstable; urgency=low
1381
1382   * Let's increase HISTSIZE and SAVEHIST in /etc/zsh/zsrc when
1383     not running in live-cd mode.
1384
1385  -- Michael Prokop <mika@grml.org>  Thu, 30 Mar 2006 00:59:26 +0200
1386
1387 grml-etc (0.6-23) unstable; urgency=low
1388
1389   * Oops, arranging windows with "Control Mod1 f" conflicts with
1390     running firefox. Changed it to "Control Mod1 a" therefore.
1391
1392  -- Michael Prokop <mika@grml.org>  Sun, 26 Mar 2006 15:05:48 +0200
1393
1394 grml-etc (0.6-22) unstable; urgency=low
1395
1396   * Updated /etc/skel/.fluxbox/keys.
1397
1398  -- Michael Prokop <mika@grml.org>  Thu, 23 Mar 2006 12:13:59 +0100
1399
1400 grml-etc (0.6-21) unstable; urgency=low
1401
1402   * Added alias swspeak to /etc/zsh/zshrc so software synth.
1403     works with zsh as well.
1404
1405  -- Michael Prokop <mika@grml.org>  Mon, 13 Mar 2006 17:53:20 +0100
1406
1407 grml-etc (0.6-20) unstable; urgency=low
1408
1409   * Don't print "Please remove CD..." if booting with 'toram'
1410     option. Thanks for suggestion, Benjamin Bock!
1411   * Added 'OK' to "/etc/init.d/rc #" text.
1412   * Updated /etc/runlevel.conf.hdinstall and
1413     /etc/runlevel.conf.hdinstall.small corresponding to current
1414     /var/lib/dpkg/info/initscripts.postinst version.
1415
1416  -- Michael Prokop <mika@grml.org>  Sun, 12 Mar 2006 22:45:45 +0100
1417
1418 grml-etc (0.6-19) unstable; urgency=low
1419
1420   * Don't use the F11/F12 keys by default in GNU screen as it
1421     conflicts for example with vim's toggle-paste keybinding.
1422
1423  -- Michael Prokop <mika@grml.org>  Sat, 11 Mar 2006 00:00:07 +0100
1424
1425 grml-etc (0.6-18) unstable; urgency=low
1426
1427   * Use mountkernfs.sh and mountdevsubfs.sh in
1428     /etc/runlevel.conf.livecd.small.
1429   * Added 'setopt nobeep' to /etc/zsh/zshrc.
1430
1431  -- Michael Prokop <mika@grml.org>  Fri, 10 Mar 2006 16:22:25 +0100
1432
1433 grml-etc (0.6-17) unstable; urgency=low
1434
1435   * Updated /etc/grml/screenrc, use the function keys F11 and F12
1436     to cycle backwards/forwards in the list of existing windows.
1437     Contributed by Spida, thx!
1438
1439  -- Michael Prokop <mika@grml.org>  Sun,  5 Mar 2006 17:12:01 +0100
1440
1441 grml-etc (0.6-16) unstable; urgency=low
1442
1443   * Don't use 'vim -X' as editor because 'esc-e' of zsh and
1444     visudo don't like that (thanks for hint, Spida!).
1445
1446  -- Michael Prokop <mika@grml.org>  Mon, 27 Feb 2006 15:19:10 +0100
1447
1448 grml-etc (0.6-15) unstable; urgency=low
1449
1450   * Don't source /etc/sysconfig/grml anymore in /etc/zsh/zshenv.
1451     Source /etc/sysconfig/i18n only if $LANG is not set already.
1452   * Removed the grml-lang alias in /etc/zsh/zshrc as the script
1453     grml-setlang has been renamed to grml-lang.
1454
1455  -- Michael Prokop <mika@grml.org>  Sat, 25 Feb 2006 17:57:08 +0100
1456
1457 grml-etc (0.6-14) unstable; urgency=low
1458
1459   * Use grml-lock as gkrellshoot's xlock_cmd in
1460     /etc/skel/.gkrellm2/user-config.
1461
1462  -- Michael Prokop <mika@grml.org>  Thu, 23 Feb 2006 16:06:50 +0100
1463
1464 grml-etc (0.6-13) unstable; urgency=low
1465
1466   * Add mpt-statusd and speech-dispatcher to
1467     /etc/runlevel.conf.hdinstall.
1468   * Fixed typo in listchars in /etc/skel/.vimrc.
1469   * Updated /etc/apt/sources.list.grml.
1470
1471  -- Michael Prokop <mika@grml.org>  Thu, 23 Feb 2006 12:26:28 +0100
1472
1473 grml-etc (0.6-12) unstable; urgency=low
1474
1475   * Modified listchars setting for tab in /etc/skel/.vimrc.
1476
1477  -- Michael Prokop <mika@grml.org>  Wed, 22 Feb 2006 17:19:48 +0100
1478
1479 grml-etc (0.6-11) unstable; urgency=low
1480
1481   * Export QTDIR if directory is present (required for
1482     Robocup project).
1483
1484  -- Michael Prokop <mika@grml.org>  Tue, 21 Feb 2006 20:00:43 +0100
1485
1486 grml-etc (0.6-10) unstable; urgency=low
1487
1488   * Updated /etc/skel/.gkrellm2/user-config, use battery plugin
1489     by default. Closes: #19
1490
1491  -- Michael Prokop <mika@grml.org>  Sun, 19 Feb 2006 20:20:01 +0100
1492
1493 grml-etc (0.6-9) unstable; urgency=low
1494
1495   * Don't check for set $HISTFILE, $HISTSIZE and $SAVEHIST - just
1496     set it. Otherwise zsh history does not work as expected.
1497   * Changed 'checkBootParam' in /etc/init.d/grml-reboot to simple
1498     grep command so we don't depend on grml-shlib currently.
1499   * Updated /etc/skel/.fluxbox/keys, added some key bindings.
1500
1501  -- Michael Prokop <mika@grml.org>  Sat, 18 Feb 2006 17:48:10 +0100
1502
1503 grml-etc (0.6-8) unstable; urgency=low
1504
1505   * Big update of zsh setup via /etc/zsh/zshrc:
1506     - improved detection of ssh hashing in known_hosts file
1507     - don't do *any* error correction on rm and mv commands
1508     - some cleanups, ordering,...
1509     - updated completion system
1510
1511  -- Michael Prokop <mika@grml.org>  Thu, 16 Feb 2006 00:40:28 +0100
1512
1513 grml-etc (0.6-7) unstable; urgency=low
1514
1515   * Added function smart-indent to /etc/skel/.zshrc.
1516   * Adjusted keymapping for firefox in fluxbox via
1517     /etc/skel/.fluxbox/keys - use ctrl-alt-f instead of alt-f.
1518   * Don't set list by default for vim.
1519   * Fix the '/etc/grml/sh-lib: line 622: `force-reloadService': not
1520     valid identifier' problem through not sourcing /etc/grml/sh-lib
1521     in /etc/init.d/grml-reboot.
1522
1523  -- Michael Prokop <mika@grml.org>  Sat, 11 Feb 2006 21:51:23 +0100
1524
1525 grml-etc (0.6-6) unstable; urgency=low
1526
1527   * Updated /etc/runlevel.conf.livecd and /etc/runlevel.conf.hdinstall
1528     corresponding to latest sysvinit package.
1529
1530  -- Michael Prokop <mika@grml.org>  Sat, 11 Feb 2006 01:19:56 +0100
1531
1532 grml-etc (0.6-5) unstable; urgency=low
1533
1534   * Don't correct anything in rm command (/etc/zsh/zshrc).
1535   * Don't use mountvirtfs in /etc/runlevel.conf* anymore by default.
1536   * Updated listchars setting /etc/vim/vimrc (improve copy/paste).
1537
1538  -- Michael Prokop <mika@grml.org>  Fri, 10 Feb 2006 23:24:38 +0100
1539
1540 grml-etc (0.6-4) unstable; urgency=low
1541
1542   * Added mmake function to /etc/skel/.zshrc (taken from strcat).
1543
1544  -- Michael Prokop <mika@grml.org>  Fri, 27 Jan 2006 21:00:20 +0100
1545
1546 grml-etc (0.6-3) unstable; urgency=low
1547
1548   * Updated /etc/runlevel.conf.hdinstall.small. Fixes the
1549     '/etc/init.d/grml-reboot and /etc/init.d/grml-halt are executed
1550     twice on reboot/halt on hard disk installations' problem.
1551
1552  -- Michael Prokop <mika@grml.org>  Tue, 24 Jan 2006 23:40:57 +0100
1553
1554 grml-etc (0.6-2) unstable; urgency=low
1555
1556   * Added alias screen to /etc/zsh/zshrc.
1557   * Fixed missing '$' in $UID check.
1558
1559  -- Michael Prokop <mika@grml.org>  Sun, 22 Jan 2006 14:55:32 +0100
1560
1561 grml-etc (0.6-1) unstable; urgency=low
1562
1563   * The 'hey, get your winterschlapfn' release.
1564   * Adjusted getskype function in /etc/skel/.zshrc.
1565
1566  -- Michael Prokop <mika@grml.org>  Sat, 21 Jan 2006 13:06:12 +0100
1567
1568 grml-etc (0.5-50) unstable; urgency=low
1569
1570   * Add osd_cat overlay text to /etc/skel/.xinitrc.
1571
1572  -- Michael Prokop <mika@grml.org>  Fri, 20 Jan 2006 15:49:56 +0100
1573
1574 grml-etc (0.5-49) unstable; urgency=low
1575
1576   * Updated alsa-utils in /etc/runlevel.conf.hdinstall.
1577   * Added /etc/init.d/rc-support to /etc/init.d/grml-reboot.
1578   * Use wm-ng as default window manager.
1579
1580  -- Michael Prokop <mika@grml.org>  Fri, 20 Jan 2006 10:32:13 +0100
1581
1582 grml-etc (0.5-48) unstable; urgency=low
1583
1584   * Start ssh by default on hd-installation.
1585
1586  -- Michael Prokop <mika@grml.org>  Thu, 19 Jan 2006 09:51:26 +0100
1587
1588 grml-etc (0.5-47) unstable; urgency=low
1589
1590   * Added alias insecssh to /etc/skel/.zshrc (thanks, Gebi!).
1591
1592  -- Michael Prokop <mika@grml.org>  Mon, 16 Jan 2006 18:02:30 +0100
1593
1594 grml-etc (0.5-46) unstable; urgency=low
1595
1596   * Adjusted /etc/apt/sources.list.grml.
1597
1598  -- Michael Prokop <mika@grml.org>  Sat, 14 Jan 2006 23:56:11 +0100
1599
1600 grml-etc (0.5-45) unstable; urgency=low
1601
1602   * Upps, fixed missing '.install' in function getskype in
1603     /etc/skel/.zshrc. Updated function getgizmo as well, as it
1604     requires gconf2-common and libgconf2-4 now.
1605   * Updated /etc/runlevel* because bluez-utils is bluetooth now.
1606
1607  -- Michael Prokop <mika@grml.org>  Fri, 13 Jan 2006 21:10:41 +0100
1608
1609 grml-etc (0.5-44) unstable; urgency=low
1610
1611   * Adjusted path for directory skype in getskype function in
1612     /etc/skel/.zshrc.
1613   * Added keybinding to switch resolution via xrandr to 1024x768,
1614     mapped to 'Control Mod1 d' to /etc/skel/.fluxbox/keys.
1615
1616  -- Michael Prokop <mika@grml.org>  Thu, 12 Jan 2006 22:51:56 +0100
1617
1618 grml-etc (0.5-43) unstable; urgency=low
1619
1620   * Use orange as cursor color in x-terminals to avoid problems with
1621     dialog interfaces.
1622
1623  -- Michael Prokop <mika@grml.org>  Thu, 12 Jan 2006 21:26:04 +0100
1624
1625 grml-etc (0.5-42) unstable; urgency=low
1626
1627   * Fixed usage info text of function git-get-diff in /etc/skel/.zshrc.
1628   * Added git-get-plaindiff (thanks, tklauser!).
1629
1630  -- Michael Prokop <mika@grml.org>  Mon,  9 Jan 2006 22:27:12 +0100
1631
1632 grml-etc (0.5-41) unstable; urgency=low
1633
1634   * Added functions git-get-commit and git-get-diff to /etc/skel/.zshrc.
1635   * Added irssi idesktop icon.
1636
1637  -- Michael Prokop <mika@grml.org>  Mon,  9 Jan 2006 22:14:52 +0100
1638
1639 grml-etc (0.5-40) unstable; urgency=low
1640
1641   * Oh, /etc/skel/.Xresources had one line containing '#' instead
1642     of '!' for a comment.
1643   * Set 'XTerm*utf8: 0' in /etc/skel/.Xresources to fix terminal
1644     problems of xterm with zsh.
1645
1646  -- Michael Prokop <mika@grml.org>  Sun,  8 Jan 2006 15:37:18 +0100
1647
1648 grml-etc (0.5-39) unstable; urgency=low
1649
1650   * Updated runlevel.conf for proftp and postgresql-8.1.
1651
1652  -- Michael Prokop <mika@grml.org>  Thu,  5 Jan 2006 18:53:44 +0100
1653
1654 grml-etc (0.5-38) unstable; urgency=low
1655
1656   * Adjust path to xterm in /etc/skel/.xsession and /etc/skel/.pekwm/menu
1657     as starting with xterm 204-0pre1 it does not reside in /usr/X11R6/bin
1658     anymore but in /usr/bin.
1659   * Use specific xterm font settings in fluxbox when pressing alt-t,
1660     alt-escape still uses the default grml xterm of course.
1661   * Added alias semifont to /etc/skel/.zshrc.
1662
1663  -- Michael Prokop <mika@grml.org>  Thu,  5 Jan 2006 11:00:36 +0100
1664
1665 grml-etc (0.5-37) unstable; urgency=low
1666
1667   * Run x-terminal-emulator in fluxbox when pressing alt-t.
1668
1669  -- Michael Prokop <mika@grml.org>  Wed,  4 Jan 2006 14:36:52 +0100
1670
1671 grml-etc (0.5-36) unstable; urgency=low
1672
1673   * Don't start apcupsd in runlevel 1.
1674   * Added (deactivated) secvpnmon entry to /etc/inittab.grml.
1675
1676  -- Michael Prokop <mika@grml.org>  Tue,  3 Jan 2006 22:32:07 +0100
1677
1678 grml-etc (0.5-35) unstable; urgency=low
1679
1680   * Deactivate (comment) 'term linux' in /etc/grml/screenrc as
1681     it breaks dialog interface withing GNU screen.
1682
1683  -- Michael Prokop <mika@grml.org>  Sun,  1 Jan 2006 14:08:27 +0100
1684
1685 grml-etc (0.5-34) unstable; urgency=low
1686
1687   * Switched log_* to e* in /etc/init.d/grml-misc.
1688
1689  -- Michael Prokop <mika@grml.org>  Sun,  1 Jan 2006 13:49:08 +0100
1690
1691 grml-etc (0.5-33) unstable; urgency=low
1692
1693   * Run 'su -s /bin/sh ...' to prevent startup of the new
1694     zsh/newuser module (provided starting with zsh 4.3.0-dev-2-1).
1695
1696  -- Michael Prokop <mika@grml.org>  Thu, 29 Dec 2005 14:56:19 +0100
1697
1698 grml-etc (0.5-32) unstable; urgency=low
1699
1700   * It's Filename and not Frlename in /etc/zsh/zshrc.
1701
1702  -- Michael Prokop <mika@grml.org>  Wed, 28 Dec 2005 20:52:30 +0100
1703
1704 grml-etc (0.5-31) unstable; urgency=low
1705
1706   * Use 'vim -X' as $EDITOR in /etc/zsh/zshrc.
1707
1708  -- Michael Prokop <mika@grml.org>  Tue, 27 Dec 2005 16:57:36 +0100
1709
1710 grml-etc (0.5-30) unstable; urgency=low
1711
1712   * Fix the screen.linux terminal problem of GNU screen (thanks,
1713     Wolfgang Karall!) in /etc/grml/screenrc.
1714
1715  -- Michael Prokop <mika@grml.org>  Thu, 22 Dec 2005 12:40:06 +0100
1716
1717 grml-etc (0.5-29) unstable; urgency=low
1718
1719   * Updated /etc/apt/sources.list.grml for 22c3 release.
1720
1721  -- Michael Prokop <mika@grml.org>  Wed, 21 Dec 2005 22:43:19 +0100
1722
1723 grml-etc (0.5-28) unstable; urgency=low
1724
1725   * Added getgizmo and adjusted getskype and getxlite in
1726     /etc/skel/.zshrc.
1727
1728  -- Michael Prokop <mika@grml.org>  Tue, 20 Dec 2005 18:32:25 +0100
1729
1730 grml-etc (0.5-27) unstable; urgency=low
1731
1732   * Adjust Xresources for x-terminal-emulator (use same settings
1733     as for xterm).
1734
1735  -- Michael Prokop <mika@grml.org>  Tue, 20 Dec 2005 01:04:18 +0100
1736
1737 grml-etc (0.5-26) unstable; urgency=low
1738
1739   * Added function 'getxlite' to /etc/skel/.zshrc (get
1740     x-lite voip software).
1741   * Added function 'getskype' to /etc/skel/.zshrc (get
1742     skype debian package and adjust dependencies).
1743   * Don't use 'alias ls' in /etc/skel/.zshrc and /etc/zsh/zshrc
1744     at the same time, define it in /etc/zsh/zshrc only.
1745   * Some small improvements and checks in zsh setup so config
1746     is usable on e.g. FreeBSD as well.
1747
1748  -- Michael Prokop <mika@grml.org>  Sun, 18 Dec 2005 16:27:15 +0100
1749
1750 grml-etc (0.5-25) unstable; urgency=low
1751
1752   * Removed highlighting settings in /etc/skel/.vimrc so
1753     we don't use bold colors by default anymore.
1754
1755  -- Michael Prokop <mika@grml.org>  Sun, 18 Dec 2005 13:20:02 +0100
1756
1757 grml-etc (0.5-24) unstable; urgency=low
1758
1759   * Updated /etc/runlevel.conf.hdinstall
1760     - added all initscripts (/etc/init.d/*)
1761     - deactivated all the ones not really necessary on clean grml2hd
1762       installation
1763     - important: activate cryptdisks by default
1764
1765  -- Michael Prokop <mika@grml.org>  Sat, 17 Dec 2005 21:58:03 +0100
1766
1767 grml-etc (0.5-23) unstable; urgency=low
1768
1769   * Set gps=true (thanks, Timo Boettcher!) and waypoint_essid=false
1770     in kismet.conf.
1771   * Added zsh completion for dhclient and pump (thanks, Feh!).
1772
1773  -- Michael Prokop <mika@grml.org>  Fri, 16 Dec 2005 00:37:55 +0100
1774
1775 grml-etc (0.5-22) unstable; urgency=low
1776
1777   * Moved grml-tips related stuff to package grml-tips.
1778
1779  -- Michael Prokop <mika@grml.org>  Sun, 11 Dec 2005 22:24:04 +0100
1780
1781 grml-etc (0.5-21) unstable; urgency=low
1782
1783   * Updated info text of grml-tips.
1784   * Initial version of grml-tips-file.
1785
1786  -- Michael Prokop <mika@grml.org>  Sat, 10 Dec 2005 16:53:45 +0100
1787
1788 grml-etc (0.5-20) unstable; urgency=low
1789
1790   * Added function grml-tips to zshrc.
1791   * Added /etc/grml/grml_tips (currently empty).
1792   * Added support for /etc/zsh/completion.d and moved special
1793     completion stuff from zshrc to /etc/zsh/completion.d/.
1794
1795  -- Michael Prokop <mika@grml.org>  Sat, 10 Dec 2005 11:13:23 +0100
1796
1797 grml-etc (0.5-19) unstable; urgency=low
1798
1799   * Fixed command line in /etc/skel/.idesktop/grmlconfiguser.lnk.
1800   * Updated /etc/init.d/grml-reboot (added sync to make sure filesystem
1801     is "ok" on hd-installations, thx gebi!).
1802
1803  -- Michael Prokop <mika@grml.org>  Tue,  6 Dec 2005 14:59:12 +0100
1804
1805 grml-etc (0.5-18) unstable; urgency=low
1806
1807   * Updated gkrellm2-config (activated gkrellshot).
1808   * Updated idesk-setup (added grml-config*).
1809
1810  -- Michael Prokop <mika@grml.org>  Mon,  5 Dec 2005 12:30:27 +0100
1811
1812 grml-etc (0.5-17) unstable; urgency=low
1813
1814   * Added alias for 855resolution if 915resolution is present (not everyone
1815     knows 915resolution already - drop a messages therefor).
1816
1817  -- Michael Prokop <mika@grml.org>  Sat,  3 Dec 2005 12:38:04 +0100
1818
1819 grml-etc (0.5-16) unstable; urgency=low
1820
1821   * Updated /etc/runlevel.conf*-files:
1822     - merged order from grml-large to grml-small
1823     - activate networking and module-init-tools
1824
1825  -- Michael Prokop <mika@grml.org>  Thu,  1 Dec 2005 11:12:05 +0100
1826
1827 grml-etc (0.5-15) unstable; urgency=low
1828
1829   * Suggest grml-shlib in debian/control, sh-lib does not exist anymore.
1830
1831  -- Michael Prokop <mika@grml.org>  Wed, 30 Nov 2005 00:48:07 +0100
1832
1833 grml-etc (0.5-14) unstable; urgency=low
1834
1835   * Updated /etc/skel/.zshrc and /etc/grml/screenrc for integration
1836     of ip-screen in GNU screen.
1837   * Update /etc/apt/sources.list.grml.
1838
1839  -- Michael Prokop <mika@grml.org>  Wed, 30 Nov 2005 00:14:16 +0100
1840
1841 grml-etc (0.5-13) unstable; urgency=low
1842
1843   * Updated /etc/apt/sources.lists.
1844
1845  -- Michael Prokop <mika@grml.org>  Sat, 26 Nov 2005 20:10:43 +0100
1846
1847 grml-etc (0.5-12) unstable; urgency=low
1848
1849   * Added bindkey '\ei' menu-complete and bindkey "^Os" sudo-command-line
1850     to /etc/zsh/zshrc. Activate setopt auto_pushd (important for function
1851     'd' defined in /etc/skel/.zshrc).
1852   * Added function 'd' for fast directory switching to /etc/skel/.zshrc.
1853
1854  -- Michael Prokop <mika@grml.org>  Sun, 20 Nov 2005 17:35:26 +0100
1855
1856 grml-etc (0.5-11) unstable; urgency=low
1857
1858   * Adjust initscript for new postgresql version (8.1).
1859
1860  -- Michael Prokop <mika@grml.org>  Wed, 16 Nov 2005 17:12:19 +0100
1861
1862 grml-etc (0.5-10) unstable; urgency=low
1863
1864   * added environment variable NOCOR to zshrc so you can
1865     deactivate "error completion" in zsh.
1866   * added rehash hack for new installed programs to zshrc.
1867
1868  -- Michael Prokop <mika@grml.org>  Sun, 13 Nov 2005 17:04:05 +0100
1869
1870 grml-etc (0.5-9) unstable; urgency=low
1871
1872   * Let's use colors in /etc/init.d/grml-misc.
1873
1874  -- Michael Prokop <mika@grml.org>  Sat, 12 Nov 2005 20:33:30 +0100
1875
1876 grml-etc (0.5-8) unstable; urgency=low
1877
1878   * Updated /etc/runlevel.conf*.
1879
1880  -- Michael Prokop <mika@grml.org>  Sat, 12 Nov 2005 20:29:37 +0100
1881
1882 grml-etc (0.5-7) unstable; urgency=low
1883
1884   * Updated /etc/inittab.grml for use with new login settings (no
1885     w3m anymore by default but zsh-login).
1886   * Updated /etc/init.d/grml-misc.
1887
1888  -- Michael Prokop <mika@grml.org>  Thu, 10 Nov 2005 23:27:48 +0100
1889
1890 grml-etc (0.5-6) unstable; urgency=low
1891
1892   * Updated init-script grml-reboot to support script 'noprompt'.
1893
1894  -- Michael Prokop <mika@grml.org>  Thu, 10 Nov 2005 23:23:28 +0100
1895
1896 grml-etc (0.5-5) unstable; urgency=low
1897
1898   * Added function urlencode (RFC 2396 URL encoding in Z-Shell)
1899     to /etc/skel/.zshrc
1900
1901  -- Michael Prokop <mika@grml.org>  Sun,  6 Nov 2005 23:35:51 +0100
1902
1903 grml-etc (0.5-4) unstable; urgency=low
1904
1905   * Set 'Background.File: /usr/share/grml/desktop.jpg' and
1906    'Background.Mode: Scale' in /etc/skel/.ideskrc
1907
1908  -- Michael Prokop <mika@grml.org>  Fri,  4 Nov 2005 16:01:16 +0100
1909
1910 grml-etc (0.5-3) unstable; urgency=low
1911
1912   * Remove old fluxbox config and use the new one instead.
1913   * Updated gkrellm2 config.
1914
1915  -- Michael Prokop <mika@grml.org>  Thu,  3 Nov 2005 17:18:29 +0100
1916
1917 grml-etc (0.5-2) unstable; urgency=low
1918
1919   * Added skeleton files for idesk.
1920   * Adjusted /etc/skel/.xinitrc
1921   * Adjusted /etc/skel/.gkrellm2
1922
1923  -- Michael Prokop <mika@grml.org>  Thu,  3 Nov 2005 15:38:07 +0100
1924
1925 grml-etc (0.5-1) unstable; urgency=low
1926
1927   * Bump version number for grml 0.5.
1928
1929  -- Michael Prokop <mika@grml.org>  Sun, 23 Oct 2005 19:23:44 +0200
1930
1931 grml-etc (0.4-56) unstable; urgency=low
1932
1933   * Added /etc/init.d/ifupdown-clean and /etc/init.d/ifupdown to
1934     /etc/runlevel.conf.*.
1935
1936  -- Michael Prokop <mika@grml.org>  Sun, 23 Oct 2005 16:42:09 +0200
1937
1938 grml-etc (0.4-55) unstable; urgency=low
1939
1940   * Ok, moving a diversion to another package sucks that awfull
1941     that someone has to pay me to do this...
1942
1943  -- Michael Prokop <mika@grml.org>  Fri, 21 Oct 2005 17:26:59 +0200
1944
1945 grml-etc (0.4-54) unstable; urgency=low
1946
1947   * Moved /etc/init.d/postgresql-8.0 to package grml-fixes.
1948
1949  -- Michael Prokop <mika@grml.org>  Fri, 21 Oct 2005 14:14:23 +0200
1950
1951 grml-etc (0.4-53) unstable; urgency=low
1952
1953   * Added function doc to /etc/skel/.zshrc, inspired by
1954     http://www.livejournal.com/users/go_team_ari/9790.html
1955
1956  -- Michael Prokop <mika@grml.org>  Fri, 21 Oct 2005 00:15:49 +0200
1957
1958 grml-etc (0.4-52) unstable; urgency=low
1959
1960   * Updated /etc/init.d/grml-home - important fix for bootparam
1961     home=/dev/ice.
1962
1963  -- Michael Prokop <mika@grml.org>  Tue, 18 Oct 2005 21:46:40 +0200
1964
1965 grml-etc (0.4-51) unstable; urgency=low
1966
1967   * Updated man2 function in /etc/skel/.zshrc.
1968   * Updated /etc/vim/vimrc for usage with vim64. If you are using
1969     an older version of vim and notice problems with syntax
1970     highlighting adjust the runtime-path in this file.
1971
1972  -- Michael Prokop <mika@grml.org>  Sat, 15 Oct 2005 12:28:56 +0200
1973
1974 grml-etc (0.4-50) unstable; urgency=low
1975
1976   * Added /etc/resolv.conf.template - a list of free available DNS-servers.
1977
1978  -- Michael Prokop <mika@grml.org>  Tue, 11 Oct 2005 20:11:52 +0200
1979
1980 grml-etc (0.4-49) unstable; urgency=low
1981
1982   * Updated /etc/runlevel* for default usage of cron and postfix
1983     on harddisk installations.
1984
1985  -- Michael Prokop <mika@grml.org>  Sun,  9 Oct 2005 17:20:24 +0200
1986
1987 grml-etc (0.4-48) unstable; urgency=low
1988
1989   * Added /etc/X11/windowlab/windowlab.menurc.
1990   * Added $MAIL to /etc/zsh/zshrc (fixes ion3-issues...) Also "export"
1991     $EDITOR and $SHELL.
1992
1993  -- Michael Prokop <mika@grml.org>  Sun,  9 Oct 2005 13:02:56 +0200
1994
1995 grml-etc (0.4-47) unstable; urgency=low
1996
1997   * Added (not yet activated) failsafe entry to /etc/skel/.xinitrc.
1998   * Removed zsh completion for grml-x as it is provided in
1999     /etc/zsh/grml-x.completion by package grml-x.
2000
2001  -- Michael Prokop <mika@grml.org>  Sat,  8 Oct 2005 22:52:17 +0200
2002
2003 grml-etc (0.4-46) unstable; urgency=low
2004
2005   * Added '-nousb' to zsh-completion of grml-x in /etc/zsh/zshrc.
2006
2007  -- Michael Prokop <mika@grml.org>  Wed,  5 Oct 2005 22:51:16 +0200
2008
2009 grml-etc (0.4-45) unstable; urgency=low
2010
2011   * Updated /etc/zsh/zshrc: use 'NOPRECMD=1 zsh' to disable prexec
2012     and precmd functions which update screen-title.
2013     Also added alias similar to startx for xinit to avoid use of
2014     xinit on live-cd if /etc/X11/xorg.conf is not yet present.
2015   * Removed root-command in /etc/skel/.fluxbox/styles/grml/theme.cfg
2016     as wallpaper is set in ~/.xinitrc already.
2017
2018  -- Michael Prokop <mika@grml.org>  Wed,  5 Oct 2005 19:13:21 +0200
2019
2020 grml-etc (0.4-44) unstable; urgency=low
2021
2022   * Added /etc/locale.gen.grml
2023
2024  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 00:46:48 +0200
2025
2026 grml-etc (0.4-43) unstable; urgency=low
2027
2028   * Added zsh completion for '-noddc' of grml-x.
2029
2030  -- Michael Prokop <mika@grml.org>  Fri, 30 Sep 2005 13:12:38 +0200
2031
2032 grml-etc (0.4-42) unstable; urgency=low
2033
2034   * Updated "Shutting down..."-sequence in /etc/init.d/grml-reboot.
2035
2036  -- Michael Prokop <mika@grml.org>  Wed, 28 Sep 2005 23:57:11 +0200
2037
2038 grml-etc (0.4-41) unstable; urgency=low
2039
2040   * Added 'ch' to supported values of zsh completion of grml-lang
2041     in /etc/zsh/zshrc.
2042   * Added function swiki to /etc/skel/.zshrc (thanks, wuehlmaus!).
2043
2044  -- Michael Prokop <mika@grml.org>  Sat, 24 Sep 2005 23:28:48 +0200
2045
2046 grml-etc (0.4-40) unstable; urgency=low
2047
2048   * Added /etc/runlevel.conf.livecd, /etc/runlevel.conf.livecd.small,
2049     /etc/runlevel.conf.hdinstall.small and /etc/runlevel.conf.hdinstall
2050     as we now use file-rc instead of sysv-rc.
2051
2052  -- Michael Prokop <mika@grml.org>  Fri, 23 Sep 2005 18:56:49 +0200
2053
2054 grml-etc (0.4-39) unstable; urgency=low
2055
2056   * Updated completion for grml-x.
2057
2058  -- Michael Prokop <mika@grml.org>  Thu, 22 Sep 2005 16:16:39 +0200
2059
2060 grml-etc (0.4-38) unstable; urgency=low
2061
2062   * Updated /etc/apt/sources.list.grml.
2063
2064  -- Michael Prokop <mika@grml.org>  Wed, 21 Sep 2005 22:59:00 +0200
2065
2066 grml-etc (0.4-37) unstable; urgency=low
2067
2068   * Updated /etc/init.d/grml-reboot for usage with debian's sysvinit.
2069
2070  -- Michael Prokop <mika@grml.org>  Tue, 20 Sep 2005 00:32:20 +0200
2071
2072 grml-etc (0.4-36) unstable; urgency=low
2073
2074   * Added /etc/skel/.signature
2075   * Added /etc/skel/.fluxbox/styles/Sn33z
2076   * Added new and empty directory /etc/skel/News
2077
2078  -- Michael Prokop <mika@grml.org>  Sun, 18 Sep 2005 23:01:34 +0200
2079
2080 grml-etc (0.4-35) unstable; urgency=low
2081
2082   * Added /etc/motd.
2083
2084  -- Michael Prokop <mika@grml.org>  Fri, 16 Sep 2005 23:08:06 +0200
2085
2086 grml-etc (0.4-34) unstable; urgency=low
2087
2088   * Removed /etc/init.d/hotplug-light.
2089
2090  -- Michael Prokop <mika@grml.org>  Fri, 16 Sep 2005 18:14:37 +0200
2091
2092 grml-etc (0.4-33) unstable; urgency=low
2093
2094   * Added some nice ideas of zshrc of Joey Hess to /etc/skel/.zshrc.
2095   * Some small addons on /etc/zsh/zshrc.
2096
2097  -- Michael Prokop <mika@grml.org>  Fri, 16 Sep 2005 17:53:19 +0200
2098
2099 grml-etc (0.4-32) unstable; urgency=low
2100
2101   * Added "Conflicts: smbconf-pfeifle".
2102   * Bumbed Standards-Version to 3.6.2.
2103   * Added /usr/lib/cups/backend/pdf and /usr/share/cups/model/PS2PDF.ppd
2104     based on package smbconf-pfeifle by Klaus Knopper <knoppix@knopper.net>
2105     and Kurt Pfeifle <pfeifle@danka.de>.
2106
2107  -- Michael Prokop <mika@grml.org>  Sun, 11 Sep 2005 12:46:37 +0200
2108
2109 grml-etc (0.4-31) unstable; urgency=low
2110
2111   * Added /etc/samba/smb.conf (thanks for performance tip, Andi Krennmair!).
2112
2113  -- Michael Prokop <mika@grml.org>  Sun, 11 Sep 2005 12:25:08 +0200
2114
2115 grml-etc (0.4-30) unstable; urgency=low
2116
2117   * Added /etc/pcmcia/wlan-ng.conf.
2118
2119  -- Michael Prokop <mika@grml.org>  Sun, 11 Sep 2005 11:49:08 +0200
2120
2121 grml-etc (0.4-29) unstable; urgency=low
2122
2123   * Added mapping ',e' and ',l' to /etc/skel/.vimrc.
2124   * Updated /etc/apt/sources.list.grml
2125
2126  -- Michael Prokop <mika@grml.org>  Thu,  1 Sep 2005 15:05:37 +0200
2127
2128 grml-etc (0.4-28) unstable; urgency=low
2129
2130   * Updated /etc/init.d/postgresql-8.0 (use $VERSION and not '8.0').
2131
2132  -- Michael Prokop <mika@grml.org>  Tue, 30 Aug 2005 10:24:58 +0200
2133
2134 grml-etc (0.4-27) unstable; urgency=low
2135
2136   * Added mapping via F7 for handling x-clipboard via xclip to
2137     /etc/skel/.vimrc.
2138
2139  -- Michael Prokop <mika@grml.org>  Fri, 26 Aug 2005 10:53:58 +0200
2140
2141 grml-etc (0.4-26) unstable; urgency=low
2142
2143   * Deactivated 'setopt NO_clobber' in /etc/zsh/zshrc, it's
2144     confusing to many users, especially in /proc-filesystem.
2145
2146  -- Michael Prokop <mika@grml.org>  Wed, 17 Aug 2005 22:19:07 +0200
2147
2148 grml-etc (0.4-25) unstable; urgency=low
2149
2150   * Switched from $LOGNAME to 'export HOME=/home/$USER' because
2151     of problems with rungetty and autologin.
2152
2153  -- Michael Prokop <mika@grml.org>  Sun, 14 Aug 2005 14:28:08 +0200
2154
2155 grml-etc (0.4-24) unstable; urgency=low
2156
2157   * Added /etc/kismet/kismet.conf (providing some more examples).
2158
2159  -- Michael Prokop <mika@grml.org>  Wed, 10 Aug 2005 14:01:58 +0200
2160
2161 grml-etc (0.4-23) unstable; urgency=low
2162
2163   * Added /etc/skel/.asoundrc.example (contains example for usage
2164     with dmix for direct mixing of multiple streams).
2165
2166  -- Michael Prokop <mika@grml.org>  Mon,  8 Aug 2005 23:00:57 +0200
2167
2168 grml-etc (0.4-22) unstable; urgency=low
2169
2170   * Modified /etc/init.d/grml-reboot for usage with script noeject.
2171
2172  -- Michael Prokop <mika@grml.org>  Mon,  8 Aug 2005 21:10:00 +0200
2173
2174 grml-etc (0.4-21) unstable; urgency=low
2175
2176   * Renamed function 'leo' to 'oleo' in /etc/skel/.zshrc as leo
2177     is a separate program now.
2178   * Updated /etc/grml/screenrc_acpi (renamed acpi-screen
2179     to 'yacpi -t').
2180
2181  -- Michael Prokop <mika@grml.org>  Sun,  7 Aug 2005 21:44:36 +0200
2182
2183 grml-etc (0.4-20) unstable; urgency=low
2184
2185   * Added /etc/skel/.xsession.
2186
2187  -- Michael Prokop <mika@grml.org>  Sun, 31 Jul 2005 18:29:30 +0200
2188
2189 grml-etc (0.4-19) unstable; urgency=low
2190
2191   * Updated /etc/apt/sources.list.grml
2192   * Added /etc/network/interfaces.examples
2193   * Another try to remove /usr/X11R6/lib/X11/xkb/rules/, now it
2194     should be really fixed upstream. 8-)
2195
2196  -- Michael Prokop <mika@grml.org>  Sun, 31 Jul 2005 11:22:41 +0200
2197
2198 grml-etc (0.4-18) unstable; urgency=low
2199
2200   * Updated /etc/skel/.zsrhc (function suidfind) [thanks, Feh!].
2201   * Improved symlink-handling in debian/rules.
2202
2203  -- Michael Prokop <mika@grml.org>  Tue, 26 Jul 2005 19:44:49 +0200
2204
2205 grml-etc (0.4-17) unstable; urgency=low
2206
2207   * Added /etc/exports.grml
2208   * Added /etc/init.d/postgresql-8.0
2209
2210  -- Michael Prokop <mika@grml.org>  Tue, 26 Jul 2005 10:43:20 +0200
2211
2212 grml-etc (0.4-16) unstable; urgency=low
2213
2214   * Let's readd /usr/X11R6/lib/X11/xkb/rules/, should fix the
2215     non-working ctrl-alt-f# again.
2216
2217  -- Michael Prokop <mika@grml.org>  Thu, 21 Jul 2005 19:27:59 +0200
2218
2219 grml-etc (0.4-15) unstable; urgency=low
2220
2221   * Fix permissions of /etc/mgetty/*.
2222
2223  -- Michael Prokop <mika@grml.org>  Sat, 16 Jul 2005 11:32:29 +0200
2224
2225 grml-etc (0.4-14) unstable; urgency=low
2226
2227   * Some cleanups in debian/rules.
2228   * Removed empty directory /usr/X11R6/lib/X11/xkb/rules/,
2229     should be fixed upstream.
2230
2231  -- Michael Prokop <mika@grml.org>  Wed, 13 Jul 2005 20:58:39 +0200
2232
2233 grml-etc (0.4-13) unstable; urgency=low
2234
2235   * Added files which have been fixed without being packaged
2236     till now.
2237
2238  -- Michael Prokop <mika@grml.org>  Mon, 11 Jul 2005 01:28:41 +0200
2239
2240 grml-etc (0.4-12) unstable; urgency=low
2241
2242   * Added '-nodpms' to zsh's completion of grml-x.
2243
2244  -- Michael Prokop <mika@grml.org>  Sat,  9 Jul 2005 19:57:50 +0200
2245
2246 grml-etc (0.4-11) unstable; urgency=low
2247
2248   * Updated /etc/apt/sources.list.grml.
2249
2250  -- Michael Prokop <mika@grml.org>  Sat,  9 Jul 2005 19:24:37 +0200
2251
2252 grml-etc (0.4-10) unstable; urgency=low
2253
2254   * Updated /etc/inittab.* for use with mgetty.
2255
2256  -- Michael Prokop <mika@grml.org>  Tue,  5 Jul 2005 01:07:50 +0200
2257
2258 grml-etc (0.4-9) unstable; urgency=low
2259
2260   * Added dillo and eterm to Recommends (for xinitrc).
2261
2262  -- Michael Prokop <mika@grml.org>  Sat, 25 Jun 2005 13:20:24 +0200
2263
2264 grml-etc (0.4-8) unstable; urgency=low
2265
2266   * Added /etc/skel/.hardcopy (for GNU screen's hardcopy-feature).
2267   * Added /etc/inittab.small.
2268   * Updated /etc/apt/sources.list.grml.
2269   * Removed /etc/skel/.mozilla - it's provided in a separate package
2270     from now on: grml-firefox.
2271   * Removed /etc/grml/lsb-functions to package grml-autoconfig.
2272
2273  -- Michael Prokop <mika@grml.org>  Sat, 25 Jun 2005 00:29:16 +0200
2274
2275 grml-etc (0.4-7) unstable; urgency=low
2276
2277   * Added function dmoz to /etc/skel/.zshrc [thanks, wuehlmaus!].
2278
2279  -- Michael Prokop <mika@grml.org>  Thu, 23 Jun 2005 10:46:54 +0200
2280
2281 grml-etc (0.4-6) unstable; urgency=low
2282
2283   * Removed /etc/init.d/grml-autoconfig and put it in it's own package called
2284     grml-autoconfig.
2285   * Added functions dwicti and ewicti to /etc/skel/.zshrc [thanks, wuehlmaus!].
2286
2287  -- Michael Prokop <mika@grml.org>  Sun,  5 Jun 2005 18:50:42 +0200
2288
2289 grml-etc (0.4-5) unstable; urgency=low
2290
2291   * Removed smcup from /etc/skel/.terminfo/mostlike.txt and updated terminfo
2292     file [thanks, wuehlmaus!].
2293   * Updated /etc/zsh/zshrc - added $MYLESS to check for ~/.terminfo [thanks for
2294     help, wuehlmaus!].
2295
2296  -- Michael Prokop <mika@grml.org>  Tue, 31 May 2005 15:28:52 +0200
2297
2298 grml-etc (0.4-4) unstable; urgency=low
2299
2300   * Added aliases fbmplayer (:= cmplayer) and fblinks to /etc/skel/.zshrc
2301     [thanks, wuehlmaus!].
2302
2303  -- Michael Prokop <mika@grml.org>  Wed, 25 May 2005 00:02:34 +0200
2304
2305 grml-etc (0.4-3) unstable; urgency=low
2306
2307   * Removed grml-x-related stuff, placed it in package grml-x.
2308
2309  -- Michael Prokop <mika@grml.org>  Tue, 24 May 2005 00:01:40 +0200
2310
2311 grml-etc (0.4-2) unstable; urgency=low
2312
2313   * Updated function mcd in /etc/skel/.zshrc [thanks, Feh!].
2314   * Updated /etc/apt/sources.list.grml.
2315
2316  -- Michael Prokop <mika@grml.org>  Sun, 22 May 2005 14:43:14 +0200
2317
2318 grml-etc (0.4-1) unstable; urgency=low
2319
2320   * We have a new release.
2321
2322  -- Michael Prokop <mika@grml.org>  Mon,  9 May 2005 14:45:31 +0200
2323
2324 grml-etc (0.3-40) unstable; urgency=low
2325
2326   * Updated /etc/init.d/grml-autoconfig and /etc/grml/lsb-functions.
2327
2328  -- Michael Prokop <mika@grml.org>  Mon,  9 May 2005 09:21:25 +0200
2329
2330 grml-etc (0.3-39) unstable; urgency=low
2331
2332   * Fixed $PAGER in /etc/skel/.zshrc.
2333   * Updated pekwm config (adjusted for pekwm-cvs.deb).
2334   * Updated /etc/init.d/grml-reboot, /etc/init.d/grml-autoconfig
2335     and /etc/apt/sources.list.grml.
2336
2337  -- Michael Prokop <mika@grml.org>  Sun,  8 May 2005 23:17:54 +0200
2338
2339 grml-etc (0.3-38) unstable; urgency=low
2340
2341   * Several fixes in /etc/skel/.zshrc and /etc/zsh/zshrc (merged with grml
2342     zsh refcard).
2343
2344  -- Michael Prokop <mika@grml.org>  Sun,  8 May 2005 20:43:35 +0200
2345
2346 grml-etc (0.3-37) unstable; urgency=low
2347
2348   * Updated /etc/skel/.zshrc (improved sudo-setup) and /etc/zsh/zshrc
2349     (improved also sudo-setup).
2350
2351  -- Michael Prokop <mika@grml.org>  Sun,  8 May 2005 12:41:21 +0200
2352
2353 grml-etc (0.3-36) unstable; urgency=low
2354
2355   * Adjusted xset in /etc/skel/.xinitrc.
2356   * Updated /etc/zsh/zshrc (use alias su only on grml-cd).
2357   * Added theme pwm_beos-pekwm-0.1.4pre1 to /etc/skel/.pekwm/themes (requires
2358     latest pekwm-build) [thanks, marcel!].
2359
2360  -- Michael Prokop <mika@grml.org>  Sat,  7 May 2005 12:11:02 +0200
2361
2362 grml-etc (0.3-35) unstable; urgency=low
2363
2364   * Added class light to /etc/skel/.Xresources (use via 'xterm -name light').
2365   * Added file /etc/skel/.xlocktext.
2366   * Added keybinding for xsay to /etc/skel/.fluxbox/keys [thanks, nico!].
2367   * Added keybinding for xsay to /etc/skel/.pekwm/keys [thanks, nico!].
2368   * Cleaned up /etc/skel/.mozilla.
2369
2370  -- Michael Prokop <mika@grml.org>  Fri,  6 May 2005 00:54:28 +0200
2371
2372 grml-etc (0.3-34) unstable; urgency=low
2373
2374   * Added /etc/skel/.w3m/config.
2375   * Updated /etc/skel/.Xresources (added rxvt + aterm properties).
2376   * Updated /etc/skel/.vimrc (added pastetoggle - f11)
2377
2378  -- Michael Prokop <mika@grml.org>  Mon,  2 May 2005 18:44:46 +0200
2379
2380 grml-etc (0.3-33) unstable; urgency=low
2381
2382   * Added simple fbset-completion to /etc/zsh/zshrc.
2383   * Added /etc/grml/lsb-functions.
2384   * Updated /etc/init.d/grml-reboot und /etc/init.d/grml-autoconfig.
2385   * Removed /etc/grml/sh-lib-0.1 [gebi provides it as a debian-package].
2386
2387  -- Michael Prokop <mika@grml.org>  Mon,  2 May 2005 12:09:53 +0200
2388
2389 grml-etc (0.3-32) unstable; urgency=low
2390
2391   * Added /etc/vim/vimrc.
2392
2393  -- Michael Prokop <mika@grml.org>  Mon, 25 Apr 2005 22:55:58 +0200
2394
2395 grml-etc (0.3-31) unstable; urgency=low
2396
2397   * Moved global aliases from /etc/zsh/zshrc to /etc/skel/.zshrc.
2398   * Use alias for startx only when running from CD and if file
2399     /etc/X11/xorg.conf does not exist.
2400   * Removed /etc/skel/.qt-directory.
2401
2402  -- Michael Prokop <mika@grml.org>  Mon, 25 Apr 2005 18:31:46 +0200
2403
2404 grml-etc (0.3-30) unstable; urgency=low
2405
2406   * Added .jackdrc to /etc/skel/.
2407   * Added "some useful commands often hard to remember" to /etc/skel/.zshrc.
2408
2409  -- Michael Prokop <mika@grml.org>  Sun, 24 Apr 2005 23:17:59 +0200
2410
2411 grml-etc (0.3-29) unstable; urgency=low
2412
2413   * Added color-completion in /etc/zsh/zshrc.
2414
2415  -- Michael Prokop <mika@grml.org>  Sun, 24 Apr 2005 19:23:19 +0200
2416
2417 grml-etc (0.3-28) unstable; urgency=low
2418
2419   * zsh function google should use 'num=100' as default (in
2420     /etc/skel/.zshrc).
2421   * Updated /etc/apt/sources.list.grml
2422
2423  -- Michael Prokop <mika@grml.org>  Sat, 23 Apr 2005 14:19:23 +0200
2424
2425 grml-etc (0.3-27) unstable; urgency=low
2426
2427   * Added compdef for /etc/init.d/-stuff to /etc/zsh/zshrc [thanks,
2428     wuehlmaus!].
2429   * Moved debian-aliases from /etc/skel/.zshrc to /etc/zsh/zshrc.
2430   * Updated manzsh-funtion in /etc/zsh/zshrc [thanks, wuehlmaus!].
2431
2432  -- Michael Prokop <mika@grml.org>  Fri, 22 Apr 2005 14:20:26 +0200
2433
2434 grml-etc (0.3-26) unstable; urgency=low
2435
2436   * Fixed wrong path in /etc/skel/.wmi/actions.conf.
2437
2438  -- Michael Prokop <mika@grml.org>  Thu, 21 Apr 2005 12:30:21 +0200
2439
2440 grml-etc (0.3-25) unstable; urgency=low
2441
2442   * Integrated xsay into wmi (bound to ctrl-alt-v). Added key-
2443     bindings for firefox (alt+f2) and xterm-screen (alt+f1).
2444   * Updated /etc/init.d/grml-autoconfig.
2445
2446  -- Michael Prokop <mika@grml.org>  Wed, 20 Apr 2005 22:42:46 +0200
2447
2448 grml-etc (0.3-24) unstable; urgency=low
2449
2450   * Added the following files from package xfree86-common
2451     so we can remove the package but still have working x.org
2452     (which requires some xfree86-files):
2453
2454      /etc/X11/Xresources/xfree86-common
2455      /etc/X11/Xsession.d/20xfree86-common_process-args
2456      /etc/X11/Xsession.d/30xfree86-common_xresources
2457      /etc/X11/Xsession.d/50xfree86-common_determine-startup
2458      /etc/X11/Xsession.d/90xfree86-common_ssh-agent
2459      /etc/X11/Xsession.d/99xfree86-common_start
2460      /etc/init.d/xfree86-common
2461
2462  -- Michael Prokop <mika@grml.org>  Wed, 20 Apr 2005 01:03:05 +0200
2463
2464 grml-etc (0.3-23) unstable; urgency=low
2465
2466   * Updated /etc/skel/.Xmodmap[german].
2467   * Removed cdpath from /etc/zsh/zshrc.
2468
2469  -- Michael Prokop <mika@grml.org>  Tue, 19 Apr 2005 23:45:13 +0200
2470
2471 grml-etc (0.3-22) unstable; urgency=low
2472
2473   * Updated /etc/init.d/grml-reboot (improve output when running grml on
2474     harddisk).
2475
2476  -- Michael Prokop <mika@grml.org>  Tue, 19 Apr 2005 15:19:37 +0200
2477
2478 grml-etc (0.3-21) unstable; urgency=low
2479
2480   * Added /etc/init.d-function [thanks, wuehlmaus and Julius!].
2481
2482  -- Michael Prokop <mika@grml.org>  Tue, 19 Apr 2005 13:53:06 +0200
2483
2484 grml-etc (0.3-20) unstable; urgency=low
2485
2486   * Added /usr/X11R6/lib/X11/xkb/rules/xorg*-files.
2487   * Added /etc/skel/.Xmodmap.german and added xmodmap for 'de'
2488     to /etc/skel/.xinitrc.
2489
2490  -- Michael Prokop <mika@grml.org>  Tue, 19 Apr 2005 11:20:42 +0200
2491
2492 grml-etc (0.3-19) unstable; urgency=low
2493
2494   * Added DISTCC_HOSTS to /etc/zsh/zshenv [thanks, gebi!].
2495
2496  -- Michael Prokop <mika@grml.org>  Mon, 18 Apr 2005 23:03:34 +0200
2497
2498 grml-etc (0.3-18) unstable; urgency=low
2499
2500   * Added function manzsh to /etc/zsh/zshrc [thanks, wuehlmaus!].
2501   * Added nostart-completion for grml-x in /etc/zsh/zshrc.
2502
2503  -- Michael Prokop <mika@grml.org>  Sun, 17 Apr 2005 20:01:13 +0200
2504
2505 grml-etc (0.3-17) unstable; urgency=low
2506
2507   * Updated /etc/zsh/zshrc (adjusted grml-wallpaper, don't use
2508     ignored-patterns [which might confuse people]).
2509
2510  -- Michael Prokop <mika@grml.org>  Fri, 15 Apr 2005 17:59:48 +0200
2511
2512 grml-etc (0.3-16) unstable; urgency=low
2513
2514   * Fixed dynamic module completion of grml-x [/etc/zsh/zshrc].
2515
2516  -- Michael Prokop <mika@grml.org>  Tue, 12 Apr 2005 20:47:51 +0200
2517
2518 grml-etc (0.3-15) unstable; urgency=low
2519
2520   * Added "all-in-one gesture"-extension to Mozilla Firefox.
2521
2522  -- Michael Prokop <mika@grml.org>  Sun, 10 Apr 2005 20:53:12 +0200
2523
2524 grml-etc (0.3-14) unstable; urgency=low
2525
2526   * Added several extensions for Mozilla Firefox to
2527     /etc/skel/.mozilla. Added alias for conkeror.
2528
2529  -- Michael Prokop <mika@grml.org>  Sun, 10 Apr 2005 17:19:23 +0200
2530
2531 grml-etc (0.3-13) unstable; urgency=low
2532
2533   * Removed /etc/grml/sh-lib (gebi provides it as an own package).
2534
2535  -- Michael Prokop <mika@grml.org>  Sat,  9 Apr 2005 20:28:51 +0200
2536
2537 grml-etc (0.3-12) unstable; urgency=low
2538
2539   * Add Ctrl+Alt+L as keybinding for xlock to the window
2540     managers (thanks for ideas, tklauser!):
2541       - /etc/skel/.wmi/actions.conf
2542       - /etc/skel/.fluxbox/keys
2543       - /etc/skel/.pekwm/keys
2544   * Complete rewrite of pekwm-config (/etc/skel/.pekwm)
2545     due to old config did not work with pekwm-dev-package.
2546   * Added pwm2 and pwm3 (part of ion) to zsh-completion of grml-x.
2547
2548  -- Michael Prokop <mika@grml.org>  Fri,  8 Apr 2005 14:14:20 +0200
2549
2550 grml-etc (0.3-11) unstable; urgency=low
2551
2552   * Updated /etc/skel/.terminfo/m/mostlike and
2553     /etc/skel/.terminfo/mostlike.txt (don't clear screen after
2554     running cls - thanks for notice - riesebie; thanks for
2555     fix - wuehlmaus!]
2556
2557  -- Michael Prokop <mika@grml.org>  Mon,  4 Apr 2005 08:18:28 +0200
2558
2559 grml-etc (0.3-10) unstable; urgency=low
2560
2561   * Updated /etc/zsh/zshrc (new grml-x completion!).
2562
2563  -- Michael Prokop <mika@grml.org>  Sun,  3 Apr 2005 16:06:55 +0200
2564
2565 grml-etc (0.3-9) unstable; urgency=low
2566
2567   * Updated /etc/zsh/zshenv (removed 'LESS=C') and /etc/skel/.zshrc (fixed
2568     man2) [thanks wuehlmaus!].
2569
2570  -- Michael Prokop <mika@grml.org>  Sun, 27 Mar 2005 21:41:43 +0200
2571
2572 grml-etc (0.3-8) unstable; urgency=low
2573
2574   * Updated /etc/inittab.grml.
2575   * Updated /etc/init.d/grml-autoconfig.
2576   * Updated /etc/init.d/grml-reboot [for use with unionfs].
2577
2578  -- Michael Prokop <mika@grml.org>  Sun, 20 Mar 2005 22:18:08 +0100
2579
2580 grml-etc (0.3-7) unstable; urgency=low
2581
2582   * Another zshrc-update.
2583
2584  -- Michael Prokop <mika@grml.org>  Sat, 19 Mar 2005 23:17:47 +0100
2585
2586 grml-etc (0.3-6) unstable; urgency=low
2587
2588   * Fixed bug in /etc/zsh/zshrc.
2589
2590  -- Michael Prokop <mika@grml.org>  Sat, 19 Mar 2005 18:20:30 +0100
2591
2592 grml-etc (0.3-5) unstable; urgency=low
2593
2594   * Changed Architecture to all in debian/rules.
2595
2596  -- Michael Prokop <mika@grml.org>  Sat, 19 Mar 2005 17:31:43 +0100
2597
2598 grml-etc (0.3-4) unstable; urgency=low
2599
2600   * Updated /etc/zsh/zshrc (zsh_clear_env and more) and
2601     /etc/skel/.zshrc (ogg2mp3_192 and more).
2602
2603  -- Michael Prokop <mika@grml.org>  Sat, 19 Mar 2005 15:34:50 +0100
2604
2605 grml-etc (0.3-3) unstable; urgency=low
2606
2607   * Added conkeror-firefox-0.18.xpi to /etc/skel/.mozilla.
2608
2609  -- Michael Prokop <mika@grml.org>  Sat, 12 Mar 2005 16:34:54 +0100
2610
2611 grml-etc (0.3-2) unstable; urgency=low
2612
2613   * Removed /etc/skel/.xscreensaver (xscreensaver isn't part of grml).
2614     [thanks, nico!]
2615
2616  -- Michael Prokop <mika@grml.org>  Tue,  8 Mar 2005 22:01:15 +0100
2617
2618 grml-etc (0.3-1) unstable; urgency=low
2619
2620   * Let's go upstream: /etc/init.d/grml-autoconfig updated.
2621   * Updated /etc/zsh/.zshrc (addon by gebi).
2622
2623  -- Michael Prokop <mika@grml.org>  Thu,  3 Mar 2005 22:57:08 +0100
2624
2625 grml-etc (0.2-19) unstable; urgency=low
2626
2627   * Another patch for /etc/skel/.wmi/szs2.1/memory.py
2628     (thanks, wegi!).
2629   * Updated /etc/skel/.screenrc.
2630
2631  -- Michael Prokop <mika@grml.org>  Wed,  2 Mar 2005 19:48:08 +0100
2632
2633 grml-etc (0.2-18) unstable; urgency=low
2634
2635   * Adjusted patch for /etc/skel/.wmi/szs2.1/memory.py.
2636
2637  -- Michael Prokop <mika@grml.org>  Wed,  2 Mar 2005 14:48:37 +0100
2638
2639 grml-etc (0.2-17) unstable; urgency=low
2640
2641   * Set global.debuglevel=0 in
2642     /etc/skel/.wmi/szs2.1/szs.cfg (thanks, wegi!)
2643   * Added patch from Christoph Wegscheider to
2644     /etc/skel/.wmi/szs2.1/memory.py.
2645
2646  -- Michael Prokop <mika@grml.org>  Tue,  1 Mar 2005 15:01:19 +0100
2647
2648 grml-etc (0.2-16) unstable; urgency=low
2649
2650   * Added /etc/skel/.vim/klammerpaare.vim.
2651   * Added /etc/skel/.muttngrc.
2652   * Updated /etc/skel/.wmi/theme.conf (use absolute path for exec-cmd).
2653
2654  -- Michael Prokop <mika@grml.org>  Tue,  1 Mar 2005 00:23:12 +0100
2655
2656 grml-etc (0.2-15) unstable; urgency=low
2657
2658   * Removed /etc/skel/GNUstep (wmaker is no longer part of grml).
2659   * Updated /etc/skel/.screenrc [use blue instead of red color].
2660   * Updated /etc/zsh/zshrc and /etc/skel/.zshrc.
2661   * Updated /etc/skel/.xinitrc (run Xmodmap only if XKEYBOARD == us).
2662
2663  -- Michael Prokop <mika@grml.org>  Mon, 28 Feb 2005 15:23:43 +0100
2664
2665 grml-etc (0.2-14) unstable; urgency=low
2666
2667   * Updated /etc/skel/.zshrc and /etc/zsh/zshrc.
2668
2669  -- Michael Prokop <mika@grml.org>  Sat, 26 Feb 2005 23:33:21 +0100
2670
2671 grml-etc (0.2-13) unstable; urgency=low
2672
2673   * Updated /etc/skel/.wmi.
2674   * Updated /etc/skel/.zshrc and /etc/zsh/zshrc.
2675
2676  -- Michael Prokop <mika@grml.org>  Sat, 26 Feb 2005 12:55:38 +0100
2677
2678 grml-etc (0.2-12) unstable; urgency=low
2679
2680   * Updated /etc/init.d/firewall.
2681   * Updated /etc/skel/.screenrc.
2682
2683  -- Michael Prokop <mika@grml.org>  Fri, 11 Feb 2005 12:07:15 +0100
2684
2685 grml-etc (0.2-11) unstable; urgency=low
2686
2687   * Another sh-lib update (by gebi).
2688   * Updated /etc/skel/.xinitrc (use desktop.jpg instead of desktop.png)
2689   * Updated /etc/zsh/zshrc (added hash 'slog').
2690
2691  -- Michael Prokop <mika@grml.org>  Thu, 10 Feb 2005 09:32:28 +0100
2692
2693 grml-etc (0.2-10) unstable; urgency=low
2694
2695   * Fixed /etc/grml/sh-lib (thanks to gebi).
2696
2697  -- Michael Prokop <mika@grml.org>  Thu, 10 Feb 2005 04:13:41 +0100
2698
2699 grml-etc (0.2-9) unstable; urgency=low
2700
2701   * Updated /etc/zsh/zshrc.
2702   * Updated /etc/grml/sh-lib.
2703
2704  -- Michael Prokop <mika@grml.org>  Wed,  9 Feb 2005 13:04:28 +0100
2705
2706 grml-etc (0.2-8) unstable; urgency=low
2707
2708   * Updated /etc/skel/.zshrc and /etc/zsh/zshrc.
2709   * Updated /etc/init.d/firewall.
2710   * Updated /etc/skel/.fluxbox/keys [SendToWorkspace -> Workspace].
2711
2712  -- Michael Prokop <mika@grml.org>  Mon,  7 Feb 2005 11:46:12 +0100
2713
2714 grml-etc (0.2-7) unstable; urgency=low
2715
2716   * Removed backtick for acpi in /etc/grml/screenrc.
2717   * Added /etc/grml/screenrc_acpi.
2718   * Set ~/.fluxbox/styles/grml as default in /etc/skel/.fluxbox/init.
2719
2720  -- Michael Prokop <mika@grml.org>  Fri,  4 Feb 2005 11:36:05 +0100
2721
2722 grml-etc (0.2-6) unstable; urgency=low
2723
2724   * Again fixes in /etc/grml/screenrc and /etc/skel/.screenrc.
2725
2726  -- Michael Prokop <mika@grml.org>  Thu,  3 Feb 2005 18:39:42 +0100
2727
2728 grml-etc (0.2-5) unstable; urgency=low
2729
2730   * Removed /etc/grml/screenrc_grml (orphan).
2731   * Fixed /etc/grml/screenrc.
2732   * Updated /etc/grml/sh-lib. [thanks, gebi]
2733
2734  -- Michael Prokop <mika@grml.org>  Wed,  2 Feb 2005 19:02:36 +0100
2735
2736 grml-etc (0.2-4) unstable; urgency=low
2737
2738   * Added a2ps config to /etc/skel.
2739   * Updated /etc/skel/.Xresources.
2740   * Updated /etc/grml/screenrc (backtick commands).
2741   * Updated /etc/init.d/grml-reboot (NOEJECT, NOPROMPT, `seq 1 40`).
2742   * Updated /etc/skel/.vimrc.
2743   * Updated /etc/zsh/zsh{rc,env} and /etc/skel/.zshrc.
2744   * Added 'Suggests: grml-scripts' to debian/control (for screen's
2745     acpi-screen).
2746
2747  -- Michael Prokop <mika@grml.org>  Sat, 29 Jan 2005 14:20:31 +0100
2748
2749 grml-etc (0.2-3) unstable; urgency=low
2750
2751   * Updated /etc/zsh/zshrc and /etc/zsh/zshenv.
2752   * Fixed symlink /etc/skel/.irssi/scripts/autorun/scriptassist.pl
2753     which points now to /usr/share/irssi/scripts/scriptassist.pl
2754     instead of /GRML/..... [thanks, Jimmy!]
2755   * Fixed /etc/skel/.terminfo/mostlike-stuff (changed 'smul=\E[32m'
2756     to 'smul=\E[1;32m') [thanks, Matthias!]
2757
2758  -- Michael Prokop <mika@grml.org>  Thu, 27 Jan 2005 16:12:33 +0100
2759
2760 grml-etc (0.2-2) unstable; urgency=low
2761
2762   * Fixed some stuff in grml-autoconfig to be able to release grml 0.2.
2763
2764  -- Michael Prokop <mika@grml.org>  Sun,  9 Jan 2005 22:16:33 +0100
2765
2766 grml-etc (0.2-1) unstable; urgency=low
2767
2768   * Update of /etc/init.d/grml-reboot (sysvinit-fix).
2769   * Update of /etc/init.d/grml-misc.
2770   * Update of /etc/init.d/grml-home.
2771
2772  -- Michael Prokop <mika@grml.org>  Sun,  9 Jan 2005 19:30:50 +0100
2773
2774 grml-etc (0.1-25) unstable; urgency=low
2775
2776   * Update of zshrc:
2777     - using "e" glob qualifier by Peter Stephenson via function nt
2778     - make zshrc more compatible to older zsh versions
2779
2780  -- Michael Prokop <mika@grml.org>  Sun,  9 Jan 2005 12:36:04 +0100
2781
2782 grml-etc (0.1-24) unstable; urgency=low
2783
2784   * Removed .xpm files out of debian/conffiles.
2785   * Removed /etc/grml_version [adjust it in chroot].
2786
2787  -- Michael Prokop <mika@grml.org>  Sun,  9 Jan 2005 11:06:50 +0100
2788
2789 grml-etc (0.1-23) unstable; urgency=low
2790
2791   * Fixed several bugs in /etc/skel/.fluxbox.
2792   * Removed fluxbox-styles: Calabi, Nuevat3k-Glacier,
2793     Magraxx, sea and Nuevat3k-Glacier.
2794   * Updated /etc/grml/screenrc and /etc/skel.screenrc (changed
2795     static entries 'root' and 'grml' to $USER).
2796   * Fixed zshrc (removed setopt in precmd), otherwise
2797     you'll get zsh parse error when running (unreal)
2798     commands like:
2799        FOO=mika test' "$FOO" = "mika" ; echo "FOO = $FOO"
2800
2801  -- Michael Prokop <mika@grml.org>  Sat,  8 Jan 2005 14:53:49 +0100
2802
2803 grml-etc (0.1-22) unstable; urgency=low
2804
2805   * Updated /etc/skel/.pekwm/keys.
2806
2807  -- Michael Prokop <mika@grml.org>  Fri,  7 Jan 2005 11:31:29 +0100
2808
2809 grml-etc (0.1-21) unstable; urgency=low
2810
2811   * Added /etc/skel/.pekwm.
2812   * Changed first visible workspace of ion2 to workspace1 in
2813     /etc/skel/.ion2/default-session--0.
2814   * Added ion3-configuration default-session--0 to /etc/skel/.ion3.
2815   * Updated compdef grml-x in /etc/zsh/zshrc.
2816   * Added /etc/grml_colors.
2817
2818  -- Michael Prokop <mika@grml.org>  Thu,  6 Jan 2005 15:54:23 +0100
2819
2820 grml-etc (0.1-20) unstable; urgency=low
2821
2822   * Moved /etc/inittab to /etc/inittab.grml so people can use
2823     their own sources.list but still can see what grml uses.
2824
2825  -- Michael Prokop <mika@grml.org>  Thu,  6 Jan 2005 11:54:13 +0100
2826
2827 grml-etc (0.1-19) unstable; urgency=low
2828
2829   * Added .snownews to /etc/skel.
2830   * Moved /etc/apt/sources.list to /etc/apt/sources.list.grml
2831     so people can use their own sources.list but still can see
2832     what grml uses.
2833
2834  -- Michael Prokop <mika@grml.org>  Thu,  6 Jan 2005 11:08:08 +0100
2835
2836 grml-etc (0.1-18) unstable; urgency=low
2837
2838   * Added 'xset -m'-command to /etc/skel/.xinitrc.
2839
2840  -- Michael Prokop <mika@grml.org>  Wed, 29 Dec 2004 23:52:27 +0100
2841
2842 grml-etc (0.1-17) unstable; urgency=low
2843
2844   * Added dpkg-divert for /etc/skel/.zshrc.
2845
2846  -- Michael Prokop <mika@grml.org>  Wed, 29 Dec 2004 12:13:38 +0100
2847
2848 grml-etc (0.1-16) unstable; urgency=low
2849
2850   * Updated /etc/apt/sources.list.
2851   * Added /etc/skel/.centericq/external.
2852
2853  -- Michael Prokop <mika@grml.org>  Wed, 22 Dec 2004 22:34:56 +0100
2854
2855 grml-etc (0.1-15) unstable; urgency=low
2856
2857   * Fixed tty6-entry in /etc/inittab (grml-screen does not work
2858     with kernel 2.6.9-grml via inittab due to PTY-problems).
2859
2860  -- Michael Prokop <mika@grml.org>  Wed, 22 Dec 2004 22:14:56 +0100
2861
2862 grml-etc (0.1-14) unstable; urgency=low
2863
2864   * Added rawdog-configuration to skeleton-files.
2865   * Updated zshrc ("keep"-hack).
2866   * Updated /etc/apt/sources.list.
2867
2868  -- Michael Prokop <mika@grml.org>  Thu, 18 Dec 2004 15:31:21 +0100
2869
2870 grml-etc (0.1-13) unstable; urgency=low
2871
2872   * Changed discover-setup.
2873     -> Devel-release!
2874
2875  -- Michael Prokop <mika@grml.org>  Sun, 12 Dec 2004 17:35:06 +0100
2876
2877 grml-etc (0.1-12) unstable; urgency=low
2878
2879   * Added hardware detection via discover to grml-autoconfig.
2880     -> Devel-release!
2881
2882  -- Michael Prokop <mika@grml.org>  Sun, 12 Dec 2004 12:26:58 +0100
2883
2884 grml-etc (0.1-11) unstable; urgency=low
2885
2886   * Improved cpu-detection in grml-autoconfig.
2887   * Changed shebang-line from /bin/sh to /bin/zsh in grml-autoconfig.
2888
2889  -- Michael Prokop <mika@grml.org>  Sat, 11 Dec 2004 20:14:39 +0100
2890
2891 grml-etc (0.1-10) unstable; urgency=low
2892
2893   * Updated zshrc (precmd/preexec).
2894
2895  -- Michael Prokop <mika@grml.org>  Thu,  9 Dec 2004 13:01:36 +0100
2896
2897 grml-etc (0.1-9) unstable; urgency=low
2898
2899   * Fixed grml-autoconfig error (here-document).
2900
2901  -- Michael Prokop <mika@grml.org>  Thu,  9 Dec 2004 12:29:30 +0100
2902
2903 grml-etc (0.1-8) unstable; urgency=low
2904
2905   * Added /etc/grml/screen_multisession.
2906
2907  -- Michael Prokop <mika@grml.org>  Wed,  8 Dec 2004 14:28:20 +0100
2908
2909 grml-etc (0.1-7) unstable; urgency=low
2910
2911   * Removed console-log, added 'less +F' on tty12 to inittab.
2912   * Updated zshrc.
2913
2914  -- Michael Prokop <mika@grml.org>  Sun,  5 Dec 2004 13:39:10 +0100
2915
2916 grml-etc (0.1-6) unstable; urgency=low
2917
2918   * Added cpu-detection to grml-autoconfig.
2919   * Added .msmtprc to skeleton-files.
2920   * Updated zshrc.
2921
2922  -- Michael Prokop <mika@grml.org>  Sat,  4 Dec 2004 15:45:21 +0100
2923
2924 grml-etc (0.1-5) unstable; urgency=low
2925
2926   * Updated screenrc (nethack on), zshrc, /etc/inittab.
2927
2928  -- Michael Prokop <mika@grml.org>  Tue, 16 Nov 2004 13:16:35 +0100
2929
2930 grml-etc (0.1-4) unstable; urgency=low
2931
2932   * Fixed grml-autoconfig error.
2933
2934  -- Michael Prokop <mika@grml.org>  Mon,  8 Nov 2004 09:52:30 +0100
2935
2936 grml-etc (0.1-3) unstable; urgency=low
2937
2938   * Updated /etc/grml_version and /etc/apt/sources.list.
2939
2940  -- Michael Prokop <mika@grml.org>  Fri,  5 Nov 2004 13:24:20 +0100
2941
2942 grml-etc (0.1-2) unstable; urgency=low
2943
2944   * Updated /etc/apt/sources.list.
2945   * Update of grml-autoconfig and grml-home.
2946   * Added auto.master and automount.sh from automount-knoppix-0.5.
2947
2948  -- Michael Prokop <mika@grml.org>  Thu,  4 Nov 2004 20:43:59 +0100
2949
2950 grml-etc (0.1-1) unstable; urgency=low
2951
2952   * fixed /etc/skel/.fluxbox/init
2953   * updated /etc/apt/sources.list
2954
2955  -- Michael Prokop <mika@grml.org>  Thu, 28 Oct 2004 13:41:23 +0200
2956
2957 grml-etc (0.1) unstable; urgency=low
2958
2959   * Initial Release.
2960
2961  -- Michael Prokop <mika@grml.org>  Mon, 28 Sep 2004 11:18:03 +0200
2962