openrdate-1.1.3-rename.patch 670 B

123456789101112131415161718192021222324252627282930
  1. Name the binary 'openrdate' as so not to conflict with the pre-existing ancient
  2. rdate.
  3. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
  4. diff -Nuar openrdate-1.1.3.orig/Makefile.am openrdate-1.1.3/Makefile.am
  5. --- openrdate-1.1.3.orig/Makefile.am 2007-11-10 21:15:31.000000000 -0800
  6. +++ openrdate-1.1.3/Makefile.am 2008-06-18 14:27:40.001963783 -0700
  7. @@ -1,15 +1,15 @@
  8. SUBDIRS = src
  9. -bin_PROGRAMS = rdate
  10. +bin_PROGRAMS = openrdate
  11. -rdate_SOURCES= \
  12. +openrdate_SOURCES= \
  13. src/rdate.c
  14. -rdate_LDADD= \
  15. +openrdate_LDADD= \
  16. src/librdate.a
  17. man_MANS= \
  18. - docs/rdate.8
  19. + docs/openrdate.8
  20. EXTRA_DIST= \
  21. - docs/rdate.8
  22. + $(man_MANS)