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
=================================================================== +++ src/config.h 2008/06/19 13:36:10
--- src/config.h.orig @@ -50,7 +50,7 @@
+++ src/config.h # define CONFFILE "/etc/dnsmasq.conf"
@@ -58,7 +58,7 @@
#endif #endif
#define DEFLEASE 3600 /* default lease time, 1 hour */ #define DEFLEASE 3600 /* default lease time, 1 hour */
-#define CHUSER "nobody" -#define CHUSER "nobody"
+#define CHUSER "dnsmasq" +#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 Tue Sep 1 10:30:14 CEST 2009 - ug@suse.de

View File

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