aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted/mtrace
Commit message (Collapse)AuthorAgeFilesLines
* Remove mrouted from -CURRENT.Bruce M Simpson2006-09-291-13/+0
| | | | | | | Discussed with: fenner, net@ Notes: svn path=/head/; revision=162781
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+1
| | | | | | | | | This is not "useless", as one may have non-default setting for BINOWN in make.conf, and we still want these to be installed setuid root in this case. Notes: svn path=/head/; revision=83391
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-5/+5
| | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. Notes: svn path=/head/; revision=80029
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74532
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-2/+1
| | | | Notes: svn path=/head/; revision=39496
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalBruce Evans1998-03-071-3/+2
| | | | | | | | | | | | | | | libraries so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Get the default BINDIR correctly (by including ../Makefile.inc recursively. Override the default it it is wrong. Don't override defaults when the defaults are correct. Don't give absolute paths to man page sources. Notes: svn path=/head/; revision=34161
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Merge from release 5.1.Bill Fenner1996-12-201-9/+1
| | | | Notes: svn path=/head/; revision=20704
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-4/+4
| | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. Notes: svn path=/head/; revision=16663
* Change install permissions to 4555 from 4755Paul Traina1996-05-201-2/+2
| | | | Notes: svn path=/head/; revision=15828
* Bill Fenner points out that mrinfo and mtrace should probably be set-uidGarrett Wollman1995-06-211-2/+4
| | | | | | | | root so that normal users can use them. The same caveats apply as for regular traceroute. Notes: svn path=/head/; revision=9278
* Make it compile and (except for mrouted which is untested as yet) run.Garrett Wollman1994-09-081-0/+20
Some of these ``modified'' files aren't really modified at all, but CVS isn't smart enough to know the difference. Notes: svn path=/head/; revision=2560