aboutsummaryrefslogtreecommitdiff
path: root/net/tdetect
Commit message (Collapse)AuthorAgeFilesLines
* Remove code remnants that test for 3.X and earlier releases of FreeBSD.Mark Linimon2006-06-231-5/+1
| | | | | | | | | | The bsd.*.mk architecture has not supported these antique releases for quite some time. Hat: portmgr Notes: svn path=/head/; revision=166082
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-2/+0
| | | | Notes: svn path=/head/; revision=162141
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Remove expired mastersites.Mark Linimon2005-10-132-5/+1
| | | | | | | Source: distfile survey Notes: svn path=/head/; revision=145208
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Respect CC and CFLAGSKris Kennaway2003-10-231-0/+16
| | | | Notes: svn path=/head/; revision=91918
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* PERL -> REINPLACEEdwin Groothuis2002-11-041-2/+4
| | | | | | | And some ports have USE_PERL5=yes now. Notes: svn path=/head/; revision=69436
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-052-4/+23
| | | | | | | | | | 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. Notes: svn path=/head/; revision=30229
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-4/+2
| | | | Notes: svn path=/head/; revision=27423
* move install message to pkg/MESSAGE and remove extra stripMichael Haro1999-11-012-6/+2
| | | | Notes: svn path=/head/; revision=22767
* Use the proper $$ which gives a single literal `$' in a Makefile ratherDavid E. O'Brien1999-10-251-1/+1
| | | | | | | | than `\$' which is proper for a shell script, which this isn't (even it if they are shell commands). Notes: svn path=/head/; revision=22625
* Use our real binary's name in the syslog messages.David E. O'Brien1999-10-251-1/+9
| | | | | | | | On hosts that support it, use LOG_SECURITY rather than LOG_PRIVAUTH. (why this type of thing needs to be private, I don't understand) Notes: svn path=/head/; revision=22613
* Portlint and general clean up (previously this port claimed to be a library).David E. O'Brien1999-10-254-11/+6
| | | | Notes: svn path=/head/; revision=22610
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-2/+2
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* The lines creating PREFIX/etc/rc.d/tdetect.sh were totally bogus.David E. O'Brien1999-07-041-4/+7
| | | | | | | The resulting file was obviously never looked at by the maintainer. Notes: svn path=/head/; revision=20001
* WWW: This is definately the daemon's work. In Chuck we trust.Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18431
* Initial import of tdetect version 0.2.1.Steve Price1999-05-036-0/+53
A utility for detecting traceroutes and reporting them via syslog. PR: 9899 Submitted by: Peter Shipley <shipley@dis.org> Notes: svn path=/head/; revision=18374