aboutsummaryrefslogtreecommitdiff
path: root/net/tdetect
Commit message (Collapse)AuthorAgeFilesLines
* 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