aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused #includes. Spelling. Add rcsid. Do not dot terminate err()Philippe Charnier1998-07-0612-98/+72
| | | | | | | strings. Notes: svn path=/head/; revision=37425
* Add rcsid. Remove unused #includes. Spelling.Philippe Charnier1998-07-061-8/+7
| | | | Notes: svn path=/head/; revision=37424
* Add rcsid, remove unused #includes, spelling.Philippe Charnier1998-07-061-12/+12
| | | | Notes: svn path=/head/; revision=37423
* Remove unused #include. Add usage().Philippe Charnier1998-07-062-12/+15
| | | | Notes: svn path=/head/; revision=37422
* Correct use of .Nm. Spelling. Add rcsid, remove unused #includes, use err(3).Philippe Charnier1998-07-062-20/+18
| | | | Notes: svn path=/head/; revision=37421
* Add rcsid. remove unused #includes. Getopt returns -1 not EOF. Add usage().Philippe Charnier1998-07-061-23/+27
| | | | | | | Cosmetics in err(3) string. Notes: svn path=/head/; revision=37420
* Lowercase 1st char. in err(3) strings.Philippe Charnier1998-07-061-2/+2
| | | | Notes: svn path=/head/; revision=37419
* remoce unused #include.Philippe Charnier1998-07-061-2/+1
| | | | Notes: svn path=/head/; revision=37418
* Correct .Nm use. Add rcsid. Use min for minutes instead of mn.Philippe Charnier1998-07-062-36/+38
| | | | Notes: svn path=/head/; revision=37417
* Update man page to allow adding address_family when -l is used (this is a no opPhilippe Charnier1998-07-062-62/+54
| | | | | | | | for now). Correct use of .Nm. Short usage string (see man page for full list). Spelling. Use err(3). Notes: svn path=/head/; revision=37416
* Correct use of .Nm, use .Bx Free for FreeBSD. Add rcsid, remove unusedPhilippe Charnier1998-07-064-238/+218
| | | | | | | #includes. Spelling. Use err(3) and add usage(). Notes: svn path=/head/; revision=37415
* Support for IPFW based transparent forwarding.Julian Elischer1998-07-062-3/+56
| | | | | | | | | | | | | | | | | Any packet that can be matched by a ipfw rule can be redirected transparently to another port or machine. Redirection to another port mostly makes sense with tcp, where a session can be set up between a proxy and an unsuspecting client. Redirection to another machine requires that the other machine also be expecting to receive the forwarded packets, as their headers will not have been modified. /sbin/ipfw must be recompiled!!! Reviewed by: Peter Wemm <peter@freebsd.org> Submitted by: Chrisy Luke <chrisy@flix.net> Notes: svn path=/head/; revision=37409
* Make things clearer.Brian Somers1998-07-041-7/+49
| | | | | | | Submitted (some time ago) by: Ted Mittelstaedt <tedm@portsoft.com> Notes: svn path=/head/; revision=37374
* Suggest port 8668 rather than 6668 for natd.Brian Somers1998-07-041-1/+1
| | | | | | | 6668 is IRC. Notes: svn path=/head/; revision=37368
* Add rcsid. Remove unused #includes. Use err(3) and check spelling. ReorganizePhilippe Charnier1998-06-304-188/+158
| | | | | | | man page. Notes: svn path=/head/; revision=37278
* Split usage string.Philippe Charnier1998-06-306-24/+42
| | | | Notes: svn path=/head/; revision=37277
* Document -r flag, document use of TAPE env variable. Add rcsid. Use err(3).Philippe Charnier1998-06-303-49/+67
| | | | | | | Remove unused vars (-Wall). Notes: svn path=/head/; revision=37276
* Do not dot terminate SEE ALSO list. Add rcsid, remove unused #includes. Err(3)Philippe Charnier1998-06-302-40/+38
| | | | | | | messages should start with a lowercase letter. Notes: svn path=/head/; revision=37275
* Add SYNOPSIS section and change NULL to NUL in man page. Add rcsid, missingPhilippe Charnier1998-06-304-148/+116
| | | | | | | #includes. Use err(3). Notes: svn path=/head/; revision=37274
* Add rcsid. Remove unused #includes. Use err(3).Philippe Charnier1998-06-304-64/+68
| | | | Notes: svn path=/head/; revision=37273
* Don't assume that time_t is long.Bruce Evans1998-06-291-2/+4
| | | | Notes: svn path=/head/; revision=37266
* Fix bogon in man page. "-o conn" actually turns off NFSMNT_NOCONN as it isJoseph Koshy1998-06-291-2/+2
| | | | | | | | | | | a "negative" option. This makes it equivalent to /not/ specifying "-c". The compile time default is /not/ to have the NFSMNT_NOCONN flag set, so "-o conn" should never be needed---truly a deprecated option :-). PR: 6905. Notes: svn path=/head/; revision=37253
* Fixed printf format errors.Bruce Evans1998-06-282-16/+16
| | | | Notes: svn path=/head/; revision=37244
* Fixed printf format errors.Bruce Evans1998-06-281-1/+1
| | | | Notes: svn path=/head/; revision=37243
* Fixed printf format errors, scanf format errors and scanf error handling.Bruce Evans1998-06-281-7/+9
| | | | Notes: svn path=/head/; revision=37242
* Fixed printf format errors.Bruce Evans1998-06-283-7/+8
| | | | Notes: svn path=/head/; revision=37241
* Fixed printf format errors. Sure is dusty here.Bruce Evans1998-06-283-19/+20
| | | | Notes: svn path=/head/; revision=37240
* Fixed printf format errors.Bruce Evans1998-06-283-23/+27
| | | | Notes: svn path=/head/; revision=37239
* Fixed printf format errors.Bruce Evans1998-06-282-4/+4
| | | | Notes: svn path=/head/; revision=37238
* Fixed printf format errors.Bruce Evans1998-06-283-8/+7
| | | | Notes: svn path=/head/; revision=37237
* Fixed printf format errors.Bruce Evans1998-06-2815-63/+66
| | | | Notes: svn path=/head/; revision=37236
* Fixed printf format errors.Bruce Evans1998-06-281-6/+6
| | | | Notes: svn path=/head/; revision=37235
* Fixed printf format errors.Bruce Evans1998-06-282-86/+94
| | | | Notes: svn path=/head/; revision=37234
* Fixed printf format errors.Bruce Evans1998-06-281-9/+9
| | | | Notes: svn path=/head/; revision=37233
* A long time ago I hacked mountd so that it would deal intelligentlyBill Paul1998-06-251-3/+5
| | | | | | | | | | | | | with export lines where the same hostname was specified more than once (this happens a lot with netgroups sometimes). Recently I discovered that it needs to be hacked to deal with multiple instances of the same IP address too. I've been using this modification locally for several months with no hassles. Notes: svn path=/head/; revision=37157
* Fixes per PR 2850:Joseph Koshy1998-06-191-5/+18
| | | | | | | | | | | | | | (a) Note that the default securelevel value is -1, in -current and -stable. (b) Mention kernel sysctl variable that controls securelevel. (c) Add warning the `fsck' will fail if securelevel >= 2. (d) Suggest end of /etc/rc as the right place to raise securelevel. and one spelling fix. PR: 2850 Notes: svn path=/head/; revision=37055
* Remove reference to non-existent htable(8).Joseph Koshy1998-06-171-2/+1
| | | | | | | PR: 6940 Notes: svn path=/head/; revision=37030
* Oops, the previous commit missed one line of code.Joerg Wunsch1998-06-151-1/+2
| | | | Notes: svn path=/head/; revision=37004
* Watch out for null hostnames in netgroup entries, to avoid dumping core.Joerg Wunsch1998-06-151-2/+4
| | | | | | | | | This happens if someone tries to export to a netgroup like: mygroup (,,mynisdomain) Notes: svn path=/head/; revision=37003
* Correct use of .Nm. Use .Bl/.El for enumerating options. Use .An. CorrectPhilippe Charnier1998-06-153-43/+33
| | | | | | | | formatting of rcsid. Remove unused #includes. Do not use memory after freeing it. Notes: svn path=/head/; revision=37001
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3).Philippe Charnier1998-06-1540-206/+257
| | | | Notes: svn path=/head/; revision=37000
* Capitalize at the start of sentence. Add rcsid. Remove unused #includes.Philippe Charnier1998-06-152-18/+14
| | | | | | | Use `dumpon' instead of argv[0]. Notes: svn path=/head/; revision=36999
* Add rcsid. Remove unused #includes.Philippe Charnier1998-06-151-4/+5
| | | | Notes: svn path=/head/; revision=36998
* Correct use of .Nm. Add rcsid. Remove unused #includes.Philippe Charnier1998-06-158-40/+53
| | | | Notes: svn path=/head/; revision=36997
* Force -DFREEBSD_AOUT incase ldconfig is being compiled under elf.Peter Wemm1998-06-121-2/+2
| | | | | | | | Without this, <link.h> defines stuff for elf linking which is not what ldconfig needs. Notes: svn path=/head/; revision=36910
* Print the write counts if they are nonzero even if we're mountedBruce Evans1998-06-082-8/+6
| | | | | | | | | readonly, since they tell us about previous write activity. Use the correct format to print the write counts. Notes: svn path=/head/; revision=36772
* Add rcsid, remove unused #includes. Use err(3).Philippe Charnier1998-06-081-22/+22
| | | | Notes: svn path=/head/; revision=36758
* Use warnx()+fprintf() to handle multi-line messages. Correct K&R support andPhilippe Charnier1998-06-082-24/+20
| | | | | | | | KNF continuation indent rule. Requested by: Bruce. Notes: svn path=/head/; revision=36756
* Fix typo: exit -> existDaniel O'Callaghan1998-06-081-2/+2
| | | | Notes: svn path=/head/; revision=36743
* PR: docs/3636Peter Hawkins1998-06-071-1/+1
| | | | | | | | Submitted by: Gary Palmer gpalmer@FreeBSD.ORG Add mention of the 1024-character line length limit on the netgroup database. Notes: svn path=/head/; revision=36730