diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-03-10 17:57:18 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-03-10 17:57:18 -0700 |
commit | 8c19cf60345065b1d573e7befea9be6042d296a2 (patch) | |
tree | 4d00842161546c662c934736834402d441d099cd /debian/vyatta-cfg-system.postinst.in | |
parent | e7b2082e077f2ac4625f8a7e2a45749b3ce56140 (diff) | |
download | vyatta-cfg-system-8c19cf60345065b1d573e7befea9be6042d296a2.tar.gz vyatta-cfg-system-8c19cf60345065b1d573e7befea9be6042d296a2.zip |
fix for bug 2083: add radius authentication support.
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 979760f6..aca479ea 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -64,7 +64,6 @@ mv /etc/crontab.$$ /etc/crontab crontab /etc/crontab # create needed directories -mkdir -p /etc/raddb mkdir -p /var/log/{user,vrrpd} touch /etc/environment |