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