diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 2de64d20..ff40285f 100644 --- a/debian/control +++ b/debian/control @@ -18,13 +18,15 @@ Depends: sed (>= 4.1.5), ntp, sysklogd, busybox, + grub-pc, whois, sudo, snmpd, keepalived, + bridge-utils, ssh, ed, - bridge-utils + tshark Suggests: util-linux (>= 2.13-5), net-tools, ethtool, diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 17d1264d..a627c4af 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -47,7 +47,7 @@ Cmnd_Alias ETHTOOLP = /usr/sbin/ethtool -p * Cmnd_Alias DATE = /bin/date, /usr/sbin/ntpdate Cmnd_Alias PPPOE_CMDS = /sbin/pppd, /sbin/poff %operator ALL=NOPASSWD: /sbin/reboot, DATE, IPTABLES, ETHTOOLP, IPFLUSH, \ - PPPOE_CMDS + PPPOE_CMDS, /usr/bin/tshark ### END VYATTA OPERATOR COMMANDS EOF fi |