diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-11-02 17:18:27 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-11-02 17:18:27 -0800 |
commit | 403bb750a20b84800fbbd4d18156b11840b65ee4 (patch) | |
tree | 17fd586c4a920e45ef01e5e45b37a99f5d220bf7 /debian/vyatta-cfg-system.postinst.in | |
parent | 6ddbdaeb4557c04e6ad5c86f7ced922685634851 (diff) | |
download | vyatta-cfg-system-403bb750a20b84800fbbd4d18156b11840b65ee4.tar.gz vyatta-cfg-system-403bb750a20b84800fbbd4d18156b11840b65ee4.zip |
rename pam-radius to pam_radius.cfg
Use a reasonable suffix for file type
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 95fcd1ca..3a914f7f 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -149,7 +149,7 @@ update-rc.d -f ssh remove >/dev/null sed -i 's/requisite[ \t][ \t]*pam_securetty.so/required pam_securetty.so/' $rootfsdir/etc/pam.d/login # Install pamradius config (should come with radius client eventually) -cp $sysconfdir/pam-radius /usr/share/pam-configs/radius +cp $sysconfdir/pam_radius.cfg /usr/share/pam-configs/radius [ grep "blacklist.*snd-pcsp" >&/dev/null ] || echo "blacklist snd-pcsp" >>/etc/modprobe.d/blacklist |