]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix implementation of rc variables $amd_flags and $amd_map_program in
authorRalf S. Engelschall <rse@FreeBSD.org>
Wed, 18 Sep 2002 08:49:50 +0000 (08:49 +0000)
committerRalf S. Engelschall <rse@FreeBSD.org>
Wed, 18 Sep 2002 08:49:50 +0000 (08:49 +0000)
commit25ade111dc809bcfc48fdfd4ba4471ffa4ec1414
treefba794a1b5aaea2fc34a18bf6d9f4f5cf941c9d9
parent99571dc345c8eae8cea5eaace59ee22f41b22621
Fix implementation of rc variables $amd_flags and $amd_map_program in
rcNG. The $amd_flags variable was already taken over into $rc_flags
by run_rc_command() when amd_precmd() is executed, so changing
$amd_flags there no longer effects the actual execution of amd.
Hence in amd_precmd() the $rc_flags have to be adjusted instead.
etc/rc.d/amd