summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-03-17 11:29:43 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-03-17 11:29:43 -0700
commit270b7f05def72d184e7484bcbbd6cf116b0a9ac9 (patch)
tree074d2e3e047d3ede4ad0102661910c096bd4aebe /scripts
parentba4639d5d1fd9c20d180d80f2a2fc95a8cde9494 (diff)
parent00da1455d0f35193aa6aae2d7e74edb48971e778 (diff)
downloadvyatta-cfg-quagga-270b7f05def72d184e7484bcbbd6cf116b0a9ac9.tar.gz
vyatta-cfg-quagga-270b7f05def72d184e7484bcbbd6cf116b0a9ac9.zip
Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspur
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/rl-system.init1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rl-system.init b/scripts/rl-system.init
index 607bbb45..e7eaed14 100755
--- a/scripts/rl-system.init
+++ b/scripts/rl-system.init
@@ -171,6 +171,7 @@ setup_ntp_config_file () {
# system defaults.
security_reset () {
# restore PAM back to virgin state (no radius other services)
+ rm -f /etc/pam_radius_auth.conf
if grep -q radius /etc/pam.d/common-auth
then pam-auth-update --remove radius
fi