Re: todos: command not found

2005-11-03 Thread Wouter Verhelst
Op wo, 02-11-2005 te 21:24 +, schreef Jean-Luc Coulon (f5ibh):
 Le 02.11.2005 22:20:15, João Silva a écrit :
  Anyone knows what package brings the todos command?
  I had this error in a debian-cd try:
  tools/add-bin-doc: line 42: todos: command not found
 
 sysutils
 
 try something like 'apt-file search todo | grep bin'

Searching for 'todo' (as in, a todo list) or 'todos' (which happens to
be a rather common spanish word) rarely ends you up with the to DOS
utility, unfortunately.

-- 
The amount of time between slipping on the peel and landing on the
pavement is precisely one bananosecond



Re: todos: command not found

2005-11-03 Thread Henning Makholm
Scripsit Wouter Verhelst [EMAIL PROTECTED]
 Op wo, 02-11-2005 te 21:24 +, schreef Jean-Luc Coulon (f5ibh):

 try something like 'apt-file search todo | grep bin'

 Searching for 'todo' (as in, a todo list) or 'todos' (which happens to
 be a rather common spanish word) rarely ends you up with the to DOS
 utility, unfortunately.

There are only 21 matches for 'todos' in the unstable Contents-i386.gz.
That is hardly too much to scan through by eye.

-- 
Henning Makholm The practical reason for continuing our
  system is the same as the practical reason
  for continuing anything: It works satisfactorily.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: todos: command not found

2005-11-03 Thread João Silva
No, todos command is in the sysutils package. Todos means to do or something like next
steps :) I also resolved this problema, thanks to all.On 11/3/05, Wouter Verhelst [EMAIL PROTECTED] wrote:
Op wo, 02-11-2005 te 21:24 +, schreef Jean-Luc Coulon (f5ibh): Le 02.11.2005
 22:20:15, João Silva a écrit :  Anyone knows what package brings the todos command?  I had this error in a debian-cd try:  tools/add-bin-doc: line 42: todos: command not found
 sysutils try something like 'apt-file search todo | grep bin'Searching for 'todo' (as in, a todo list) or 'todos' (which happens tobe a rather common spanish word) rarely ends you up with the to DOS
utility, unfortunately.--The amount of time between slipping on the peel and landing on thepavement is precisely one bananosecond-- Cumprimentos,
João Carlos Galaio da Silva


Re: todos: command not found

2005-11-03 Thread Brian May
 Bartosz == Bartosz Fenski aka fEnIo [EMAIL PROTECTED] writes:

 Anyone knows what package brings the todos command?
 I had this error in a debian-cd try:
 tools/add-bin-doc: line 42: todos: command not found
 
 sysutils
 
 try something like 'apt-file search todo | grep bin'

Bartosz Dead grep. `apt-file search bin/todos`

So now the original poster just needs to do:

package = search_file(bin/todos);

where:

search_file($file) {
if (!file_exists(/usr/bin/apt-file)) {
package = search_file(/usr/bin/apt-file);
execute(apt-get,update);
execute(apt-get,install,$package);
}
execute(apt-file,update);
$package = stdout(execute(apt-file,search,$file));
}
   

This infinite recursion will take several minutes (maximum) to
execute, I think (assuming the if test succeeds).
-- 
Brian May [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: todos: command not found

2005-11-02 Thread Christoph Haas
On Wednesday 02 November 2005 22:20, João Silva wrote:
 Anyone knows what package brings the todos command?
 I had this error in a debian-cd try:
 tools/add-bin-doc: line 42: todos: command not found

Try http://www.debian.org/distrib/packages#search_contents

 Christoph
-- 
|\  _,,,---,,_Famous last words of a sysadmin:
/,`.-'`'-.  ;-;;,_We'll do the backup tomorrow.
  |,4-  ) )-,_..;\ (  `'-'
'---''(_/--'  `-'\_)



Re: todos: command not found

2005-11-02 Thread Jean-Luc Coulon (f5ibh)

Le 02.11.2005 22:20:15, João Silva a écrit :

Anyone knows what package brings the todos command?
I had this error in a debian-cd try:
tools/add-bin-doc: line 42: todos: command not found


sysutils

try something like 'apt-file search todo | grep bin'



Thanks


Jean-Luc


pgpkND6vrqfTX.pgp
Description: PGP signature


Re: todos: command not found

2005-11-02 Thread Aaron M. Ucko
João Silva [EMAIL PROTECTED] writes:

 Anyone knows what package brings the todos command?

$ apt-file search bin/todos
sysutils: usr/bin/todos

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
Finger [EMAIL PROTECTED] (NOT a valid e-mail address) for more info.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: todos: command not found

2005-11-02 Thread Bartosz Fenski aka fEnIo
On Wed, Nov 02, 2005 at 09:24:16PM +, Jean-Luc Coulon (f5ibh) wrote:
 Anyone knows what package brings the todos command?
 I had this error in a debian-cd try:
 tools/add-bin-doc: line 42: todos: command not found
 
 sysutils
 
 try something like 'apt-file search todo | grep bin'

Dead grep. `apt-file search bin/todos`

regards
fEnIo
-- 
  ,''`.  Bartosz Fenski | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 | irc:fEnIo
 : :' :   32-050 Skawina - Glowackiego 3/15 - w. malopolskie - Poland
 `. `'   phone:+48602383548 | proud Debian maintainer and user
   `-  http://skawina.eu.org | jid:[EMAIL PROTECTED] | rlu:172001


signature.asc
Description: Digital signature


Re: todos: command not found

2005-11-02 Thread Adam Heath
On Wed, 2 Nov 2005, João Silva wrote:

 Anyone knows what package brings the todos command?
 I had this error in a debian-cd try:
 tools/add-bin-doc: line 42: todos: command not found

File a bug  on that package for not using a depends.

Also, this is a -user question, not a -devel question.