diff options
author | jlam <jlam> | 2005-01-31 20:32:58 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-01-31 20:32:58 +0000 |
commit | b34b2d6eb5d595f58b1c2f6606bd753d0765daed (patch) | |
tree | cf49384548f6fb9777a3a59cf9b1ad77397c111d /mk | |
parent | 0e2af2259585008f0dc0810c50fce72603c6cf3a (diff) | |
download | pkgsrc-b34b2d6eb5d595f58b1c2f6606bd753d0765daed.tar.gz |
Note in the usage that CHECK-* take an optional metadatadir argument.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/install/dirs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/install/dirs b/mk/install/dirs index 1c2d09c238b..657798e5f83 100644 --- a/mk/install/dirs +++ b/mk/install/dirs @@ -1,11 +1,11 @@ #!@SH@ # -# $NetBSD: dirs,v 1.3 2005/01/31 17:42:20 jlam Exp $ +# $NetBSD: dirs,v 1.4 2005/01/31 20:32:58 jlam Exp $ # # +DIRS - reference-counted directory management script # # Usage: ./+DIRS ADD|REMOVE [metadatadir] -# ./+DIRS CHECK-ADD|CHECK-REMOVE +# ./+DIRS CHECK-ADD|CHECK-REMOVE [metadatadir] # # This script supports two actions, ADD and REMOVE, that will add or # remove the directories needed by the package associated with |