diff options
author | Martin Schwenke <martin@meltin.net> | 2008-07-09 14:23:02 +1000 |
---|---|---|
committer | Martin Schwenke <martin@meltin.net> | 2008-07-10 15:40:43 +1000 |
commit | 724e64b3378aaf76c7c37e59b2edc7d756615b80 (patch) | |
tree | c84b4d17bebfb1013a1702b3179716ef5f2e07d9 /ctdb/Makefile.in | |
parent | db55b9131717aad044347422a9b77c6be51907ed (diff) | |
download | samba-724e64b3378aaf76c7c37e59b2edc7d756615b80.tar.gz samba-724e64b3378aaf76c7c37e59b2edc7d756615b80.tar.xz samba-724e64b3378aaf76c7c37e59b2edc7d756615b80.zip |
Update Makefile.in for new version of onnode.
(This used to be ctdb commit c47acc0eb2e1275a6c6fc05829bd1131d999f8fd)
Diffstat (limited to 'ctdb/Makefile.in')
-rwxr-xr-x[-rw-r--r--] | ctdb/Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ctdb/Makefile.in b/ctdb/Makefile.in index a8fa1976a5..9b5ebe0288 100644..100755 --- a/ctdb/Makefile.in +++ b/ctdb/Makefile.in @@ -193,13 +193,11 @@ install: all ${INSTALLCMD} -m 755 config/events.d/90.ipmux $(DESTDIR)$(etcdir)/ctdb/events.d ${INSTALLCMD} -m 755 config/events.d/91.lvs $(DESTDIR)$(etcdir)/ctdb/events.d ${INSTALLCMD} -m 755 tools/ctdb_diagnostics $(DESTDIR)$(bindir) - ${INSTALLCMD} -m 755 tools/onnode.ssh $(DESTDIR)$(bindir) - ${INSTALLCMD} -m 755 tools/onnode.rsh $(DESTDIR)$(bindir) + ${INSTALLCMD} -m 755 tools/onnode $(DESTDIR)$(bindir) if [ -f doc/ctdb.1 ];then ${INSTALLCMD} -d $(DESTDIR)$(mandir)/man1; fi if [ -f doc/ctdb.1 ];then ${INSTALLCMD} -m 644 doc/ctdb.1 $(DESTDIR)$(mandir)/man1; fi if [ -f doc/ctdbd.1 ];then ${INSTALLCMD} -m 644 doc/ctdbd.1 $(DESTDIR)$(mandir)/man1; fi if [ -f doc/onnode.1 ];then ${INSTALLCMD} -m 644 doc/onnode.1 $(DESTDIR)$(mandir)/man1; fi - cd $(DESTDIR)$(bindir) && ln -sf onnode.ssh onnode test: all tests/run_tests.sh |