[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Latest tree broke rpm?
- From: Jakub Jelinek <jakub redhat com>
- To: Development discussions related to Fedora Core <fedora-devel-list redhat com>
- Subject: Re: Latest tree broke rpm?
- Date: Wed, 5 May 2004 15:00:31 -0400
On Wed, May 05, 2004 at 02:00:33PM -0400, seth vidal wrote:
>
> > Could it be a problem with /usr/sbin/glibc_post_upgrade?
> >
> > $ rpm -q --scripts glibc
> > postinstall program: /usr/sbin/glibc_post_upgrade
> > postuninstall program: /sbin/ldconfig
> >
>
> not a bad place to look.
glibc_post_upgrade is essentially:
/sbin/ldconfig || exit
/usr/sbin/iconvconfig || exit
/sbin/telinit || exit
/sbin/service sshd condrestart || exit
(but as it cannot assume /bin/sh and other programs being available,
it is statically linked proglet).
Jakub
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]