From: Sascha Nonn (sascha_at_heineken.chemie.uni-dortmund.de)
Date: Wed Oct 10 2001 - 10:08:23 CEST
Message-Id: <200110100808.f9A88N421450@heineken.chemie.uni-dortmund.de> From: Sascha Nonn <sascha@heineken.chemie.uni-dortmund.de> Date: Wed, 10 Oct 2001 10:08:23 +0200 Subject: Re: [alice] Runlevel 3 and rpm problem
Thanx, that worked!
But still I have the wrong runlevel. I found out, that there is another
problem with the default route. When I just do a 'init 3' there is a wrong
default-route. After /etc/init-d/route restart, everything is fine. So I need
to execute two things at the end of make_all:
/etc/init.d/route restart
/etc/init.d/sshd start
and I'll be happy. But how can I tell make_all? I found something like
$ALICE_POST_SCRIPT in make_all, but where can I set this variable?
Sascha
On Wednesday 10 October 2001 09:30, you wrote:
> Hi there,
>
> > %pre
> > test -r /etc/ssh/sshd_config && mv /etc/ssh/sshd_config
> > /etc/ssh/sshd_config.rpmsave
>
> Just work with relative paths here, so use etc/ssh/sshd_config instead of
> /etc/ssh/sshd_config.
>
> RPM does a CHROOT to the installation-root before calling the
> install-scripts.
>
> Works for me,
>
> Sven
This archive was generated by hypermail 2.1.7 : Wed Jun 25 2003 - 22:19:24 CEST