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