From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../code/nelns/Makefile.am.diff?r1=1.7&r2=1.8 | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 cvs/cvsweb.cgi/code/nelns/Makefile.am.diff?r1=1.7&r2=1.8 (limited to 'cvs/cvsweb.cgi/code/nelns/Makefile.am.diff?r1=1.7&r2=1.8') diff --git a/cvs/cvsweb.cgi/code/nelns/Makefile.am.diff?r1=1.7&r2=1.8 b/cvs/cvsweb.cgi/code/nelns/Makefile.am.diff?r1=1.7&r2=1.8 new file mode 100644 index 00000000..249cd9a7 --- /dev/null +++ b/cvs/cvsweb.cgi/code/nelns/Makefile.am.diff?r1=1.7&r2=1.8 @@ -0,0 +1,36 @@ + + + +code/nelns/Makefile.am - diff - 1.8 + +
[BACK] Return to Makefile.am + CVS log [TXT][DIR] Up to Nevrax / code / nelns

Diff for /code/nelns/Makefile.am between version 1.7 and 1.8

+ + + + + + + + + + + + + + + + + + + +
version 1.7, 2002/04/10 07:33:07version 1.8, 2002/05/03 08:11:14
Line 28 
Line 28 
         do \         do \
                 test -f ${DESTDIR}${pkgsysconfdir}/$${service}_service.cfg || cp ${srcdir}/$${service}_service/$${service}_service.cfg ${DESTDIR}${pkgsysconfdir} ; \                 test -f ${DESTDIR}${pkgsysconfdir}/$${service}_service.cfg || cp ${srcdir}/$${service}_service/$${service}_service.cfg ${DESTDIR}${pkgsysconfdir} ; \
         done         done
          test -f ${DESTDIR}${pkgsysconfdir}/common.cfg || cp ${srcdir}/admin_service/common.cfg ${DESTDIR}${pkgsysconfdir}
  
  
 uninstall-local: uninstall-local:
         for service in admin admin_executor login naming welcome ; \         for service in admin admin_executor login naming welcome ; \
         do \         do \
                 rm -f ${DESTDIR}${pkgsysconfdir}/$${service}_service.cfg ; \                 rm -f ${DESTDIR}${pkgsysconfdir}/$${service}_service.cfg ; \
         done         done
          rm -f ${DESTDIR}${pkgsysconfdir}/common.cfg
  
 # End of Makefile.am # End of Makefile.am


+
Legend:
+
Removed from v.1.7 
changed lines
 Added in v.1.8
+
+ + + +
+
\ No newline at end of file -- cgit v1.2.1