diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-02-26 13:33:14 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-02-26 13:33:14 -0800 |
commit | 210ad3ed32aeacacb0c9435ef11b770b04e135ed (patch) | |
tree | 734b6cdc0ad090cf285ac76025ece91da4313e1f /Makefile.am | |
parent | e4105d088ddda49c4d5c2b88ee81daa793e24204 (diff) | |
download | vyatta-cluster-210ad3ed32aeacacb0c9435ef11b770b04e135ed.tar.gz vyatta-cluster-210ad3ed32aeacacb0c9435ef11b770b04e135ed.zip |
show command doesn't need sudo
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 03c49e0..9531f18 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,10 @@ cfgdir = $(datadir)/vyatta-cfg/templates opdir = $(datadir)/vyatta-op/templates share_perl5dir = $(datadir)/perl5 -bin_sudo_usersdir = $(bindir)/sudo-users curverdir = $(sysconfdir)/config-migrate/current sbin_SCRIPTS = scripts/vyatta-update-cluster.pl -bin_sudo_users_SCRIPTS = scripts/vyatta-show-cluster.pl +sbin_SCRIPTS += scripts/vyatta-show-cluster.pl share_perl5_DATA = scripts/VyattaClusterConfig.pm curver_DATA = cfg-version/cluster@1 |