From: Derek B. <de...@ba...> - 2004-12-01 16:52:51
|
On Wed, December 1, 2004 5:12, Lionel Bouton said: > Derek Battams wrote the following on 01.12.2004 05:23 : > >>As an aside, if anyone uses Trustix Secure Linux 2.2 and wants an RPM o= r >>SRPM for 1.3.6 on TSL 2.2 I built them and they're available at: >> >>http://www.battams.ca/software/tsl22/ >> >> > > Did you need to change the spec file ? Yes, I had to change the spec file slightly. Basically I had to assign a specific UID to the sqlgrey user (since TSL 2.2 actually assigned a syste= m account for sqlgrey) and I also had to create the sqlgrey group if it did not exist. I also had to patch init/sqlgrey since the /etc/rc.d/init.d/functions fil= e does not exists in TSL 2.2 (it's actually just /etc/init.d/functions).=20 And finally I patched etc/sqlgrey.conf to make SQLite the default databas= e (which is how TSL set it up with their 1.2.0 RPM that is included with th= e distro). Nothing serious, just some minor changes. - Derek |