Bug 593210

Summary: RFE: Add /etc/sysctl.d/ support
Product: Red Hat Enterprise Linux 6 Reporter: Jens Kuehnel <bugzilla-redhat>
Component: procpsAssignee: Jan Görig <jgorig>
Status: CLOSED DUPLICATE QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: medium Docs Contact:
Priority: low    
Version: 6.1CC: albert, notting
Target Milestone: rcKeywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-05-18 15:00:51 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 Jens Kuehnel 2010-05-18 07:55:52 UTC
Description of problem:

We have a *.d for almost everything, but not for sysctl.

We manage our servers with satellite, and some of our rpms would like to change things in /etc/sysctl.conf. It has to be done in the rpm, because some of our customers are not using RHN.

Of course the fix would be trivial.

Add to rc.sysint after:
sysctl -e -p /etc/sysctl.conf

for i in /etc/sysctl.d/*
do
  test -f $i && sysctl -e -p $i
done

The same thing exist in Debian/Ubuntu.

Comment 2 Bill Nottingham 2010-05-18 15:00:51 UTC

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