summaryrefslogtreecommitdiff
path: root/sysutils/sysbuild
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-08-11 19:32:50 +0000
committerwiz <wiz@pkgsrc.org>2012-08-11 19:32:50 +0000
commitdc424d4f516c8fdfb57ff2331f66db8628ae1511 (patch)
treed9fe12ea87540bddd8e5b5c08bc211accbba619a /sysutils/sysbuild
parent4fc9be607b10bfaa6776b8385d63bcab37155566 (diff)
downloadpkgsrc-dc424d4f516c8fdfb57ff2331f66db8628ae1511.tar.gz
Use Nx for NetBSD. Add RCS Id. Remove dot at end of SEE ALSO.
Diffstat (limited to 'sysutils/sysbuild')
-rw-r--r--sysutils/sysbuild/files/sysbuild.124
-rw-r--r--sysutils/sysbuild/files/sysbuild4cron.13
2 files changed, 19 insertions, 8 deletions
diff --git a/sysutils/sysbuild/files/sysbuild.1 b/sysutils/sysbuild/files/sysbuild.1
index 23b2522d592..9575002ff10 100644
--- a/sysutils/sysbuild/files/sysbuild.1
+++ b/sysutils/sysbuild/files/sysbuild.1
@@ -1,3 +1,4 @@
+.\" $NetBSD: sysbuild.1,v 1.3 2012/08/11 19:32:50 wiz Exp $
.\" Copyright 2012 Google Inc.
.\" All rights reserved.
.\"
@@ -48,7 +49,9 @@ config
fetch
.Sh DESCRIPTION
.Nm
-is a utility to build NetBSD releases in a fully automated manner.
+is a utility to build
+.Nx
+releases in a fully automated manner.
The process is made unattended by relying on a configuration file that
prespecifies the location of all build components and the desired goals of
the build.
@@ -65,12 +68,16 @@ can be seen as a simple wrapper over
.Xr cvs 1
and the
.Nm build.sh
-script that ships with the NetBSD source tree.
+script that ships with the
+.Nx
+source tree.
.Nm
provides the following additional features:
.Bl -bullet
.It
-Automatically fetch or update the NetBSD source trees (both src and xsrc)
+Automatically fetch or update the
+.Nx
+source trees (both src and xsrc)
before performing a build.
.It
Preconfigure the way
@@ -199,7 +206,9 @@ Consider that you wish to use the standard locations of
and
.Pa /usr/xsrc
for your source trees, and that you would like to keep these owned by root
-while, at the same time, you run your NetBSD builds as an unprivileged user.
+while, at the same time, you run your
+.Nx
+builds as an unprivileged user.
In this situation, you can use the
.Sq fetch
command as root only, set
@@ -257,7 +266,8 @@ Otherwise, you can use a read-only directory.
.Pp
Defining this variable causes
.Nm
-to build the X Window System as part of the build of NetBSD.
+to build the X Window System as part of the build of
+.Nx .
.Pp
Default: not defined.
.El
@@ -340,8 +350,8 @@ flag is not provided.
.Sh SEE ALSO
.Xr cvs 1 ,
.Xr sysbuild4cron 1 ,
-.Xr hier 7 and
-.Pa /usr/src/BUILDING .
+.Xr hier 7 ,
+.Pa /usr/src/BUILDING
.Sh AUTHORS
The
.Nm
diff --git a/sysutils/sysbuild/files/sysbuild4cron.1 b/sysutils/sysbuild/files/sysbuild4cron.1
index 1cee08247f8..37409767767 100644
--- a/sysutils/sysbuild/files/sysbuild4cron.1
+++ b/sysutils/sysbuild/files/sysbuild4cron.1
@@ -1,3 +1,4 @@
+.\" $NetBSD: sysbuild4cron.1,v 1.2 2012/08/11 19:32:50 wiz Exp $
.\" Copyright 2012 Google Inc.
.\" All rights reserved.
.\"
@@ -78,7 +79,7 @@ Default: the current username, without a domain part.
.Sh SEE ALSO
.Xr crontab 1 ,
.Xr sysbuild 1 ,
-.Xr crontab 5 .
+.Xr crontab 5
.Sh AUTHORS
The
.Nm