Wrong comment in etc/sysctl.d/README file

Bug #345688 reported by Todor Dragnev
2
Affects Status Importance Assigned to Milestone
procps (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: procps

/etc/init.d/procfs works in reversed way as is described in the README file:

"End-users can use 60-*.conf and above, or use /etc/sysctl.conf directly, which overrides anything in
this directory."

but in /etc/init.d/procps order is this:
    33 for file in /etc/sysctl.conf /etc/sysctl.d/*.conf ; do
    34 if [ -r "$file" ] ; then
    35 log_action_begin_msg "Setting kernel variables ($file)"
    36 sysctl $quiet -p "$file"
    37 log_action_end_msg $?
    38 fi
    39 done

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.