diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2010-01-19 17:01:49 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2010-01-19 17:01:49 -0800 |
commit | 87f79c9d17a9295e8a890576cb0d8442a3711546 (patch) | |
tree | 57d31e77e2e0a9e544b6a2c6a014667f4318cd73 /debian/vyatta-cfg-system.postinst.in | |
parent | dfcecc70a00da8d70f9e4b7d365385a9b5212070 (diff) | |
parent | 6feb00807447d77299236a758f76c134f2b30f5b (diff) | |
download | vyatta-cfg-quagga-87f79c9d17a9295e8a890576cb0d8442a3711546.tar.gz vyatta-cfg-quagga-87f79c9d17a9295e8a890576cb0d8442a3711546.zip |
Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-system into kenwood
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index c2b374c8..1e77d69d 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -129,6 +129,8 @@ EOF # Install pamradius config (should come with radius client eventually) cp $sysconfdir/pam_radius.cfg /usr/share/pam-configs/radius + + cp $sysconfdir/vyatta-sysctl.conf /etc/sysctl.d/30-vyatta-router.conf fi if [ "$sysconfdir" != "/opt/vyatta/etc" ]; then |