OBS User autobuild 2009-11-16 11:55:18 +00:00 committed by Git OBS Bridge
parent 83c667e355
commit 94ba292376
3 changed files with 12 additions and 23 deletions

View File

@ -1,10 +1,8 @@
Index: src/config.h
===================================================================
--- src/config.h.orig
+++ src/config.h
@@ -58,7 +58,7 @@
--- src/config.h
+++ src/config.h 2008/06/19 13:36:10
@@ -50,7 +50,7 @@
# define CONFFILE "/etc/dnsmasq.conf"
#endif
#define DEFLEASE 3600 /* default lease time, 1 hour */
-#define CHUSER "nobody"
+#define CHUSER "dnsmasq"

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Tue Nov 3 19:09:13 UTC 2009 - coolo@novell.com
- updated patches to apply with fuzz=0
-------------------------------------------------------------------
Tue Sep 1 10:30:14 CEST 2009 - ug@suse.de

View File

@ -1,8 +1,6 @@
Index: man/dnsmasq.8
===================================================================
--- man/dnsmasq.8.orig
+++ man/dnsmasq.8
@@ -110,7 +110,7 @@ can be over-ridden with this switch.
--- man/dnsmasq.8
+++ man/dnsmasq.8 2005/11/28 10:33:09
@@ -70,7 +70,7 @@
.TP
.B \-g, --group=<groupname>
Specify the group which dnsmasq will run
@ -11,16 +9,14 @@ Index: man/dnsmasq.8
/etc/ppp/resolv.conf which is not normally world readable.
.TP
.B \-v, --version
Index: src/config.h
===================================================================
--- src/config.h.orig
+++ src/config.h
@@ -59,7 +59,7 @@
--- src/config.h
+++ src/config.h 2006/05/09 14:27:47
@@ -45,7 +45,7 @@
#endif
#define DEFLEASE 3600 /* default lease time, 1 hour */
#define CHUSER "nobody"
-#define CHGRP "dip"
+#define CHGRP "nogroup"
#define DHCP_SERVER_PORT 67
#define DHCP_CLIENT_PORT 68
#define DHCP_SERVER_ALTPORT 1067