diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-03-14 14:44:19 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-03-14 14:44:19 -0700 |
commit | bf635bfbb05a255adeffd923302dd90e349aa52d (patch) | |
tree | ae5bb611870759a30d80546deec3e1886676f9f1 /debian | |
parent | 1c352fd2c2fe87d398e288f536cf9178406ce749 (diff) | |
parent | d73480b922f5fabb0f885e8df53b7d03425580e4 (diff) | |
download | vyatta-cfg-quagga-bf635bfbb05a255adeffd923302dd90e349aa52d.tar.gz vyatta-cfg-quagga-bf635bfbb05a255adeffd923302dd90e349aa52d.zip |
Merge branch 'glendale' into hollywood
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3d4965c5..a60e21dd 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Depends: bash (>= 3.1), perl (>= 5.8.8), procps (>= 1:3.2.7-3), coreutils (>= 5.97-5.3), + libpam-radius-auth, vyatta-cfg, sysv-rc, ntp, sysklogd, busybox, ssh, whois, sudo, snmpd, keepalived, vyatta-bash, bridge-utils, tshark Suggests: util-linux (>= 2.13-5), 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 |