From 5171f94ea7224e561ab29f99499517e58dcab056 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 21 Mar 2008 13:04:03 -0700 Subject: Allow operator to run ntpdate Fix for Bug 3018, allow operator to run ntpdate. --- debian/vyatta-cfg-system.postinst.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 1c0ba92c..f3d53450 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -42,7 +42,8 @@ Cmnd_Alias IPFLUSH = /sbin/ip route flush cache, \ /sbin/ip neigh flush to *, \ /sbin/ip neigh flush dev * Cmnd_Alias ETHTOOLP = /usr/sbin/ethtool -p * -%operator ALL=NOPASSWD: /sbin/reboot, /bin/date, IPTABLES, ETHTOOLP, IPFLUSH +Cmnd_Alias DATE = /bin/date, /usr/sbin/ntpdate +%operator ALL=NOPASSWD: /sbin/reboot, DATE, IPTABLES, ETHTOOLP, IPFLUSH EOF # for "users" level (FIXME) -- cgit v1.2.3 From 5d2be410b7f40309a83c52fe6a6b741a9fd781c8 Mon Sep 17 00:00:00 2001 From: rbalocca Date: Fri, 21 Mar 2008 16:40:21 -0700 Subject: Fix debian dependencies --- debian/control | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index ac3bec6d..e73fa4bf 100644 --- a/debian/control +++ b/debian/control @@ -7,14 +7,22 @@ Standards-Version: 3.7.2 Package: vyatta-cfg-system Architecture: all -Depends: bash (>= 3.1), - sed (>= 4.1.5), +Depends: sed (>= 4.1.5), 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 + vyatta-cfg, + vyatta-bash, + sysv-rc, + ntp, + sysklogd, + busybox, + whois, + sudo, + snmpd, + keepalived, + bridge-utils Suggests: util-linux (>= 2.13-5), net-tools, ethtool, -- cgit v1.2.3