summaryrefslogtreecommitdiff
path: root/usr.bin/shar
Commit message (Collapse)AuthorAgeFilesLines
* Shar files may be seen as binary by grep.Bryan Drewery2019-01-311-2/+2
| | | | | | | | | | | | | Suggest using -a to egrep to properly see executed commands. This is a minor improvement to the manpage. A better improvement would be removal or gigantic warnings. Sponsored by: Dell EMC MFC after: 1 week Notes: svn path=/head/; revision=343633
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 3-Clause license. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point. Notes: svn path=/head/; revision=326025
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+14
|/ | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
| | | | | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson Notes: svn path=/head/; revision=216370
* Remove superfluous eofmarker.Remko Lodder2008-06-171-1/+0
| | | | | | | | | | Requested by: Jaakko Heinonen Discussed with: Jaakko, edwin Approved by: imp (mentor, implicit) Notes: svn path=/head/; revision=179848
* Limit the EOF marker length to a maximum of 79Remko Lodder2008-05-271-2/+5
| | | | | | | | | | | | | | | characters. [1] Add $FreeBSD$ tag so that I can actually commit this. PR: bin/118782 Reported by: Bjoern Koenig Patch by: edwin, Jaakko Heinonen (not used patch) MFC after: 1 week Approved by: imp (mentor, implicit) Notes: svn path=/head/; revision=179355
* Sort sections.Ruslan Ermilov2005-01-181-23/+23
| | | | Notes: svn path=/head/; revision=140420
* Deal with double whitespace.Ruslan Ermilov2004-07-031-5/+5
| | | | Notes: svn path=/head/; revision=131507
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79535
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-4/+1
| | | | Notes: svn path=/head/; revision=75286
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+2
| | | | Notes: svn path=/head/; revision=74848
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-2/+2
| | | | Notes: svn path=/head/; revision=70197
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* more sanity check before making output.Jun-ichiro itojun Hagino1997-08-291-3/+3
| | | | | | | | | bark when sed fails. Submitted by: wosch@apfel.de Notes: svn path=/head/; revision=28879
* To cope with shell archive file generated by GNU sharutils 4.2.Jun-ichiro itojun Hagino1997-08-281-2/+10
| | | | | | | | | | | (it assumes that shar will bark if there's invalid argument specified) Patch suggested by Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>. Reviewed by: joerg_wunsch@uriah.heep.sax.de Notes: svn path=/head/; revision=28871
* Cosmetic.Philippe Charnier1997-08-111-2/+3
| | | | Notes: svn path=/head/; revision=28067
* ``appears'' -> ``appeared'' (closes PR#3393, Submitted-by: Josh Gilliam)John-Mark Gurney1997-04-271-11/+16
| | | | | | | | add missing Id's other minor clean ups Notes: svn path=/head/; revision=25189
* Grammar fix.Mike Pritchard1997-04-011-1/+1
| | | | Notes: svn path=/head/; revision=24506
* Add a note in BUGS section that shar(1) cannot handle filesWolfram Schneider1997-03-311-0/+3
| | | | | | | without a newline ('\n') as last character. Notes: svn path=/head/; revision=24458
* ${DESTDIR}/usr/bin -> ${DESTDIR}${BINDIR}Wolfram Schneider1997-02-021-1/+1
| | | | Notes: svn path=/head/; revision=22210
* Sort cross references.Wolfram Schneider1997-01-151-2/+2
| | | | Notes: svn path=/head/; revision=21748
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-1/+1
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* More merry makefile munging for man page compatability.Garrett Wollman1994-08-051-1/+1
| | | | Notes: svn path=/head/; revision=1866
* Cleanup so that make install can run, many install: maninstall changedRodney W. Grimes1994-05-301-7/+0
| | | | | | | to just install:, sperious targets and CLEANFILES removed. Notes: svn path=/head/; revision=1637
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+192
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590