OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   26-Jul-2003 21:13:12
  Branch: HEAD                             Handle: 2003072620131100

  Modified files:
    openpkg-src/dhcpd       dhcpd.conf

  Log:
    whitespaces

  Summary:
    Revision    Changes     Path
    1.3         +4  -4      openpkg-src/dhcpd/dhcpd.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/dhcpd/dhcpd.conf
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 dhcpd.conf
  --- openpkg-src/dhcpd/dhcpd.conf      24 Jul 2003 07:03:13 -0000      1.2
  +++ openpkg-src/dhcpd/dhcpd.conf      26 Jul 2003 19:13:11 -0000      1.3
  @@ -2,7 +2,7 @@
   ##  dhcpd.conf -- ISC DHCP Daemon Configuration
   ##
   
  -#   Options applicable to all subnets 
  +#   Options applicable to all subnets
   option domain-name "example.com";
   authoritative;
   default-lease-time 600;
  @@ -37,7 +37,7 @@
           max-lease-time      86400; # 24hour
           deny unknown clients;
       }
  -    
  +
       #   Pool of unknown clients (i.e. MAC not known)
       pool {
           range 192.168.1.150 192.168.1.199;
  @@ -51,8 +51,8 @@
   #   The list of clients we explicitly configure
   group {
       #   Just assign a fixed IP address for machine "quux1"
  -    host quux1 { 
  -        hardware ethernet 01:02:03:00:00:01; 
  +    host quux1 {
  +        hardware ethernet 01:02:03:00:00:01;
           fixed-address 192.168.1.3;
       }
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to