Bug 3667 - contains bad requires
Summary: contains bad requires
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: portsentry (show other bugs)
Version: unstable
Hardware: all Linux
: P2 blocker
Assignee: Nobody's working on this, feel free to take it
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-12 16:17 MSK by Sergey Bolshakov
Modified: 2005-08-30 13:07 MSD (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Bolshakov 2004-02-12 16:17:04 MSK
$ rpm -qp --requires portsentry-1.1-alt6.i586.rpm |grep network
/etc/sysconfig/network

which can't be satisfyed. This happens due this portsentry.init fragment:
--- 
# Source function library.
. /etc/init.d/functions
---
and should be replaced with
---
SourceIfNotEmpty /etc/sysconfig/network
---
Comment 1 Dmitry V. Levin 2004-02-12 16:40:20 MSK
Also, the "Check that networking is up" should be moved to start(), 
see /etc/init.d/xinetd for example. 
Comment 2 Aleksandr Blokhin 2004-02-12 18:05:28 MSK
fixed in portsentry-1.1-alt7