From 15128e1a9877729275bbe10b51e7cf3efa6b7fa2 Mon Sep 17 00:00:00 2001 From: rbalocca Date: Mon, 24 Mar 2008 18:14:04 -0700 Subject: Set dependencies on either bash or vyatta-bash --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index e73fa4bf..95214888 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Depends: sed (>= 4.1.5), coreutils (>= 5.97-5.3), libpam-radius-auth, vyatta-cfg, - vyatta-bash, + vyatta-bash | bash (>= 3.1), sysv-rc, ntp, sysklogd, -- cgit v1.2.3 From 1cdabf9a1200f4527486eb1ee3e21a0e99bf1441 Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Tue, 25 Mar 2008 17:39:41 -0700 Subject: Bugfix: 3021 Allow operators to bring pppoe connections up and down. --- debian/vyatta-cfg-system.postinst.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index f3d53450..30cbfd5a 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -43,7 +43,9 @@ Cmnd_Alias IPFLUSH = /sbin/ip route flush cache, \ /sbin/ip neigh flush dev * Cmnd_Alias ETHTOOLP = /usr/sbin/ethtool -p * Cmnd_Alias DATE = /bin/date, /usr/sbin/ntpdate -%operator ALL=NOPASSWD: /sbin/reboot, DATE, IPTABLES, ETHTOOLP, IPFLUSH +Cmnd_Alias PPPOE_CMDS = /sbin/pppd, /sbin/poff +%operator ALL=NOPASSWD: /sbin/reboot, DATE, IPTABLES, ETHTOOLP, IPFLUSH, \ + PPPOE_CMDS EOF # for "users" level (FIXME) -- cgit v1.2.3