OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 06-Dec-2006 19:07:47
Branch: HEAD Handle: 2006120618074600
Modified files:
openpkg-src/dhcpd dhcpd.conf dhcpd.spec
Log:
fix comment (I have a strong guess where to old IP comes from ;)
Summary:
Revision Changes Path
1.5 +1 -1 openpkg-src/dhcpd/dhcpd.conf
1.95 +1 -1 openpkg-src/dhcpd/dhcpd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dhcpd/dhcpd.conf
============================================================================
$ cvs diff -u -r1.4 -r1.5 dhcpd.conf
--- openpkg-src/dhcpd/dhcpd.conf 26 Jul 2003 19:13:55 -0000 1.4
+++ openpkg-src/dhcpd/dhcpd.conf 6 Dec 2006 18:07:46 -0000 1.5
@@ -62,7 +62,7 @@
# Provide full boot information for a FreeBSD diskless client "quux2":
# On the server, create a 32MB swapfile /dlc/fs/swap/swap.192.168.1.4
- # with `dd if=/dev/zero of=swap.141.1.129.4 bs=1m count=32' and the
+ # with `dd if=/dev/zero of=swap.192.168.1.4 bs=1m count=32' and the
# filesystem /dlc/fs/quux2 with `cd /usr/src; make buildworld; make
# installworld DESTDIR=/dlc/fs/quux2'. Then use Etherboot for booting.
host quux2 {
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/dhcpd/dhcpd.spec
============================================================================
$ cvs diff -u -r1.94 -r1.95 dhcpd.spec
--- openpkg-src/dhcpd/dhcpd.spec 6 Nov 2006 07:59:57 -0000 1.94
+++ openpkg-src/dhcpd/dhcpd.spec 6 Dec 2006 18:07:46 -0000 1.95
@@ -33,7 +33,7 @@
Group: DHCP
License: ISC/BSD
Version: 3.0.5
-Release: 20061106
+Release: 20061206
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]