diff options
Diffstat (limited to 'source/n/ppp/doinst.sh')
-rw-r--r-- | source/n/ppp/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/n/ppp/doinst.sh b/source/n/ppp/doinst.sh index 54facc41..3a74db67 100644 --- a/source/n/ppp/doinst.sh +++ b/source/n/ppp/doinst.sh @@ -10,6 +10,11 @@ config() { fi # Otherwise, we leave the .new copy for the admin to consider... } + +if [ -r etc/pam.d/ppp.new ]; then + config etc/pam.d/ppp.new +fi + config etc/ppp/chap-secrets.new config etc/ppp/options.new config etc/ppp/pap-secrets.new |