mirror of the now-defunct rocklinux.org
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.

13 lines
637 B

  1. diff -pruN isdn4k-utils/isdnlog/Makefile.in isdn4k-utils-orig/isdnlog/Makefile.in
  2. --- isdn4k-utils/isdnlog/Makefile.in 2006-09-30 11:50:17.000000000 +0200
  3. +++ isdn4k-utils/isdnlog/Makefile.in 2002-07-19 21:03:55.000000000 +0200
  4. @@ -1842,9 +1842,6 @@ install-data:
  5. $(INSTALL_DATA) $$f $(DESTDIR)$(DATADIR); \
  6. echo Installing $(DESTDIR)$(DATADIR)/$$f; \
  7. done
  8. - @(grep isdnlog $(SERVICEFILE) >/dev/null) || \
  9. - (echo "";echo "";echo "Add a line to the file $(SERVICEFILE)" ;echo "";echo ""; \
  10. - echo "isdnlog $(SERV_PORT)/tcp isdnlog" >> $(SERVICEFILE))
  11. install-strip:
  12. $(MAKE) INSTALL_BIN='$(INSTALL_BIN) -s' \