summaryrefslogtreecommitdiff
path: root/net-mgmt/wide-dhcp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 1.4.0p5David E. O'Brien1999-02-0710-185/+109
| | | | Notes: svn path=/head/; revision=16555
* Hey! how did that -lkvm get in there? :)David E. O'Brien1998-12-051-4/+9
| | | | Notes: svn path=/head/; revision=15140
* Upgrade to version 1.4.0p3.David E. O'Brien1998-12-057-120/+53
| | | | Notes: svn path=/head/; revision=15129
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-7/+0
| | | | Notes: svn path=/head/; revision=12624
* Use OPSYS rather than call `uname' directly.David E. O'Brien1998-08-101-2/+2
| | | | Notes: svn path=/head/; revision=12418
* Generate /etc/resolv.conf even if domain name is not present.Steve Price1998-06-271-6/+7
| | | | | | | | PR: 7088 Submitted by: maintainer Notes: svn path=/head/; revision=11564
* Upgrade, 1.3Beta -> 1.4.0p1Masafumi Max NAKANE1998-05-029-305/+176
| | | | | | | | | | Change maintainer to Hideyuki Suzuki <hideyuki@sat.t.u-tokyo.ac.jp> PR: 6469 Submitted by: new maintainer Notes: svn path=/head/; revision=10801
* typo fixed.Jun-ichiro itojun Hagino1998-04-181-2/+2
| | | | | | | PR: 6286 Notes: svn path=/head/; revision=10560
* Change the cache file to /var/db/dhcp_cacheDavid E. O'Brien1997-10-062-2/+3
| | | | | | | Suggested by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br> Notes: svn path=/head/; revision=8142
* Move the client cache file from /etc to /var/tmp (which survies a reboot).David E. O'Brien1997-10-061-4/+16
| | | | | | | I'm don't really care where under /var it lives, but I do want it out of /etc. Notes: svn path=/head/; revision=8136
* Let the port's Makefile compress the man pages.Masafumi Max NAKANE1997-05-307-52/+76
| | | | | | | | | Install docs and sample files into ${PREFIX}/share/{doc,examples}/dhcp respectively. Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6639
* Part 6/6 of the update:Masafumi Max NAKANE1997-05-301-0/+1
| | | | | | | | | Install intro.dhcp.jis file into ${PREFIX}/share/dhcp dirctory. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6638
* Part 5/6 of the update:Masafumi Max NAKANE1997-05-301-2/+10
| | | | | | | | | | | | | | | | | | | | | | Remove dhcpdb.bind file if changed dhcpdb.pool file. If dhcpdb.pool file is changed and dhcpdb.bind file is not matched to new pool file, dhcp server(dhcps) can not run with some errors like this. * dhcps in free(): warning: modified (chunk-) pointer. * dhcps[25591]: hash_ins() with client identifier failed in read_bind_db() I fixed start-up script to remove dhcpdb.bind file when dhcpdb.pool file is newer than dhcpdb.bind. Install intro.dhcp.jis file into ${PREFIX}/share/dhcp dirctory. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6637
* Part 4/6 of update:Masafumi Max NAKANE1997-05-301-7/+8
| | | | | | | | | | | | Unlink /etc/resolv.conf before recreate new one. If /etc/resolv.conf is symbolic link file, dhcpc with -r option overwrite symfile. Then unlink it berfore recreate. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6636
* Part 3/6 of update:Masafumi Max NAKANE1997-05-301-2/+17
| | | | | | | | | | | Append description into pkg/DESCR file. o CHECK_SUM error problem under 2.1.x FreeBSD box. o dhcps need dhcpdb.relay file without using dhcpdb.relay. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6635
* Part 2/6 of update:Masafumi Max NAKANE1997-05-301-5/+15
| | | | | | | | | Append description of dhcpc.interface.pid file to man page. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6634
* Part 1/6 of update:Masafumi Max NAKANE1997-05-301-0/+11
| | | | | | | | | | | Fix manpage files about path of dhcpdb.bind file. The dhcpdb.bind file is in /var/db/ under FreeBSD, not in /etc. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6633
* Finish the update to wide-dhcp so that it compiles with theBrian Somers1997-04-042-0/+53
| | | | | | | | | | | | new interface stuff and if_var.h Closes pr3161 Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> Obtained from: pr3161 Notes: svn path=/head/; revision=6129
* Update wide-dhcp so that it compiles with the newBrian Somers1997-04-049-51/+310
| | | | | | | | | | | | interface stuff (and if_var.h). Closes pr3161 Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> Obtained from: pr3161 Notes: svn path=/head/; revision=6128
* (1) This is a classic example of a "trivial fix" blowing up on one's faceSatoshi Asami1997-01-191-25/+0
| | | | | | | | | | unless you test it, Brian. :) (Directory path prefix was wrong.) (2) Also, this patch modifies the same file as patch-af, so I combined those two (see handbook). Notes: svn path=/head/; revision=5381
* If a client suggests an IP that is different from the server-configBrian Somers1997-01-181-0/+25
| | | | | | | | | | | | IP for that hardware-address, return a NAK rather than being silent. Reviewed by: None (trivial fix, discussed briefly with author & cc'd to hackers) Submitted by: Brian Somers <brian@awfulhak.demon.co.uk> Obtained from: Brian Somers <brian@awfulhak.demon.co.uk> Notes: svn path=/head/; revision=5376
* Ignore checksum of tzfile.h. Closes PR ports/2306.Satoshi Asami1996-12-282-3/+4
| | | | | | | Submitted by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=5121
* {CP} -> ${CP}.Satoshi Asami1996-12-031-7/+7
| | | | Notes: svn path=/head/; revision=4750
* General Makefile cleanupDavid E. O'Brien1996-12-011-9/+9
| | | | | | | | | | | Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc... Notes: svn path=/head/; revision=4738
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Make this work on -current post this change:Satoshi Asami1996-08-181-18/+28
| | | | | | | | | | | | | | | * davidg 96/06/12 19:54:21 * * Modified: sys/net if_ethersubr.c * sys/netinet if_ether.c * Log: * Keep ether_type in network order for BPF to be consistent with other * systems. Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> Notes: svn path=/head/; revision=3643
* Make this thing work with Microsoft network.Satoshi Asami1996-07-061-2/+13
| | | | | | | Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> Notes: svn path=/head/; revision=3311
* Remove all the unnecessary junk from MAKE_ENV, it is now set by +=.Satoshi Asami1996-05-301-2/+2
| | | | Notes: svn path=/head/; revision=3150
* Don't forget the -c flag to install and -f flag to gzip so that "makeSatoshi Asami1996-05-204-11/+11
| | | | | | | reinstall" works. Notes: svn path=/head/; revision=3113
* Add OSTYPE=`uname` to MAKE_ENV so straight sh/csh users can build this one.Satoshi Asami1996-05-201-1/+3
| | | | | | | Reported by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=3112
* Re-import wide-dhcp to a more suitable location. Also change the portSatoshi Asami1996-05-0412-0/+362
to one that works. Submitted by: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp> Notes: svn path=/head/; revision=3061