History log of /freebsd-current/usr.sbin/manctl/manctl.sh
Revision Date Author Comments
# 068e9180 11-Apr-2024 Elyes Haouas <ehaouas@noos.fr>

manctl: Fix typo

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/882


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# df57947f 18-Nov-2017 Pedro F. Giffuni <pfg@FreeBSD.org>

spdx: initial adoption of licensing ID tags.

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


# 5f166698 08-Sep-2017 Gordon Tetlow <gordon@FreeBSD.org>

The purge option hasn't been implemented since 1994 when we imported this
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


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# cfbe890a 19-Jan-2001 Chris D. Faulhaber <jedgar@FreeBSD.org>

Use more secure temporary files using mktemp(1)

Submitted by: Mike Heffner <mheffner@vt.edu>


# 97d92980 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# f9b1ba8f 25-Sep-1997 Philippe Charnier <charnier@FreeBSD.org>

Stylistic changes in man page.


# 476602a9 22-Feb-1997 Peter Wemm <peter@FreeBSD.org>

Revert $FreeBSD$ to $Id$


# 1130b656 14-Jan-1997 Jordan K. Hubbard <jkh@FreeBSD.org>

Make the long-awaited change from $Id$ to $FreeBSD$

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.


# ea4da3a8 04-Nov-1996 Wolfram Schneider <wosch@FreeBSD.org>

export PATH variable


# 2ae90f75 23-Jan-1996 Wolfram Schneider <wosch@FreeBSD.org>

add a manpage
check for argument 'path'


# bfbd29a1 14-Feb-1995 Jordan K. Hubbard <jkh@FreeBSD.org>

I've found two bugs in manctl(8). There are two spurious ";" after a "then"
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>


# 321bd776 18-Apr-1994 Geoff Rehmet <csgr@FreeBSD.org>

Much fixed handling of .so entries.
Also turns pages that consists of a single .so entry into a hard link.


# 03863e2a 17-Apr-1994 Geoff Rehmet <csgr@FreeBSD.org>

get the soelim crud right this time !


# f503299a 17-Apr-1994 Geoff Rehmet <csgr@FreeBSD.org>

fix to get .so's working - I hope


# fd785755 17-Apr-1994 Geoff Rehmet <csgr@FreeBSD.org>

Manctl utility:
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