AdrianDroid / apt-cyg

Automatically exported from code.google.com/p/apt-cyg
MIT License
0 stars 0 forks source link

use setup.rc for defaults #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Working directory and mirror should be taken from setup.rc by default.

Now they are hard-coded to "/setup" and "ftp://mirror.mcs.anl.gov/pub/cygwin".

Original issue reported on code.google.com by ruvim.pi...@gmail.com on 21 Nov 2012 at 1:30

GoogleCodeExporter commented 8 years ago
I just coded this up.  I left alone the current code that allows the cache and 
mirror to be set via the --cache and --mirror options (into 
/etc/setup/last-{cache,mirror} files), but if those aren't present, it tries to 
grab the info from /etc/setup/setup.rc.

I'm attaching the file "apt-cyg.patch".  You can apply that via:

patch -p1 -d /bin <apt-cyg.patch

Original comment by 4WayneD on 12 Jul 2013 at 4:54

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in 0.58.

Original comment by i...@skl.me on 19 Feb 2014 at 8:44