~ubuntu-branches/ubuntu/lucid/command-not-found/lucid

56 by Michael Vogt
* scan.data:
1
command-not-found (0.2.40ubuntu5) lucid; urgency=low
2
3
  * scan.data:
4
    - updated for RC
5
6
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 15 Apr 2010 09:59:35 +0200
7
55 by Michael Vogt
updated for beta2
8
command-not-found (0.2.40ubuntu4) lucid; urgency=low
9
10
  * updated for beta2
11
12
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 06 Apr 2010 08:45:24 +0200
13
54 by Michael Vogt
* CommandNotFound/CommandNotFound.py:
14
command-not-found (0.2.40ubuntu3) lucid; urgency=low
15
16
  * CommandNotFound/CommandNotFound.py:
17
    - cherry pick "add numbers to the alphabet used for suggestions "
18
      from trunk (r116) (LP: #507760)
19
  * scan.data:
20
    - updated for beta-1
21
22
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 15 Mar 2010 09:36:32 +0100
23
53 by Michael Vogt
* scan.data:
24
command-not-found (0.2.40ubuntu2) lucid; urgency=low
25
26
  * scan.data:
27
    - updated to current lucid
28
29
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 24 Feb 2010 13:40:40 +0100
30
52 by Michael Vogt
* scan.data:
31
command-not-found (0.2.40ubuntu1) lucid; urgency=low
32
33
  * scan.data:
34
    - updated to current lucid
35
  * command-not-found:
36
    - catch KeyboardInterrupt during initial import as
37
      well (LP: #479716)
38
    - show "command not found" string only when no command
39
      was found (LP: #408020)
40
41
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 11 Jan 2010 09:30:41 +0100
42
51 by Michael Vogt
* updated to current karmic
43
command-not-found (0.2.38ubuntu4) karmic; urgency=low
44
45
  * updated to current karmic
46
  * fix pacakge suggestion for "tex" (LP: #427850)
47
48
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 13 Oct 2009 09:19:23 +0200
49
50 by Michael Vogt
updated for BETA
50
command-not-found (0.2.38ubuntu3) karmic; urgency=low
51
52
  * updated for BETA
53
54
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 02 Oct 2009 09:21:05 +0200
55
49 by Michael Vogt
updated for alpha6
56
command-not-found (0.2.38ubuntu2) karmic; urgency=low
57
58
  * updated for alpha6
59
60
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 16 Sep 2009 11:02:39 +0200
61
48 by Michael Vogt
* updated data to current karmic
62
command-not-found (0.2.38ubuntu1) karmic; urgency=low
63
64
  * updated data to current karmic
65
  * print error if a command is not found (bash used to do that
66
    but with bash-4.0 it does no longer) LP: #420161
67
68
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 02 Sep 2009 16:13:17 +0200
69
47 by Michael Vogt
updated data to current karmic
70
command-not-found (0.2.37ubuntu3) karmic; urgency=low
71
72
  * updated data to current karmic
73
74
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 18 Aug 2009 09:08:51 +0200
75
46 by Michael Vogt
* scan.data:
76
command-not-found (0.2.37ubuntu2) karmic; urgency=low
77
78
  * scan.data:
79
    - updated for alpha-3
80
  * CommandNotFound/CommandNotFound.py:
81
    - do not give advice if apt-get is not installed 
82
      (LP: #394842)
83
84
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 20 Jul 2009 13:17:27 +0200
85
45 by Michael Vogt
* CommandNotFound/CommandNotFound.py:
86
command-not-found (0.2.37ubuntu1) karmic; urgency=low
87
88
  * CommandNotFound/CommandNotFound.py:
89
    - set min_length for mispelling suggestion to 3 (LP: #396829)
90
    - set max_length for mispelling suggestion to 15, if there
91
      are more, just a summary is printed
92
93
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 10 Jul 2009 10:44:00 +0200
94
44 by Michael Vogt
* scan.data: updated to current karmic
95
command-not-found (0.2.36ubuntu1) karmic; urgency=low
96
97
  * scan.data: updated to current karmic
98
  * scan.data: add exception for gftp (LP: #99708)
99
  * debian/postinst:
100
    - if old/leftover /etc/bash_command_found_found is there,
101
      remove it (LP: #379851)
102
  * debian/rules:
103
    - build with DH_PYCENTRAL=include-links LP: #342003
104
  * CommandNotFound/util.py:
105
    - use try gettext if lgettext fails (LP: #282446)
106
  * debian/copyright: 
107
    - fix location (LP: #314478)
108
  * CommandNotFound/CommandNotFound.py:
109
    - be more robust about missing priority.txt (LP: #359784)
110
    - add simple spelling correction (LP: #314486)
111
  * debian/control:
112
    - build for all python versions (LP: #366096)
113
114
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 26 Jun 2009 13:58:24 +0200
115
43 by Michael Vogt
scan.data: updated for alpha-2
116
command-not-found (0.2.35ubuntu2) karmic; urgency=low
117
118
  * scan.data: updated for alpha-2
119
120
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 08 Jun 2009 11:58:06 +0200
121
42 by Johan Kiviniemi
* zsh_command_not_found:
122
command-not-found (0.2.35ubuntu1) karmic; urgency=low
123
124
  * zsh_command_not_found:
125
    - Use the pseudo-namespace prefix cnf_ for everything.
126
    - Append the preexec/precmd functions to zshs pre*_functions arrays,
127
      allowing other pre* functions to be used simultaneously.
128
129
 -- Johan Kiviniemi <debian@johan.kiviniemi.name>  Fri, 15 May 2009 22:13:00 +0300
130
41 by Michael Vogt
* scan.data:
131
command-not-found (0.2.34ubuntu3) jaunty; urgency=low
132
133
  * scan.data:
134
    - updated for RC
135
136
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 17 Apr 2009 10:11:13 +0200
137
40 by Michael Vogt
* scan.data:
138
command-not-found (0.2.34ubuntu2) jaunty; urgency=low
139
140
  * scan.data:
141
    - updated to current jaunty 
142
143
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 07 Apr 2009 21:58:51 +0200
144
39 by Michael Vogt
* CommandNotFound/CommandNotFound.py:
145
command-not-found (0.2.34ubuntu1) jaunty; urgency=low
146
147
  * CommandNotFound/CommandNotFound.py:
148
    - support "priority.txt" file that allows basic priority
149
      ordering in the output
150
  * data/priority.txt:
151
    - add initial version with "openjdk-6-jdk" (LP: #318442)
152
153
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 23 Mar 2009 13:45:26 +0100
154
38 by Michael Vogt
* scan.data:
155
command-not-found (0.2.33ubuntu3) jaunty; urgency=low
156
157
  * scan.data:
158
    - updated for jaunty beta
159
  * suggest pythonX.Y instead of pythonX.Y-minimal when
160
    "pythonX.Y" is not found
161
162
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 23 Mar 2009 11:07:26 +0100
163
37 by Michael Vogt
scan.data: updated to current jaunty
164
command-not-found (0.2.33ubuntu2) jaunty; urgency=low
165
166
  * scan.data: updated to current jaunty
167
168
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 16 Mar 2009 09:21:37 +0100
169
36 by Michael Vogt
* debian/rules:
170
command-not-found (0.2.33ubuntu1) jaunty; urgency=low
171
172
  * debian/rules:
173
    - update debian/rules to the new python way of installing
174
      packages 
175
  * command-not-found:
176
    - remove "-S" from "#!/usr/bin/python"
177
178
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 02 Mar 2009 09:15:48 +0100
179
35 by Michael Vogt, Steve Langasek, Michael Vogt
[ Steve Langasek ]
180
command-not-found (0.2.32ubuntu1) jaunty; urgency=low
181
182
  [ Steve Langasek ]
183
  * CommandNotFound/CommandNotFound.py:
184
    - add support for sorting by components
185
  
186
  [ Michael Vogt ]
187
  * scan.data: updated
188
189
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 26 Feb 2009 16:34:20 +0100
190
34 by Michael Vogt
scan.data: fix git data (LP: #318433) by updating
191
command-not-found (0.2.31ubuntu2) jaunty; urgency=low
192
193
  * scan.data: fix git data (LP: #318433) by updating
194
    to the latest data
195
196
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 22 Jan 2009 08:53:25 +0100
197
33 by Michael Vogt
scan.data: updated for jaunty alpha3
198
command-not-found (0.2.31ubuntu1) jaunty; urgency=low
199
200
  * scan.data: updated for jaunty alpha3
201
202
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 12 Jan 2009 21:08:22 +0100
203
32 by Nick Ellery, Nick Ellery, Michael Vogt
[ Nick Ellery ]
204
command-not-found (0.2.30ubuntu1) jaunty; urgency=low
205
206
  [ Nick Ellery ]
207
  * Fixed spelling errors in package description (LP: #285631).
208
209
  [ Michael Vogt ]
210
  * add verify_scan_data.py to check against component mismatches
211
    and incorrect architecture fields
212
  * improve diff-scan-data.py
213
214
 -- Nick Ellery <nick.ellery@ubuntu.com>  Tue, 04 Nov 2008 17:13:45 -0800
31 by Michael Vogt
update scan.data to fix comoponent mismatches and removals,
215
30 by Michael Vogt
scan.data updated to current intrepid
216
command-not-found (0.2.26ubuntu1) intrepid; urgency=low
217
218
  * scan.data updated to current intrepid
219
220
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 15 Oct 2008 17:45:26 +0200
221
29 by Colin Watson, Era Eriksson, Colin Watson
[ Era Eriksson ]
222
command-not-found (0.2.25ubuntu2) intrepid; urgency=low
223
224
  [ Era Eriksson ]
225
  * Print where-to-find-command, incorrect-PATH, and crash-guard messages to
226
    stderr rather than stdout (LP: #212723).
227
228
  [ Colin Watson ]
229
  * Fix various crash bugs in the crash handler (LP: #269821).
230
  * Adjust crash handler syntax to be friendly to Python 2.4 (LP: #234540).
231
232
 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 15 Oct 2008 13:27:20 +0100
233
28 by Michael Vogt
command-not-found data updated for beta
234
command-not-found (0.2.25ubuntu1) intrepid; urgency=low
235
236
  * command-not-found data updated for beta
237
238
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 25 Sep 2008 20:43:10 +0200
239
27 by Michael Vogt
updated scan.data for alpha-6
240
command-not-found (0.2.24ubuntu1) intrepid; urgency=low
241
242
  * updated scan.data for alpha-6
243
244
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 12 Sep 2008 23:05:26 +0200
245
26 by Michael Vogt, Zygmunt Krynicki, Michael Vogt
[ Zygmunt Krynicki ]
246
command-not-found (0.2.23ubuntu1) intrepid; urgency=low
247
248
  [ Zygmunt Krynicki ]
249
  * fix crash when PATH is unset (LP: #258572)
250
251
  [ Michael Vogt ]
252
  * scan.data:
253
    - updated to current intrepid
254
255
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 20 Aug 2008 15:57:14 +0200
256
25 by Michael Vogt, Zygmunt Krynicki, Michael Vogt
[ Zygmunt Krynicki ]
257
command-not-found (0.2.22ubuntu1) intrepid; urgency=low
258
259
  [ Zygmunt Krynicki ]
260
  * Fixed some locale issues and enchanced error reporting 
261
262
  [ Michael Vogt ]
263
  * scan.data:
264
    - updated to current intrepid
265
266
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 11 Aug 2008 18:24:21 +0200
267
24 by Michael Vogt
* scan.data:
268
command-not-found (0.2.21ubuntu1) intrepid; urgency=low
269
270
  * scan.data:
271
    - updated to current intrepid
272
273
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 21 Jul 2008 14:22:17 +0200
274
23 by Michael Vogt
* scan.data:
275
command-not-found (0.2.20ubuntu1) intrepid; urgency=low
276
277
  * scan.data:
278
    - updated for intrepid
279
280
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 30 Jun 2008 16:46:44 +0200
281
22 by Michael Vogt
* scan.data:
282
command-not-found (0.2.17ubuntu1) hardy; urgency=low
283
284
  * scan.data:
285
    - upated for RC
286
287
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 11 Apr 2008 10:59:54 +0200
288
21 by Michael Vogt
updated to latest hardy
289
command-not-found (0.2.16ubuntu1) hardy; urgency=low
290
291
  * updated to latest hardy 
292
293
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 04 Apr 2008 10:36:34 +0200
294
20 by Michael Vogt, Kjell Braden, Michael Vogt
[ Kjell Braden ]
295
command-not-found (0.2.15ubuntu1) hardy; urgency=low
296
297
  [ Kjell Braden ]
298
   * Don't run command-not-found from the shell scripts when it has been
299
     removed in the meantime (LP: #194939)
300
 
301
  [ Michael Vogt ]
302
  * CommandNotFound/CommandNotFound.py:
303
    - do not advise on ".." (LP: # 195090) - thanks to Thomas Perl
304
    - do not crash on problems with python-apt (LP: #161804)
305
  * debian/control:
306
    - improve description (LP: #144153)
307
  * command-not-found:
308
    - make the crash message a bit more friendly
309
  * use lgettext() instead of gettext() (LP: #161159)
310
311
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 07 Mar 2008 10:01:20 +0100
312
19 by Michael Vogt
* updated data for alpha-6
313
command-not-found (0.2.14ubuntu1) hardy; urgency=low
314
315
  * updated data for alpha-6
316
  * fixed bug in data extraction code for hardlinks 
317
    (git-diff and friends was not in the index because of this)
318
319
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 04 Mar 2008 17:00:42 +0100
320
321
command-not-found (0.2.13ubuntu1) hardy; urgency=low
322
323
  * updated data for alpha-5
324
325
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 19 Feb 2008 19:24:40 +0100
326
18 by Michael Vogt
updated data for alpha-3
327
command-not-found (0.2.12ubuntu1) hardy; urgency=low
328
329
  * updated data for alpha-3
330
331
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 07 Jan 2008 15:25:11 +0100
332
17 by Martin Pitt
CommandNotFound/CommandNotFound.py: When $HOME is not set, fall back to
333
command-not-found (0.2.11ubuntu3) hardy; urgency=low
334
335
  * CommandNotFound/CommandNotFound.py: When $HOME is not set, fall back to
336
    /root instead of crashing with a type error. (LP: #177934)
337
338
 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 03 Jan 2008 15:57:51 +0100
339
16 by Rick Clark
python-gdbm added to Depends, not just b-d
340
command-not-found (0.2.11ubuntu2) hardy; urgency=low
341
342
  * python-gdbm added to Depends, not just b-d 
343
344
 -- Rick Clark <rick.clark@ubuntu.com>  Sun, 09 Dec 2007 15:51:19 -0500
345
15 by Michael Vogt
fix FTBFS by adding missing b-d on python-gdbm (thanks to
346
command-not-found (0.2.11ubuntu1) hardy; urgency=low
347
348
  * fix FTBFS by adding missing b-d on python-gdbm (thanks to
349
    Michael Bienia)
350
351
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 04 Dec 2007 10:52:32 +0100
352
14 by Michael Vogt
* command-not-found:
353
command-not-found (0.2.10ubuntu1) hardy; urgency=low
354
355
  * command-not-found:
356
    - add --ignore-installed parameter to display the packages
357
      that have the given command even if the command is installed
358
  * updated data for hardy
359
360
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 03 Dec 2007 21:43:49 +0100
361
362
command-not-found (0.2.9ubuntu1) hardy; urgency=low
363
364
  * switch from dbm to gdbm
365
366
 -- Michael Vogt <michael.vogt@ubuntu.com>  Sat, 10 Nov 2007 14:51:51 -0500
367
13 by Michael Vogt
* debian/control:
368
command-not-found (0.2.8ubuntu2) gutsy; urgency=low
369
370
  * debian/control:
371
    - fix command not found description
372
  * scan.data updated to current gutsy
373
374
 -- Michael Vogt <michael.vogt@ubuntu.com>  Sat, 06 Oct 2007 13:06:23 +0200
375
12 by Niklas Klein, Michael Vogt, Niklas Klein
[ Michael Vogt ]
376
command-not-found (0.2.8ubuntu1) gutsy; urgency=low
11 by Michael Vogt
* added missing pyhton-apt dependency (LP: #138842)
377
12 by Niklas Klein, Michael Vogt, Niklas Klein
[ Michael Vogt ]
378
  [ Michael Vogt ]
11 by Michael Vogt
* added missing pyhton-apt dependency (LP: #138842)
379
  * added missing pyhton-apt dependency (LP: #138842)
12 by Niklas Klein, Michael Vogt, Niklas Klein
[ Michael Vogt ]
380
381
  [ Niklas Klein ]
382
  * CommandNotFound/CommandNotFound.py added test for propper set PATH variable.
383
    Backport from version 0.3 (LP: #111255).
384
385
 -- Niklas Klein <kleinernik@gmail.com>  Fri, 24 Sep 2007 09:33:22 +0200
11 by Michael Vogt
* added missing pyhton-apt dependency (LP: #138842)
386
10 by Michael Vogt, Zygmunt Krynicki
[Zygmunt Krynicki]
387
command-not-found (0.2.7) gutsy; urgency=low
388
389
  [Zygmunt Krynicki]
390
  * data/suggestions.d:
391
    - removed
392
  * CommandNotFound/CommandNotFound.py:
393
    - fix typo in string substitution (LP: #131435)
394
    - only print components that are really required (LP: #133869)
395
  * setup.py:
396
    - move to /usr/lib, no end-user application (LP: #112411)
397
398
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 22 Aug 2007 06:49:01 +0200
399
9 by Michael Vogt
updated command-not-found data to current gutsy
400
command-not-found (0.2.6) gutsy; urgency=low
401
402
  * updated command-not-found data to current gutsy
403
404
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 17 Aug 2007 22:00:55 +0200
405
8 by Colin Watson
Send output to stderr, not stdout (LP: #129257).
406
command-not-found (0.2.5) gutsy; urgency=low
407
408
  * Send output to stderr, not stdout (LP: #129257).
409
410
 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 30 Jul 2007 17:12:32 +0100
411
7 by Michael Vogt, Michael Vogt, Zygmunt Krynicki, Johan Kiviniemi
[ Michael Vogt ]
412
command-not-found (0.2.4) feisty; urgency=low
413
414
  [ Michael Vogt ]
415
  * remove support for suggestins.d/ dir (not used currently and
416
    may break stuff)
417
  
418
  [ Zygmunt Krynicki ]
419
  * Fixed launchpad #95794: warning emitted about not finding group name 
420
  * data files updated
421
422
  [ Johan Kiviniemi ]
423
  * zsh_command_not_found: unset the command variable, otherwise an empty
424
    line will rerun command-not-found. Thanks to Chris Ball for suggesting
425
    this (LP: #92942).
426
427
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 10 Apr 2007 17:39:09 +0200
428
6 by Michael Vogt, Johan Kiviniemi
[Johan Kiviniemi]
429
command-not-found (0.2.3) feisty; urgency=low
430
431
  [Johan Kiviniemi]
432
  * zsh_command_not_found, README, setup.py: Added support for zsh. 
433
    (LP#92942, thanks!)
434
435
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 16 Mar 2007 23:57:58 +0100
436
5 by Michael Vogt
* refreshed database to current feisty
437
command-not-found (0.2.2) feisty; urgency=low
438
439
  * refreshed database to current feisty
440
  * set maintainer field to ubuntu 
441
442
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 16 Mar 2007 19:00:49 +0100
443
4 by Michael Vogt
* always return 127 to be compatible with the shell (lp: #67726)
444
command-not-found (0.2.1) feisty; urgency=low
445
446
  * always return 127 to be compatible with the shell (lp: #67726)
447
  * make the message less confusing for non-admin users
448
    (Thanks to Chris Wagner for his patch, lp: #64220)
449
  * Grammar fixes (lp: #64542)
450
451
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 11 Jan 2007 18:11:08 +0100
452
3 by Michael Vogt, Zygmunt Krynicki, Michael Vogt
[Zygmunt Krynicki]
453
command-not-found (0.2.0) feisty; urgency=low
454
455
  [Zygmunt Krynicki]
456
  * applied patch from Daniel Werner <daniel.d.werner@googlemail.com>
457
  * minor fixes to the suggestions database
458
  * updated the README file
459
  [Michael Vogt]
460
  * make the extraction skip package not available in the current
461
    distro release
462
  * updated the binary database with the latest feisty
463
  * show component information for other components than main
464
465
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri,  5 Jan 2007 09:56:15 +0100
466
2 by Michael Vogt, Zygmunt Krynicki, Michael Vogt
[Zygmunt Krynicki]
467
command-not-found (0.1.0) edgy; urgency=low
468
469
  [Zygmunt Krynicki]
470
  * updated the suggestions database
471
  * added support for update-alternative calls in the postinst (yeah!)
472
  * code cleanups
473
  [Michael Vogt]
474
  * updated the binary database wit the latest edgy
475
  * the command-not-found-data is build pre arch now
476
  
477
478
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 12 Sep 2006 19:33:33 +0200
479
1 by Michael Vogt
* return 127 to bash if nothing was found in the database
480
command-not-found (0.0.2) edgy; urgency=low
481
482
  * return 127 to bash if nothing was found in the database
483
  * update the database 
484
485
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 10 Aug 2006 15:05:14 +0200
486
487
command-not-found (0.0.1) edgy; urgency=low
488
489
  * initial release
490
  * start of the implementation of 
491
    https://wiki.ubuntu.com/CommandNotFoundMagic
492
  * contains the current commands on edgy
493
  
494
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 24 Nov 2005 16:34:54 +0100