Bug 359291

Summary: Quiet down scripts in package
Product: [Fedora] Fedora Reporter: Jesse Keating <jkeating>
Component: jack-audio-connection-kitAssignee: Andy Shevchenko <andy>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: dcantrell
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.109.0-1.fc9 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-21 21:14:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jesse Keating 2007-10-30 21:57:34 UTC
An install of the rawhide version of this package shows "grep:
/etc/security/limits.conf: No such file or directory"

This should be made to be more quiet.

Comment 1 Andy Shevchenko 2007-12-11 11:16:50 UTC
Does rawhide have /etc/security/limits.conf? In F-7/F-8 it is contained in the 
pam package.

Comment 2 Andy Shevchenko 2008-01-21 21:14:28 UTC
Should be fixed in last rawhide version.

Comment 3 Joe Orton 2008-06-24 15:04:58 UTC
grep -q %groupname /etc/security/limits.conf > /dev/null 2>&1 || cat >>
/etc/security/limits.conf << EOF

if this package gets installed before pam, this is going to create a limits.conf
which will prevent pam's default limits.conf from being installed AFAICT.

Why not just "Require(post): pam"?

Comment 4 Andy Shevchenko 2008-07-28 18:06:09 UTC
Sure. I've got this bug again.

*** This bug has been marked as a duplicate of 456830 ***