Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions pkg_comp.8.in
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,7 @@ configuration variable.
.Sh EXAMPLES
The following examples assume that you have already configured
.Xr pkg_comp.conf 5
and its corresponding
.Xr sandbox.conf 5
file.
and its corresponding sandbox.conf file.
.Pp
To build a collection of packages from scratch, on a system in which you may not
yet have pkgsrc nor an existent sandbox:
Expand Down Expand Up @@ -359,6 +357,7 @@ is:
.Sh SEE ALSO
.Xr cvs 1 ,
.Xr pkg_comp.conf 5 ,
.Xr sandboxctl.conf 5 ,
.Xr hier 7 ,
.Xr pkg_comp4cron 8 ,
.Xr sandboxctl 8
Expand Down
2 changes: 1 addition & 1 deletion pkg_comp.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,5 @@ Function executed right after all source trees have been updated by the
command.
.El
.Sh SEE ALSO
.Xr sandbox.conf 5 ,
.Xr sandboxctl.conf 5 ,
.Xr pkg_comp 8
2 changes: 1 addition & 1 deletion sandbox.conf.post
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

# \file sandbox-hooks.conf
# Configuration appended to the sandbox.conf(5) file generated by pkg_comp(8).
# Configuration appended to the sandbox.conf file generated by pkg_comp(8).


# Verifies that the configuration variables that we expect are set.
Expand Down
2 changes: 1 addition & 1 deletion sandbox.conf.pre
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

# \file sandbox.conf.pre
# Configuration prepended to the sandbox.conf(5) file generated by pkg_comp(8).
# Configuration prepended to the sandbox.conf file generated by pkg_comp(8).


# User-settable sandbox post-creation hook.
Expand Down