Accepting request 24474 from network

Copy from network/dnsmasq based on submit request 24474 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/24474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=21
This commit is contained in:
OBS User autobuild 2009-11-16 11:55:19 +00:00 committed by Git OBS Bridge
parent 287a98dd79
commit 77b4d1e54d
4 changed files with 24 additions and 13 deletions

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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

@ -21,7 +21,7 @@
Name: dnsmasq
Summary: Lightweight, Easy-to-Configure DNS Forwarder and DHCP Server
Version: 2.50
Release: 1
Release: 2
License: GPL v2 or later
Group: Productivity/Networking/DNS/Servers
Provides: dns_daemon

View File

@ -1,6 +1,8 @@
--- man/dnsmasq.8
+++ man/dnsmasq.8 2005/11/28 10:33:09
@@ -70,7 +70,7 @@
Index: man/dnsmasq.8
===================================================================
--- man/dnsmasq.8.orig
+++ man/dnsmasq.8
@@ -110,7 +110,7 @@ can be over-ridden with this switch.
.TP
.B \-g, --group=<groupname>
Specify the group which dnsmasq will run
@ -9,14 +11,16 @@
/etc/ppp/resolv.conf which is not normally world readable.
.TP
.B \-v, --version
--- src/config.h
+++ src/config.h 2006/05/09 14:27:47
@@ -45,7 +45,7 @@
#endif
Index: src/config.h
===================================================================
--- src/config.h.orig
+++ src/config.h
@@ -59,7 +59,7 @@
#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