File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / dnsmasq / contrib / Suse / dnsmasq-SuSE.patch
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Jul 29 19:37:40 2013 UTC (11 years ago) by misho
Branches: elwix, dnsmasq, MAIN
CVS tags: v2_84, v2_76p1, v2_71, v2_66p0, v2_66, HEAD
dnsmasq

    1: --- man/dnsmasq.8	2004-08-08 20:57:56.000000000 +0200
    2: +++ man/dnsmasq.8	2004-08-12 00:40:01.000000000 +0200
    3: @@ -69,7 +69,7 @@
    4:  .TP
    5:  .B \-g, --group=<groupname> 
    6:  Specify the group which dnsmasq will run
    7: -as. The defaults to "dip", if available, to facilitate access to
    8: +as. The defaults to "dialout", if available, to facilitate access to
    9:  /etc/ppp/resolv.conf which is not normally world readable.
   10:  .TP
   11:  .B \-v, --version
   12: --- src/config.h	2004-08-11 11:39:18.000000000 +0200
   13: +++ src/config.h	2004-08-12 00:40:01.000000000 +0200
   14: @@ -44,7 +44,7 @@
   15:  #endif
   16:  #define DEFLEASE 3600 /* default lease time, 1 hour */
   17:  #define CHUSER "nobody"
   18: -#define CHGRP "dip"
   19: +#define CHGRP "dialout"
   20:  #define DHCP_SERVER_PORT 67
   21:  #define DHCP_CLIENT_PORT 68
   22:  
   23: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>