OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.7 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../ipvsadm/old_suffix.diff
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- ./Makefile.orig 2005-02-03 19:21:42.000000000 -0300
  17. +++ ./Makefile 2005-02-03 19:23:32.000000000 -0300
  18. @@ -91,15 +91,15 @@
  19. install: ipvsadm
  20. if [ ! -d $(SBIN) ]; then $(MKDIR) -p $(SBIN); fi
  21. - $(INSTALL) -m 0755 -s ipvsadm $(SBIN)
  22. - $(INSTALL) -m 0755 ipvsadm-save $(SBIN)
  23. - $(INSTALL) -m 0755 ipvsadm-restore $(SBIN)
  24. + $(INSTALL) -m 0755 -s ipvsadm $(SBIN)/ipvsadm.old
  25. + $(INSTALL) -m 0755 ipvsadm-save $(SBIN)/ipvsadm-save.old
  26. + $(INSTALL) -m 0755 ipvsadm-restore $(SBIN)/ipvsadm-restore.old
  27. [ -d $(MAN) ] || $(MKDIR) -p $(MAN)
  28. - $(INSTALL) -m 0644 ipvsadm.8 $(MAN)
  29. - $(INSTALL) -m 0644 ipvsadm-save.8 $(MAN)
  30. - $(INSTALL) -m 0644 ipvsadm-restore.8 $(MAN)
  31. + $(INSTALL) -m 0644 ipvsadm.8 $(MAN)/ipvsadm.old.8
  32. + $(INSTALL) -m 0644 ipvsadm-save.8 $(MAN)/ipvsadm-save.old.8
  33. + $(INSTALL) -m 0644 ipvsadm-restore.8 $(MAN)/ipvsadm-restore.old.8
  34. if [ -d $(INIT) ]; then \
  35. - $(INSTALL) -m 0755 ipvsadm.sh $(INIT)/ipvsadm; \
  36. + $(INSTALL) -m 0755 ipvsadm.sh $(INIT)/ipvsadm.old; \
  37. fi
  38. clean: