aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/manctl
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* manctl: Fix typoElyes Haouas2024-04-111-1/+1
| | | | | | Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/882
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
| | | | | | | | | | | | | | | | | | | | 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. Initially, only tag files that use BSD 4-Clause "Original" license. RelNotes: yes Differential Revision: https://reviews.freebsd.org/D13133 Notes: svn path=/head/; revision=325966
* The purge option hasn't been implemented since 1994 when we imported thisGordon Tetlow2017-09-092-18/+0
| | | | | | | | | | code. I think it is safe to say it's not going to be. I'm also working to de-orbit catman, so remove the reference in the manpage. Reviewed by: allanjude Notes: svn path=/head/; revision=323342
* 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
* The .Nm utilityPhilippe Charnier2002-07-141-2/+3
| | | | Notes: svn path=/head/; revision=99968
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79537
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-5/+1
| | | | Notes: svn path=/head/; revision=75286
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Use more secure temporary files using mktemp(1)Chris D. Faulhaber2001-01-201-8/+12
| | | | | | | Submitted by: Mike Heffner <mheffner@vt.edu> Notes: svn path=/head/; revision=71293
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68965
* Remove incorrect section name. Terminate .Bl with .El.Philippe Charnier1999-11-271-2/+4
| | | | Notes: svn path=/head/; revision=53772
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50479
* Stylistic changes in man page.Philippe Charnier1997-09-252-19/+12
| | | | Notes: svn path=/head/; revision=29847
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=22997
* Sort cross references.Wolfram Schneider1997-01-201-2/+2
| | | | Notes: svn path=/head/; revision=21880
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* export PATH variableWolfram Schneider1996-11-041-2/+2
| | | | Notes: svn path=/head/; revision=19411
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightWolfram Schneider1996-08-271-2/+23
| | | | Notes: svn path=/head/; revision=17849
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-2/+2
| | | | Notes: svn path=/head/; revision=13744
* add a manpageWolfram Schneider1996-01-233-8/+48
| | | | | | | check for argument 'path' Notes: svn path=/head/; revision=13601
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-2/+2
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Take hardcoded /usr/sbin out of the install target.Jordan K. Hubbard1995-07-171-2/+2
| | | | Notes: svn path=/head/; revision=9561
* I've found two bugs in manctl(8). There are two spurious ";" after a "then"Jordan K. Hubbard1995-02-151-3/+3
| | | | | | | | | | | | | in the script. The result is the following : 203 [23:47] root@keltia:/build/cvs-1.4A2# manctl /usr/sbin/manctl: 165: Syntax error: ";" unexpected Here is the fix : Submitted by: Ollivier Robert <Ollivier.Robert@keltia.frmug.fr.net> Notes: svn path=/head/; revision=6403
* My last fix broke things more, thanks to Paul Traina for pointing that out!Geoff Rehmet1994-05-261-1/+3
| | | | Notes: svn path=/head/; revision=1571
* >From JordanGeoff Rehmet1994-05-261-6/+4
| | | | | | | Fix braindeadness in my makefile Notes: svn path=/head/; revision=1562
* Fixed Makefile problem pointed out by Piero SeriniGeoff Rehmet1994-04-191-3/+7
| | | | Notes: svn path=/head/; revision=1377
* Much fixed handling of .so entries.Geoff Rehmet1994-04-181-4/+110
| | | | | | | Also turns pages that consists of a single .so entry into a hard link. Notes: svn path=/head/; revision=1376
* get the soelim crud right this time !Geoff Rehmet1994-04-171-2/+3
| | | | Notes: svn path=/head/; revision=1370
* fix to get .so's working - I hopeGeoff Rehmet1994-04-171-1/+9
| | | | Notes: svn path=/head/; revision=1369
* Manctl utility:Geoff Rehmet1994-04-172-0/+268
compresses man pages uncompresses man pages purges old formatted man pages (not implemented yet) currently still under development, but worth trying out (IMHO) a man page ;-) must still be written for manctl - to follow shortly Notes: svn path=/cvs2svn/branches/manctl_0_1/; revision=1366