SOURCES: dhcpv6-Makefile.patch - rewritten without useless lines

darekr darekr at pld-linux.org
Tue Sep 20 13:59:30 CEST 2005


Author: darekr                       Date: Tue Sep 20 11:59:30 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- rewritten without useless lines

---- Files affected:
SOURCES:
   dhcpv6-Makefile.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/dhcpv6-Makefile.patch
diff -u SOURCES/dhcpv6-Makefile.patch:1.1 SOURCES/dhcpv6-Makefile.patch:1.2
--- SOURCES/dhcpv6-Makefile.patch:1.1	Tue Sep 20 11:02:10 2005
+++ SOURCES/dhcpv6-Makefile.patch	Tue Sep 20 13:59:25 2005
@@ -1,5 +1,5 @@
---- dhcp-0.10/Makefile.in.orig	2005-09-20 10:20:14.000000000 +0200
-+++ dhcp-0.10/Makefile.in	2005-09-20 10:22:25.000000000 +0200
+--- dhcp-0.10/Makefile.in.orig	2005-09-20 13:49:33.000000000 +0200
++++ dhcp-0.10/Makefile.in	2005-09-20 13:51:58.000000000 +0200
 @@ -11,6 +11,7 @@
  YACC=	@YACC@
  LEX=	@LEX@
@@ -8,33 +8,15 @@
  DESTDIR=
  
  INSTALL=@INSTALL@
-@@ -97,13 +98,14 @@
+@@ -97,6 +98,11 @@
  	$(INSTALL_DATA) dhcp6s.8 $(DESTDIR)$(mandir)/man8/
  	$(INSTALL_DATA) dhcp6c.conf.5 $(DESTDIR)$(mandir)/man5/
  	$(INSTALL_DATA) dhcp6s.conf.5 $(DESTDIR)$(mandir)/man5/
--
--rh_install:: install
--	$(INSTALL) -d $(initdir)
--	$(INSTALL_PROGRAM) dhcp6s.sh $(initdir)/dhcp6s
--	$(INSTALL_PROGRAM) dhcp6c.sh $(initdir)/dhcp6c
--	$(CHKCONFIG) --add dhcp6s
--	$(CHKCONFIG) --add dhcp6c
 +	$(INSTALL) -d $(DESTDIR)$(sysconfigdir)
-+	$(INSTALL) dhcp6c.sysconfig $(DESTDIR)$(sysconfigdir)/dhcp6c
 +	$(INSTALL) dhcp6s.sysconfig $(DESTDIR)$(sysconfigdir)/dhcp6s
++	$(INSTALL) dhcp6c.sysconfig $(DESTDIR)$(sysconfigdir)/dhcp6c
 +	$(INSTALL) -d $(DESTDIR)$(etc)
 +	$(INSTALL_PROGRAM) $(CONFIGFILES) $(DESTDIR)$(etc)
-+	$(INSTALL) -d $(DESTDIR)$(initdir)
-+	$(INSTALL_PROGRAM) dhcp6s.sh $(DESTDIR)$(initdir)/dhcp6s
-+	$(INSTALL_PROGRAM) dhcp6c.sh $(DESTDIR)$(initdir)/dhcp6c
- 
- uninstall::
- 	for progs in $(TARGET); do \
-@@ -114,7 +116,6 @@
- 	/bin/rm -f $(mandir)/man5/dhcp6c.conf.5
- 	/bin/rm -f $(mandir)/man5/dhcp6s.conf.5
  
--rh_uninstall:: uninstall
- 	$(CHKCONFIG) --del dhcp6s
- 	$(CHKCONFIG) --del dhcp6c
- 	/bin/rm -f $(initdir)/dhcp6s
+ rh_install:: install
+ 	$(INSTALL) -d $(initdir)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/dhcpv6-Makefile.patch?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list