aboutsummaryrefslogtreecommitdiffstats
path: root/net/wide-dhcp
Commit message (Collapse)AuthorAgeFilesLines
* Change the cache file to /var/db/dhcp_cacheobrien1997-10-072-2/+3
| | | | Suggested by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
* Move the client cache file from /etc to /var/tmp (which survies a reboot).obrien1997-10-061-4/+16
| | | | I'm don't really care where under /var it lives, but I do want it out of /etc.
* Let the port's Makefile compress the man pages.max1997-05-317-52/+76
| | | | | | Install docs and sample files into ${PREFIX}/share/{doc,examples}/dhcp respectively. Submitted-by: sanpei@yy.cs.keio.ac.jp
* Part 6/6 of the update:max1997-05-311-0/+1
| | | | | | Install intro.dhcp.jis file into ${PREFIX}/share/dhcp dirctory. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp
* Part 5/6 of the update:max1997-05-311-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
* Part 4/6 of update:max1997-05-311-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
* Part 3/6 of update:max1997-05-311-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
* Part 2/6 of update:max1997-05-311-5/+15
| | | | | | Append description of dhcpc.interface.pid file to man page. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp
* Part 1/6 of update:max1997-05-311-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
* Finish the update to wide-dhcp so that it compiles with thebrian1997-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
* Update wide-dhcp so that it compiles with the newbrian1997-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
* (1) This is a classic example of a "trivial fix" blowing up on one's faceasami1997-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).
* If a client suggests an IP that is different from the server-configbrian1997-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>
* Ignore checksum of tzfile.h. Closes PR ports/2306.asami1996-12-292-3/+4
| | | | Submitted by: sanpei@yy.cs.keio.ac.jp
* {CP} -> ${CP}.asami1996-12-031-7/+7
|
* General Makefile cleanupobrien1996-12-011-9/+9
| | | | | | | | Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc...
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Make this work on -current post this change:asami1996-08-191-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>
* Make this thing work with Microsoft network.asami1996-07-061-2/+13
| | | | Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
* Remove all the unnecessary junk from MAKE_ENV, it is now set by +=.asami1996-05-301-2/+2
|
* Don't forget the -c flag to install and -f flag to gzip so that "makeasami1996-05-204-11/+11
| | | | reinstall" works.
* Add OSTYPE=`uname` to MAKE_ENV so straight sh/csh users can build this one.asami1996-05-201-1/+3
| | | | Reported by: sanpei@yy.cs.keio.ac.jp
* Re-import wide-dhcp to a more suitable location. Also change the portasami1996-05-0412-0/+362
to one that works. Submitted by: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>