diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-28 17:38:53 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-28 17:38:53 +0000 |
| commit | c2d03ea87913b49c09051746bb4ab5b45c80c49a (patch) | |
| tree | 0222e648ac41f0fac8174cb4e801365a8400b884 /usr.sbin/pkg_install | |
| parent | 6029e6933cddb4d1b46d636b5fa2a26573f04d46 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install')
| -rw-r--r-- | usr.sbin/pkg_install/add/pkg_add.1 | 8 | ||||
| -rw-r--r-- | usr.sbin/pkg_install/create/pkg_create.1 | 4 | ||||
| -rw-r--r-- | usr.sbin/pkg_install/delete/pkg_delete.1 | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1 index 9d1cac1ebf04..426eadb448f2 100644 --- a/usr.sbin/pkg_install/add/pkg_add.1 +++ b/usr.sbin/pkg_install/add/pkg_add.1 @@ -274,9 +274,9 @@ The .Ar PRE-INSTALL keyword will not appear if separate scripts for pre-install and post-install are given during package creation time (using the -.Cm Fl i +.Fl i and -.Cm Fl I +.Fl I flags to .Xr pkg_create 1 ) . .It @@ -331,9 +331,9 @@ The .Ar POST-INSTALL keyword will not appear if separate scripts for pre-install and post-install are given during package creation time (using the -.Cm Fl i +.Fl i and -.Cm Fl I +.Fl I flags to .Xr pkg_create 1 ) . .Pp diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index 3e695277fef8..8a89ac7a4d46 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -122,7 +122,7 @@ first argument. .Pp .Sy Note : if the -.Cm Fl I +.Fl I option is not given, this script will serve as both the pre-install and the post-install script for the package, differentiating between the functionality by passing the keywords @@ -163,7 +163,7 @@ name as the first argument. .Pp .Sy Note : if the -.Cm Fl K +.Fl K option is not given, this script will serve as both the de-install and the post-deinstall script for the package, differentiating between the functionality by passing the keywords diff --git a/usr.sbin/pkg_install/delete/pkg_delete.1 b/usr.sbin/pkg_install/delete/pkg_delete.1 index 55350bfc9432..2657d611086d 100644 --- a/usr.sbin/pkg_install/delete/pkg_delete.1 +++ b/usr.sbin/pkg_install/delete/pkg_delete.1 @@ -184,9 +184,9 @@ The .Ar DEINSTALL keyword will not appear if separate scripts for deinstall and post-deinstall are given during package creation time (using the -.Cm Fl k +.Fl k and -.Cm Fl K +.Fl K flags to .Xr pkg_create 1 ) . .Pp @@ -218,9 +218,9 @@ The .Ar POST-DEINSTALL keyword will not appear if separate scripts for deinstall and post-deinstall are given during package creation time (using the -.Cm Fl k +.Fl k and -.Cm Fl K +.Fl K flags to .Xr pkg_create 1 ) . .Pp |
