Re: [gobolinux-devel] OpenSSH package

2007-01-28 Thread Lucas C. Villa Real
On 1/28/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > > That's strange. I downloaded it yesterday there were no differences > > from the one in the trunk.. > > > I see what you mean... > Somehow I have managed to overwrite the modified recipe with a broken > version. I've modified it to use ${gob

Re: [gobolinux-devel] OpenSSH package

2007-01-28 Thread Jonas Karlsson
2007/1/28, Lucas C. Villa Real <[EMAIL PROTECTED]>: > On 1/28/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > > > Yes, true. Can we have a script to check which packages doesn't exist > > > or are outdated and, based on that list, perform a ChrootCompile + > > > SignProgram? I'd welcome that ;-) >

Re: [gobolinux-devel] OpenSSH package

2007-01-28 Thread Lucas C. Villa Real
On 1/28/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > > Yes, true. Can we have a script to check which packages doesn't exist > > or are outdated and, based on that list, perform a ChrootCompile + > > SignProgram? I'd welcome that ;-) > How about BatchChrootCoimpile? :) > But the list have to col

Re: [gobolinux-devel] OpenSSH package

2007-01-27 Thread Jonas Karlsson
2007/1/28, Lucas C. Villa Real <[EMAIL PROTECTED]>: > On 1/27/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > > Well, if the recipe is used the keys are placed inside > > /Programs/OpenSSH/Settings, which isn't included when the package is > > generated, instead of > > /Programs/OpenSSH/4.5p1/Resou

Re: [gobolinux-devel] OpenSSH package

2007-01-27 Thread Lucas C. Villa Real
On 1/27/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > Well, if the recipe is used the keys are placed inside > /Programs/OpenSSH/Settings, which isn't included when the package is > generated, instead of > /Programs/OpenSSH/4.5p1/Resources/Defaults/Settings, which is what the > old recipe did. Th

Re: [gobolinux-devel] OpenSSH package

2007-01-27 Thread Jonas Karlsson
Well, if the recipe is used the keys are placed inside /Programs/OpenSSH/Settings, which isn't included when the package is generated, instead of /Programs/OpenSSH/4.5p1/Resources/Defaults/Settings, which is what the old recipe did. Therefore the keys are not distributed in the package. My recipe a

Re: [gobolinux-devel] OpenSSH package

2007-01-27 Thread Fábio Mierlo
But it works for the package too? Or it works only for the recipe? On 1/27/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > 2007/1/27, Fábio Mierlo <[EMAIL PROTECTED]>: > > Hi, > > > > I notice that OpenSSH package still store ssh default keys. > > > > I suggest to delete the keys and run the attac

Re: [gobolinux-devel] OpenSSH package

2007-01-27 Thread Jonas Karlsson
2007/1/27, Fábio Mierlo <[EMAIL PROTECTED]>: > Hi, > > I notice that OpenSSH package still store ssh default keys. > > I suggest to delete the keys and run the attached script after install. > This script test if the keys exist and if not, it create new ones without > user input. > The recipe shoul

[gobolinux-devel] OpenSSH package

2007-01-26 Thread Fábio Mierlo
Hi, I notice that OpenSSH package still store ssh default keys. I suggest to delete the keys and run the attached script after install. This script test if the keys exist and if not, it create new ones without user input. ssh-host-keygen.sh Description: Bourne shell script