This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITP] rsnapshot 1.3.0 -- A local and remote filesystem snapshot utility


* Wed 2008-03-05 Volker Zell <dr.volker.zell-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
>
> Both binaries have the following as the first 3 lines. Looks a little strange.
>
> #!/usr/bin/perl -w
> # the path to perl at the top was generated by autoconf
> #!/usr/bin/perl -w

That's harmless and cosmetic value only, but I've taken cared of this.

> Also your postinstall script has two times the following code block:

Fixed.

  mkdir rsnapshot
  cd rsnapshot
  wget        \
    http://cygwin.cante.net/rsnapshot/setup.hint \
    http://cygwin.cante.net/rsnapshot/rsnapshot-1.3.0-1-src.tar.bz2 \
    http://cygwin.cante.net/rsnapshot/rsnapshot-1.3.0-1.tar.bz2 \
  tar -xf rsnapshot-1.3.0-1-src.tar.bz2
  ./rsnapshot*.sh --color all

Jari

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]