[Pkg-utopia-commits] r518 - packages/unstable/dhcdbd/debian/patches

Riccardo Setti giskard-guest at costa.debian.org
Mon Jan 23 16:46:34 UTC 2006


Author: giskard-guest
Date: 2006-01-23 16:46:33 +0000 (Mon, 23 Jan 2006)
New Revision: 518

Added:
   packages/unstable/dhcdbd/debian/patches/03.dhcdbd.service.patch
Modified:
   packages/unstable/dhcdbd/debian/patches/02_makefile.patch
Log:


Modified: packages/unstable/dhcdbd/debian/patches/02_makefile.patch
===================================================================
--- packages/unstable/dhcdbd/debian/patches/02_makefile.patch	2006-01-23 16:37:00 UTC (rev 517)
+++ packages/unstable/dhcdbd/debian/patches/02_makefile.patch	2006-01-23 16:46:33 UTC (rev 518)
@@ -1,6 +1,6 @@
 --- Makefile	2005-11-17 03:36:00.000000000 +0100
-+++ Makefile.new	2006-01-23 17:28:07.000000000 +0100
-@@ -42,7 +42,7 @@
++++ Makefile.new	2006-01-23 17:44:48.000000000 +0100
+@@ -42,13 +42,13 @@
  	if [ -d RedHat ]; then  cd RedHat; make clean; fi;
  
  install:
@@ -8,4 +8,13 @@
 +	mkdir -p        $(DESTDIR)/usr/sbin
  	mkdir -p        $(DESTDIR)/usr/share/dbus-1/services
  	mkdir -p        $(DESTDIR)/etc/dbus-1/system.d
- 	cp -fp dhcdbd   $(DESTDIR)/sbin
+-	cp -fp dhcdbd   $(DESTDIR)/sbin
++	cp -fp dhcdbd   $(DESTDIR)/usr/sbin
+ 	if [ `whoami` = 'root' ]; then \
+-		chown root:root $(DESTDIR)/sbin/dhcdbd;	\
+-	        chmod 6755      $(DESTDIR)/sbin/dhcdbd;	\
++		chown root:root $(DESTDIR)/usr/sbin/dhcdbd;	\
++	        chmod 6755      $(DESTDIR)/usr//sbin/dhcdbd;	\
+         fi;
+ 	cp -fp system.d/dhcdbd.conf   $(DESTDIR)/etc/dbus-1/system.d
+ 	cp -fp service/dhcdbd.service $(DESTDIR)/usr/share/dbus-1/services

Added: packages/unstable/dhcdbd/debian/patches/03.dhcdbd.service.patch
===================================================================
--- packages/unstable/dhcdbd/debian/patches/03.dhcdbd.service.patch	2006-01-23 16:37:00 UTC (rev 517)
+++ packages/unstable/dhcdbd/debian/patches/03.dhcdbd.service.patch	2006-01-23 16:46:33 UTC (rev 518)
@@ -0,0 +1,7 @@
+--- dhcdbd.service	2005-11-17 03:36:00.000000000 +0100
++++ dhcdbd.service.new	2006-01-23 17:43:27.000000000 +0100
+@@ -1,3 +1,3 @@
+ [D-BUS Service]
+ Name=com.redhat.dhcp
+-Exec=/sbin/dhcdbd
++Exec=/usr/sbin/dhcdbd




More information about the Pkg-utopia-commits mailing list