summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/add
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2005-06-14 15:05:43 +0000
committerkrion <krion@FreeBSD.org>2005-06-14 15:05:43 +0000
commitbf5c726c0643f6abae6cdb42fe1ead8dd9815993 (patch)
tree764bad44eecfeeab4b24776c379e71db81e64c08 /usr.sbin/pkg_install/add
parent92159568b42d8e1fea5ab9bd5a033cc8468a511f (diff)
downloadFreeBSD-src-bf5c726c0643f6abae6cdb42fe1ead8dd9815993.zip
FreeBSD-src-bf5c726c0643f6abae6cdb42fe1ead8dd9815993.tar.gz
Implement @noinst field which has at the moment the same meaning and
function as @comment has. But will be valid only for files and not for md5 sums, rcsid's and comments in the future. Submitted by: flz Approved by: re@ (scottl)
Diffstat (limited to 'usr.sbin/pkg_install/add')
-rw-r--r--usr.sbin/pkg_install/add/extract.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/add/extract.c b/usr.sbin/pkg_install/add/extract.c
index 86a9805..2085f3d 100644
--- a/usr.sbin/pkg_install/add/extract.c
+++ b/usr.sbin/pkg_install/add/extract.c
@@ -261,7 +261,8 @@ extract_plist(const char *home, Package *pkg)
Group = p->name;
break;
- case PLIST_COMMENT:
+ case PLIST_COMMENT: /* FALLTHROUGH */
+ case PLIST_NOINST:
break;
case PLIST_IGNORE:
OpenPOWER on IntegriCloud