diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1994-05-20 19:33:08 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1994-05-20 19:33:08 +0000 |
| commit | 45597cd27f186ddd5b331e2910b64852d2e1ee24 (patch) | |
| tree | 4ed6564b3a58d9fc79f8d741a51f2b8a63b0e286 | |
| parent | f4f09149e5ed9047722087e6d906c63e59cfc69b (diff) | |
Notes
| -rw-r--r-- | usr.sbin/pkg_install/add/pkg_add.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1 index 1f652d56041b..ef7723cd8dea 100644 --- a/usr.sbin/pkg_install/add/pkg_add.1 +++ b/usr.sbin/pkg_install/add/pkg_add.1 @@ -136,8 +136,11 @@ If the package contains a .B require file (see .B pkg_create -), then this is executed first with the flag -.b INSTALL +), then this is executed first with the flags +.PP +.B <script> +.I pkg_name INSTALL +.PP to see whether or not installation should continue (a non-zero exit status means no). .PP |
