base: generate roff from asciidoc source, enable port-{,re,un}load.1

git-svn-id: https://svn.macports.org/repository/macports/trunk/base@124482 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Clemens Lang
2014-08-24 21:27:59 +00:00
parent bc5d3c3870
commit 975b3a9bab
4 changed files with 61 additions and 2 deletions
+5 -2
View File
@@ -35,7 +35,7 @@ MAN1= \
port-distcheck.1 \
port-distfiles.1 \
port-dmg.1 \
port-doctor.1 \
port-doctor.1 \
port-echo.1 \
port-edit.1 \
port-exit.1 \
@@ -50,6 +50,7 @@ MAN1= \
port-lint.1 \
port-list.1 \
port-livecheck.1 \
port-load.1 \
port-location.1 \
port-mdmg.1 \
port-mpkg.1 \
@@ -58,10 +59,12 @@ MAN1= \
port-quit.1 \
port-rdependents.1 \
port-rdeps.1 \
port-reclaim.1 \
port-reclaim.1 \
port-reload.1 \
port-rev-upgrade.1 \
port-selfupdate.1 \
port-uninstall.1 \
port-unload.1 \
port-url.1 \
port-work.1 \
port.1 \
+54
View File
@@ -0,0 +1,54 @@
'\" t
.TH "PORT\-LOAD" "1" "2014\-08\-24" "MacPorts 2\&.3\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
port-load, port-unload, port-reload \- Control daemons installed by a port
.SH "SYNOPSIS"
.sp
.nf
\fBport\fR [\fB\-d\fR] [\fB\-D\fR \fIportdir\fR] [\fBload\fR | \fBunload\fR | \fBreload\fR]
[[\fIportname\fR | \fIpseudo\-portname\fR | \fIport\-expressions\fR | \fIport\-url\fR]]
.fi
.SH "DESCRIPTION"
.sp
These commands control the daemons that are installed by some of the ports\&. If a port provides daemon functionality, a note will be printed during installation advising you how to use it\&.
.sp
The daemon functionality is provided by installing a \fBlaunchd\fR(8) configuration file (see \fBlaunchd.conf\fR(5)) and calling \fBlaunchctl\fR(1) on your behalf\&. \fBport load\fR advises launchd to start the daemon defined by a port\(cqs configuration file, also called a \(lqstartup item\(rq\&. Once loaded, launchd will preserve this state \- even across reboots \- until the daemon is unloaded using \fBport unload\fR\&. If you want to restart a daemon, you can use \fBport reload\fR, which is a convenience wrapper around \fBport unload\fR followed by a short delay and \fBport load\fR\&.
.sp
In theory, MacPorts supports generating startup items for older releases of OS X\&. In practice, these commands can not deal with pre\-launchd interfaces and will fail on these systems\&.
.SH "GLOBAL OPTIONS"
.sp
Please see the section \fBGLOBAL OPTIONS\fR in the \fBport\fR(1) man page for a description of global port options\&.
.SH "SEE ALSO"
.sp
\fBport\fR(1), \fBlaunchd\fR(8), \fBlaunchd.conf\fR(5), \fBlaunchctl\fR(1)
.SH "AUTHORS"
.sp
.if n \{\
.RS 4
.\}
.nf
(C) 2014 The MacPorts Project
Clemens Lang <cal@macports\&.org>
.fi
.if n \{\
.RE
.\}
+1
View File
@@ -0,0 +1 @@
.so man1/port-load.1
+1
View File
@@ -0,0 +1 @@
.so man1/port-load.1