aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rmt
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68965
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-1/+0
| | | | Notes: svn path=/head/; revision=68575
* Minimum necessary change: return no more than 24 bytes of data for theMatt Jacob2000-02-121-1/+3
| | | | | | | | | | | | | | | | | 'S' status call- this was the size of the original mtget structure. Don't bother to map the current mtget structure to an old one- for version 0 RMT it's meaningless because it's all binary data anyway, and it's only the wierd edge case of Solaris 7 starting to use the 'S' status call that has tickled this issue- and this MNC fixes that issue. We need to implement Version 1 RMT anyway. Approved: jkh@freebsd.org PR: 14946 Notes: svn path=/head/; revision=57155
* Add section name to .Xr references.Philippe Charnier1999-11-271-2/+2
| | | | Notes: svn path=/head/; revision=53767
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50479
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48791
* Add support for the 'V'ersion rmt command.Justin T. Gibbs1998-09-151-1/+7
| | | | Notes: svn path=/head/; revision=39264
* Hide sccsid[]. Typo in man page.Philippe Charnier1997-10-132-4/+8
| | | | Notes: svn path=/head/; revision=30374
* This commit was generated by cvs2svn to compensate for changes in r27850,Bruce Evans1997-08-021-2/+3
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=27851
| * Import Lite2's src/usr.sbin, except for timed. All changed filesBruce Evans1997-08-021-0/+218
| | | | | | | except one unimportant one have already left the vendor branch. Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=27850
* Buffer overflow from OpenBSD:Warner Losh1997-02-091-1/+1
| | | | | | | | | Rev 1.3 millert: Fix potential buf oflow wrt strerror and sprintf. Obtained from: OpenBSD Notes: svn path=/head/; revision=22464
* ``make install'' should not install the symlink /usr/sbin/rmt -> /etc/rmtWolfram Schneider1996-08-181-2/+4
| | | | | | | | | Only ``make distribution'' in src/etc/Makefile overrides things in /etc Pointed out by: joerg Notes: svn path=/head/; revision=17645
* The rmt protocol didn't allow to pass a file creation mode (permissionJoerg Wunsch1995-04-091-1/+6
| | | | | | | | | | | | bits) along, and rmt did the wrong thing in calling open(2) with random garbage as third parameter. Make it create new files with 0666 (modified by the umask of the remote shell anyway). This removed the last show-stopper from tar not working with remote archives. Notes: svn path=/head/; revision=7707
* OK, we changed our mind again: -ln -s ...Poul-Henning Kamp1995-02-241-1/+1
| | | | Notes: svn path=/head/; revision=6679
* Make sure link to /etc/rmt happens.Poul-Henning Kamp1995-02-231-1/+1
| | | | | | | | | | | Now I know that there was talk of moving it to the release/Makefile or the etc/Makefile, but I don't think it was ever decided where. Reviewed by: phk Submitted by: John Hay <jhay@mikom.csir.co.za> Notes: svn path=/head/; revision=6670
* Make a link to /etc/rmt when we're installed.Jordan K. Hubbard1995-02-161-0/+3
| | | | Notes: svn path=/head/; revision=6499
* Get rid of update. Make man page installation work with our schemeGarrett Wollman1994-08-051-1/+1
| | | | | | | (and rename a few in the process). Notes: svn path=/head/; revision=1863
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-263-0/+467
Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553