summaryrefslogtreecommitdiffstats
path: root/net/wide-dhcp
Commit message (Collapse)AuthorAgeFilesLines
* Put back my editor hints that were removed w/o permission.obrien2001-02-071-0/+1
| | | | Note these are *FULLY* Satoshi approved for the past 4 years.
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-161-3/+2
|
* Add $FreeBSD$, which help me in problem reports.obrien2000-11-221-0/+1
|
* @dirrm share/doc/dhcpsanpei2000-11-021-0/+2
| | | | | | @dirrm share/examples/dhcp Submitted by: bento
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-052-19/+31
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* "p" (meaning "patch") -> ".".asami2000-04-151-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-091-3/+3
|
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* Style nits in the ports I maintain.obrien2000-02-131-37/+42
|
* Make this compile under -CURRENT with the sigset_t changes.obrien2000-01-201-4/+201
| | | | Submitted by: Alexander Langer <alex@big.endian.de>
* Take over maintance.obrien1999-09-061-1/+1
| | | | Ok'ed by: Hideyuki Suzuki <hideyuki@sat.t.u-tokyo.ac.jp>
* Upgrade to version 1.4.0p6.obrien1999-09-062-3/+3
|
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-221-3/+3
| | | | chown -> ${CHOWN}
* Some portlints.sada1999-07-101-21/+21
| | | | | PR: ports/12201 Submitted by: Nick Hibma <nick.hibma@jrc.it>
* Commit #3/4 to enforce caps, no period.hoek1999-06-261-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Upgrade to 1.4.0p5obrien1999-02-0710-185/+109
|
* Hey! how did that -lkvm get in there? :)obrien1998-12-051-4/+9
|
* Upgrade to version 1.4.0p3.obrien1998-12-057-120/+53
|
* This netted the largest set of mis-installed manpages, yet!hoek1998-08-181-7/+0
|
* Use OPSYS rather than call `uname' directly.obrien1998-08-101-2/+2
|
* Generate /etc/resolv.conf even if domain name is not present.steve1998-06-271-6/+7
| | | | | PR: 7088 Submitted by: maintainer
* Upgrade, 1.3Beta -> 1.4.0p1max1998-05-029-305/+176
| | | | | | | Change maintainer to Hideyuki Suzuki <hideyuki@sat.t.u-tokyo.ac.jp> PR: 6469 Submitted by: new maintainer
* typo fixed.itojun1998-04-181-2/+2
| | | | PR: 6286
* Change the cache file to /var/db/dhcp_cacheobrien1997-10-062-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-307-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-301-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-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
* Part 4/6 of update:max1997-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
* Part 3/6 of update:max1997-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
* Part 2/6 of update:max1997-05-301-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-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
* 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-282-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-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>
* 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>
OpenPOWER on IntegriCloud