Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add ASSUME_ALWAYS_YES to the man pages
Marin Atanasov Nikolov committed 14 years ago
commit 1670f90b60e9cecc1ee195459836c050fab1a61f
parent 4fa0ee1
5 files changed +35 -3
modified pkg/pkg-autoremove.1
@@ -39,7 +39,15 @@ Assume yes when asked for confirmation before package autoremoval.
.Sh ENVRIOMENT
The following envrioment variables affect the execution of
.Nm :
-
.Bl -tag -width ".Ev TMPDIR"
+
.Bl -tag -width ".Ev ASSUME_ALWAYS_YES"
+
.It Ev ASSUME_ALWAYS_YES
+
When this option is set to
+
.Fa YES
+
pkgng will automatically assume "yes" to all questions
+
which require confirmation before doing anything, as if it
+
the
+
.Fl y
+
flag was specified.
.El
.Sh FILES
.Sh SEE ALSO
modified pkg/pkg-delete.1
@@ -52,7 +52,15 @@ Treat the package names as extended regular expressions.
.Sh ENVRIOMENT
The following envrioment variables affect the execution of
.Nm :
-
.Bl -tag -width ".Ev TMPDIR"
+
.Bl -tag -width ".Ev ASSUME_ALWAYS_YES"
+
.It Ev ASSUME_ALWAYS_YES
+
When this option is set to
+
.Fa YES
+
pkgng will automatically assume "yes" to all questions
+
which require confirmation before doing anything, as if it
+
the
+
.Fl y
+
flag was specified.
.El
.Sh FILES
.Sh SEE ALSO
modified pkg/pkg-install.1
@@ -79,6 +79,14 @@ will work on multiple repositories as listed in the
.Pa /etc/pkg/repositories
file. Please note that multiple remote repositories is still considered
highly experimental.
+
.It Ev ASSUME_ALWAYS_YES
+
When this option is set to
+
.Fa YES
+
pkgng will automatically assume "yes" to all questions
+
which require confirmation before doing anything, as if it
+
the
+
.Fl y
+
flag was specified.
.El
.Sh FILES
.Bl -tag -width -".Pa /etc/pkg/repositories"
modified pkg/pkg-upgrade.1
@@ -55,6 +55,14 @@ file. Please note that multiple remote repositories is still considered
highly experimental. Currently multiple package repositories is not
implemented yet in
.Nm
+
.It Ev ASSUME_ALWAYS_YES
+
When this option is set to
+
.Fa YES
+
pkgng will automatically assume "yes" to all questions
+
which require confirmation before doing anything, as if it
+
the
+
.Fl y
+
flag was specified.
.El
.Sh FILES
.Bl -tag -width -".Pa /etc/pkg/repositories"
modified pkg/pkg.conf.5
@@ -76,7 +76,7 @@ pkgng will automatically assume "yes" to all questions
which require confirmation before doing anything, as if it
the
.Fl y
-
flag specified.
+
flag was specified.
.El
.Sh WARNING
.Sh ENVRIOMENT