tis 2004-03-23 klockan 15.55 skrev Christof Damian: > I am trying to setup new roots with mach 0.4.5, but it hangs after > "Updating apt sources ..." > > Is anyone else experiencing this ? > Yes, and I posted a fix to the mach-devel list a few days ago. Since sf.net email archives is down atm I attach the patch here. -- And the lions ate the christians and the christians burned the witches, and even I am out of explanations -- Ola Salo gpg fingerprint: F3C4 AC90 B885 FE15 344B 4D05 220B 7662 A190 6F09
--- mach 2004-03-19 21:04:04.000000000 +0100 +++ mach.hacked 2004-03-19 23:20:25.000000000 +0100 @@ -1268,8 +1268,8 @@ Etc "''' + os.path.join (state, 'apt', 'etc', 'apt') + '''"; Cache "''' + os.path.join ('/', 'var', 'cache', 'mach') + '''"; State "''' + os.path.join (state, 'apt', 'var', 'state', 'apt') + '''"; + Bin { scripts "/dev/null"; }; } -clear Dir::Bin::scripts; // do not execute lua scripts ''' self.set_state ("apt.conf", conf)