Skip to content

Commit

Permalink
Add ASSUME_ALWAYS_YES to the man pages
Browse files Browse the repository at this point in the history
* Reported by toddnni
* Closes issue: #118
  • Loading branch information
dnaeon committed Dec 15, 2011
1 parent 4fa0ee1 commit 1670f90
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 3 deletions.
10 changes: 9 additions & 1 deletion pkg/pkg-autoremove.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 9 additions & 1 deletion pkg/pkg-delete.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions pkg/pkg-install.1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions pkg/pkg-upgrade.1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pkg/pkg.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1670f90

Please sign in to comment.