diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-02-28 13:27:16 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-02-28 13:27:16 -0800 |
commit | 30d8f0c649a9ee7a6e533e71b1bcb114df4576ed (patch) | |
tree | d5e248f1c776d9b97735092dad1dbb8206a3373e /Makefile.am | |
parent | fb828c7cf89d964482f1812eec0acd33708b8e0c (diff) | |
download | vyatta-op-30d8f0c649a9ee7a6e533e71b1bcb114df4576ed.tar.gz vyatta-op-30d8f0c649a9ee7a6e533e71b1bcb114df4576ed.zip |
show commands don't need sudo
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 2333bb9..314a24d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,6 @@ default_DATA = etc/default/vyatta completiondir = /etc/bash_completion.d completion_DATA = etc/bash_completion.d/10vyatta-op opdir = $(datadir)/vyatta-op/templates -bin_sudo_usersdir = $(bindir)/sudo-users funcdir = $(datadir)/vyatta-op/functions func_DATA = functions/tech-support @@ -21,8 +20,7 @@ bin_SCRIPTS += scripts/vyatta-show-log-file bin_SCRIPTS += scripts/vyatta-show-dmesg bin_SCRIPTS += scripts/vyatta-show-dmesg-all bin_SCRIPTS += scripts/vyatta-show-dmi - -bin_sudo_users_SCRIPTS = scripts/vyatta-identify-interface.pl +bin_SCRIPTS += scripts/vyatta-identify-interface.pl cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |