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