diff options
author | Michael Larson <slioch@slioch.vyatta.com> | 2009-11-30 16:33:47 -0800 |
---|---|---|
committer | Michael Larson <slioch@slioch.vyatta.com> | 2009-11-30 16:33:47 -0800 |
commit | 24e8311b4087aa3d540b10999929339f492c0328 (patch) | |
tree | f252365a0c6d5c607d6215817fce716ad5c388bf | |
parent | 200fb7a6cbe52454f46d94e424f7df461f253bb9 (diff) | |
parent | ac507b93b14900b3d1c32f06d7c139464cccc76b (diff) | |
download | vyatta-cfg-quagga-24e8311b4087aa3d540b10999929339f492c0328.tar.gz vyatta-cfg-quagga-24e8311b4087aa3d540b10999929339f492c0328.zip |
Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-system into kenwood
-rwxr-xr-x | scripts/rl-system.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rl-system.init b/scripts/rl-system.init index 2cca5d98..0eaf6a65 100755 --- a/scripts/rl-system.init +++ b/scripts/rl-system.init @@ -172,7 +172,7 @@ setup_ntp_config_file () { # restore PAM back to virgin state (no radius other services) pam_reset () { - DEBIAN_FRONTEND=noninteractive pam-auth-update unix + DEBIAN_FRONTEND=noninteractive pam-auth-update --force --remove radius } start () { |