CVSROOT: /cvs/dm Module name: multipath-tools Branch: RHEL5_FC6 Changes by: bmarzins@xxxxxxxxxxxxxx 2007-10-10 16:52:41 Modified files: path_priority/pp_netapp: Makefile Log message: O.k. mpath_prio_netapp is now a symlink to mpath_prio_ontap. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/path_priority/pp_netapp/Makefile.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.2.2.3&r2=1.2.2.4 --- multipath-tools/path_priority/pp_netapp/Makefile 2007/10/09 21:48:20 1.2.2.3 +++ multipath-tools/path_priority/pp_netapp/Makefile 2007/10/10 16:52:41 1.2.2.4 @@ -1,4 +1,4 @@ -EXEC = mpath_prio_netapp +EXEC = mpath_prio_ontap BUILD = glibc OBJS = pp_netapp.o @@ -17,7 +17,8 @@ install: $(EXEC) [ -f $(EXEC).static ] && install -m 755 $(EXEC).static $(DESTDIR)$(bindir)/$(EXEC).static install -m 755 $(EXEC) $(DESTDIR)$(bindir)/$(EXEC) - ln -s $(DESTDIR)$(bindir)/$(EXEC) $(DESTDIR)$(bindir)/mpath_prio_ontap + ln -sf $(DESTDIR)$(bindir)/$(EXEC) $(DESTDIR)$(bindir)/mpath_prio_netapp + ln -sf $(DESTDIR)$(bindir)/$(EXEC).static $(DESTDIR)$(bindir)/mpath_prio_netapp.static uninstall: rm $(DESTDIR)$(bindir)/$(EXEC) -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel