diff options
author | Bill Nottingham <notting@redhat.com> | 2006-09-21 18:48:24 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-09-21 18:48:24 +0000 |
commit | 83012d01b98da92b1172ed057b048a734a684bdf (patch) | |
tree | b2919bd8eb46fc94f80ef18c997f3e6ec6a6975a /rc.d/rc | |
parent | 2ec4dc57fc2d5edb4e14bf7c757a68df8dcd5526 (diff) | |
download | initscripts-83012d01b98da92b1172ed057b048a734a684bdf.tar initscripts-83012d01b98da92b1172ed057b048a734a684bdf.tar.gz initscripts-83012d01b98da92b1172ed057b048a734a684bdf.tar.bz2 initscripts-83012d01b98da92b1172ed057b048a734a684bdf.tar.xz initscripts-83012d01b98da92b1172ed057b048a734a684bdf.zip |
run with -m so that subprocesses get their own process group (part of
#184340)
Diffstat (limited to 'rc.d/rc')
-rwxr-xr-x | rc.d/rc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ # Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org> # +set -m + # check a file to be a correct runlevel script check_runlevel () { |