Nguyen Vu Hung a ?crit :
> This alias and the man file belong to Debian and it is Debian specific.
> I suppose you are using Ubuntu.
>
> Please consider reporting a bug to the Debian and Ubuntu.
>   
No, it's not Debian specific:

  $ cat /etc/redhat-release
  CentOS release 5.2 (Final)

  $ rpm -ql traceroute
  /bin/tcptraceroute
  /bin/traceroute
  /bin/traceroute6
  /bin/tracert
  ...

The "traceroute" command sources contains a .spec (RPM package
specification) clearly defining "tracert" as a symbolic link:

  %install
  rm -rf $RPM_BUILD_ROOT

  install -d $RPM_BUILD_ROOT/bin
  install -m755 traceroute/traceroute $RPM_BUILD_ROOT/bin
  pushd $RPM_BUILD_ROOT/bin
  ln -s traceroute traceroute6
  ln -s traceroute tracert
  popd

So it's the same "bad behaviour" (almost) everywhere...

-- 
Jean Christophe "????" ANDR?   ? ? ?   Responsable technique r?gional
Bureau Asie-Pacifique (BAP)    ? ? ?   http://www.asie-pacifique.auf.org/
Agence universitaire de la Francophonie (AuF)  ? ? ?  http://www.auf.org/
Adresse postale : AUF, 21 L? Th?nh T?ng, T.T. Ho?n Ki?m, H? N?i, Vi?t Nam
T?l. : +84 4 9331108  ?  Fax : +84 4 8247383  ?  Cellul. : +84 91 3248747
? Note personnelle: merci d'?viter de m'envoyer des fichiers PowerPoint ?
? ou Word, cf http://www.gnu.org/philosophy/no-word-attachments.fr.html ?

Trả lời cho