Tito, > --- debianutils/readlink_orig.c 2005-09-12 13:51:36.000000000 +0200 > +++ debianutils/readlink.c 2005-09-12 13:56:02.000000000 +0200 > - if (optind + 1 != argc) > + if (argc != 2) This can do a problem for insert the new supported options. --w vodz